Thank you, but as I've mentioned I have tried to follow these instructions and have had no luck. Why is it instructing me to configure my httpd.conf file when my sub domain exists in sites- available/sites-enabled? I know that mod_python is working because I set up a test .py file that displays correctly on the sub domain that I want Django to run on. Here is a copy of my sites-available file. This is the domain where I want django to run on. The files for django are located at /home/dev/djprojects/afterthebeep. Thanks.
<VirtualHost *:80> ServerName www.dev.xxx.us ServerAlias dev.xxx.us DocumentRoot /home/dev/public_html <Directory /home/dev/public_html> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_python .py PythonHandler mod_python.publisher PythonDebug On </Directory> </VirtualHost> On Nov 9, 10:33 pm, "DULMANDAKH Sukhbaatar" <[EMAIL PROTECTED]> wrote: > Please follow instructions > onhttp://docs.djangoproject.com/en/dev/howto/deployment/modpython/to > setup django and mod_python. > > And it's interesting that how do you know that mod_python is working? > > -- > Regards > Dulmandakh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---