@ Kenneth:  If I do not use runserver, what command should I use to
run the python scripts for production servers?

@ Boštjan: I am not sure if I even setup a connection between them.
In httpd.conf, I only added:

ServerName www.domainname.ca

<Location "/">
        SetHandler python-program
        PythonHandler django.core.handlers.modpython
        SetEnv DJANGO_SETTINGS_MODULE Moo5.settings
        PythonOption django.root /
        PythonDebug On
        PythonPath "['C:/Program Files/Apache Software Foundation/Apache2.2/
htdocs/Moo5', 'C:/Program Files/Apache Software
Foundation/Apache2.2/htdocs', 'C:/Python25/Lib/site-packages/django-
trunk/', 'C:/Python25/Lib/site-packages/django-trunk/django/'] +
sys.path"
</Location>

LoadModule python_module modules/mod_python.so

and changed the Directory and DocumentRoot to "C:/Program Files/Apache
Software Foundation/Apache2.2/htdocs/Moo5"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to