On Mon, Feb 8, 2010 at 4:06 PM, adambossy <adambo...@gmail.com> wrote:

> Hey folks, thanks for the responses. Your questions alone helped me
> find the answer. Apparently, it was a problem with my apache2
> configuration. I basically copied the directives from the django
> website, with one small modification:
>
>
> http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#basic-configuration
>
> I changed <Location "/mysite"> to <Location "/"> so my Django project
> would be served at my site's root directory.
>
> I had to remove '/mysite' from the django.root option. My final output
> looks like this, with no value after django.root:"
>

Don't use an empty django.root, just remove it entirely.

(I'm curious why are you using mod_python instead of mod_wsgi?)

Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to