Something to try - ensure apache is reading your vhosts.conf file - there is a line in httpd.conf that points to a vhosts.conf file - or put the directives right in httpd.conf to test.
On Mar 1, 12:45 pm, "leland" <[EMAIL PROTECTED]> wrote: > what's up gang - i've got everything installed on my mediatemple (dv) > box. python, mod_python, mysqldb, django, etc. the only part i cannot > get to work is setting up the vhost.conf file. i've got the following > in there, but when i go to /mysite/ it's still served up by apache... > any ideas? > > <Location "/mysite/"> > SetHandler python-program > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE mysite.settings > PythonDebug On > </Location> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---