Is there a reason this line looks like this: > <Location "/testproject/">
Instead of like this: > <Location "/"> Michael Brandon Taylor wrote: > Well, still no working solution, but here is my httpd.config now: > > <Location "/testproject/"> > SetHandler python-program > PythonPath "['C:/django_projects/', 'C:/Python25/lib/site-packages/ > django'] + sys.path" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE testproject.settings > PythonDebug On > </Location> > > I'm wondering if I should move to a FastCGI setup versus mod_python, > as that's how my shared environment is going to be configured. > > Thoughts anyone? I don't understand what the problem might be here. > I'll see if I have any more luck on my Mac when I get home. > > - Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---