On Monday, January 24, 2011 3:10:17 PM UTC, octopusgrabbus wrote: > > I'm trying to reconfigure to mod_wsgi and am wisely starting with a > workstation. > > What changes in this line which is in full context below: > PythonHandler django.core.handlers.modpython > > modpython changes, but to what does it change? > > Listen 8002 > <VirtualHost _default_:8002> > WSGIScriptAlias / /home/amr/django/django.wsgi > Alias /media /home/amr/django/amr/media > <Location /> > SetHandler python-program > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE settings > SetEnv PYTHON_EGG_CACHE /tmp/.python_eggs > PythonOption django.root /home/amr/django/amr > PythonPath "['/home/amr/bin', '/home/amr/django', '/home/amr/ > django/amr' > , '/home/amr/django/amr/media'] + sys.path" > PythonDebug On > </Location> >
It doesn't change to anything. That whole <Location> section is now irrelevant, as the documentation clearly shows. -- DR. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.