Re: django and mod_python with vhosts

2008-07-03 Thread joshuajonah
I am an idiot. It WAS the UniqueID. I had this idea that it it mapped to the SECRET_KEY for some reason. Sorry for the confusion. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: django and mod_python with vhosts

2008-07-03 Thread joshuajonah
Actually, this is my httpd.conf at the bottom: # Use name-based virtual hosting. # #NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be used without a port specifier # (e.g. :80) if mod_ssl is being used, due to the nature of the # SSL protocol. # # # VirtualHost example: # Almost any

Re: django and mod_python with vhosts

2008-07-03 Thread joshuajonah
Ok, the NameVirtualHost in the main httpd.conf is not enabled. How should i configure this? am i supposed to choose a specific domain? or them all? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: django and mod_python with vhosts

2008-07-03 Thread joshuajonah
Also, i made sure the "UniqueID" is infact unique:D --~--~-~--~~~---~--~~ 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

Re: django and mod_python with vhosts

2008-07-03 Thread joshuajonah
The directive is this: SetHandler python-program PythonHandler django.core.handlers.modpython PythonPath "['/var/www/vhosts/hftvnetwork.com/django-projects'] + sys.path" SetEnv DJANGO_SETTINGS_MODULE DSN.settings PythonDebug On PythonInterpreter UniqueID I will check

Re: django and mod_python with vhosts

2008-07-03 Thread Graham Dumpleton
On Jul 4, 11:03 am, joshuajonah <[EMAIL PROTECTED]> wrote: > I have a Media Temple DV server, it has 7 sites hosted on it, 5 of > them are paying clients. > > The vhost file structure is like this: > > /var/www/vhosts/whatever.com/ > /var/www/vhosts/whatever2.com/ > /var/www/vhosts/whatever3.com/

django and mod_python with vhosts

2008-07-03 Thread joshuajonah
I have a Media Temple DV server, it has 7 sites hosted on it, 5 of them are paying clients. The vhost file structure is like this: /var/www/vhosts/whatever.com/ /var/www/vhosts/whatever2.com/ /var/www/vhosts/whatever3.com/ There are vhost.conf files in a "conf" directory (e.g: /var/www/vhosts/