Re: More deployment woes

2007-09-10 Thread Ramiro Morales
On 9/10/07, shabda <[EMAIL PROTECTED]> wrote: > > I am trying to deploy django, and to test the install I am doing this, > I run django-admin.py startproject hello in directory /root/django > I have added to my httpd.conf > > > SetHandler python-program > PythonHandler django.core.handler

Re: More deployment woes

2007-09-10 Thread Graham Dumpleton
Apache normally runs as a special user. Are your files and the directories leading down to them readable to others so that the Apache user can find them and read them? Graham On Sep 11, 6:49 am, shabda <[EMAIL PROTECTED]> wrote: > I am trying to deploy django, and to test the install I am doing

More deployment woes

2007-09-10 Thread shabda
I am trying to deploy django, and to test the install I am doing this, I run django-admin.py startproject hello in directory /root/django I have added to my httpd.conf SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE hello.settings