Re: apache permission problem please help

2004-08-25 Thread RYAN vAN GINNEKEN
Ok as anyone reading this thread knows i have huge mess on hands. Have found that if i set the all the users dir to 701 chmod -R 701 home then go into each users home directory and set the the www directory to 751 cd /home/user chmod -R 751 www then change the group permissions of this folder to

Re: apache permission problem please help

2004-08-25 Thread Dirk-Willem van Gulik
Apache (propably) runs as the 'www' user and group. So each file (and path) needs to be readable by - the www group OR the www users must be a member of the group of the diretory OR the world And each directory needs the 'x' access flag set. See the man pages for chmod,

apache permission problem please help

2004-08-24 Thread RYAN vAN GINNEKEN
SEE ERROR BELOW Was playing with permissions on my home dirs last night and changed everything to chmod 700 had some problem with users looking at and copying other users webpages. I have a directory in each users home dir named www where they keep there web files ie /usr/home/username/www so

apache permission problem please help

2004-08-24 Thread RYAN vAN GINNEKEN
SEE ERROR BELOW Was playing with permissions on my home dirs last night and changed everything to chmod 700 had some problem with users looking at and copying other users webpages. I have a directory in each users home dir named www where they keep there web files ie /usr/home/username/www so i

Re: apache permission problem please help

2004-08-24 Thread Nathan Kinkade
On Tue, Aug 24, 2004 at 03:09:04PM -0600, RYAN vAN GINNEKEN wrote: SEE ERROR BELOW Was playing with permissions on my home dirs last night and changed everything to chmod 700 had some problem with users looking at and copying other users webpages. I have a directory in each users home dir