Re: Apache2/mod_python/Django problem

2007-05-07 Thread RollyF
rob, Thanks. It's the permissions. It's running now. -Rolly On May 4, 3:32 pm, oggie rob <[EMAIL PROTECTED]> wrote: > Check Unix permissions for the todo directory and/or settings.py file. > If apache can't access them, it won't run properly. > > -rob > > On May 4, 6:49 am, RollyF <[EMAIL PROT

Re: Apache2/mod_python/Django problem

2007-05-04 Thread oggie rob
Check Unix permissions for the todo directory and/or settings.py file. If apache can't access them, it won't run properly. -rob On May 4, 6:49 am, RollyF <[EMAIL PROTECTED]> wrote: > Could someone point me to a solution somewhere? I have a directory > call apps and inside is a django project, t

Re: Apache2/mod_python/Django problem

2007-05-04 Thread Paul Rauch
RollyF schrieb: > Could someone point me to a solution somewhere? I have a directory > call apps and inside is a django project, todo (created using django- > admin.py startproject todo). This application runs OK with Django's > built-in server (manage.py runserver). I am trying to setup a staging

Apache2/mod_python/Django problem

2007-05-04 Thread RollyF
Could someone point me to a solution somewhere? I have a directory call apps and inside is a django project, todo (created using django- admin.py startproject todo). This application runs OK with Django's built-in server (manage.py runserver). I am trying to setup a staging server in Fedora 6, run