--- Kenneth Kalmer <[EMAIL PROTECTED]> wrote:
> PythonHandler mptest
Isn't mptest only for testing that mod_python is
installed? I think you should remove it, because your
PythonHandler should be django.core.handlers.modpython
The only Python related stuff I have in my httpd.conf
(Apache2 on Windows) is:
LoadModule python_module modules/mod_python.so
<Location "/myapp/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
PythonPath "['D:\\myproject'] + sys.path"
SetEnv DJANGO_SETTINGS_MODULE settings
PythonDebug On
</Location>
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo!
Security Centre. http://uk.security.yahoo.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---