Re: Django Deployment Headache (Apache Permissions?)

2007-06-06 Thread ATLBeer
Apache is running under the user/group apache I added chgrp'd apache to the directory (recursively) and chmod'd as well. Still the errors. I also added apache to the group bestx. This is the group that the user 'thebest' belongs to. On Jun 6, 6:07 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote

Re: Django Deployment Headache (Apache Permissions?)

2007-06-06 Thread ATLBeer
like the webserver" as much as possible to make sure > I didn't miss anything. > > su - apache > cd / > export PYTHONPATH=/home/thebest/TheBest/alpha1 > export DJANGO_SETTINGS_MODULE TheBest.settings > django-admin.py validate > > and see what happens. > > -jo

Re: Django Deployment Headache (Apache Permissions?)

2007-06-06 Thread ATLBeer
Yeah... the directory structure is confusing but, I'm pretty sure I have it correct [EMAIL PROTECTED] ~]# cd /home/thebest/TheBest/alpha1/TheBest/ [EMAIL PROTECTED] TheBest]# ls -l total 112 drwxr-xr-x 2 thebest apache 4096 Jun 6 15:35 CRON drwxr-xr-x 2 thebest apache 4096 Jun 6 15:30 x -rwxr-x

Re: Django Deployment Headache (Apache Permissions?)

2007-06-06 Thread ATLBeer
On Jun 6, 8:10 pm, Don Arbow <[EMAIL PROTECTED]> wrote: > On Wednesday, June 6, 2007, at 04:45 PM, ATLBeer wrote: > > Yeah... the directory structure is confusing but, I'm pretty sure I > > have it correct > > > [snip] > > > /home/thebest/TheBest/alpha