On Fri, 25 Mar 2005 11:38:41 -0500, James Brigman <[EMAIL PROTECTED]> wrote: > Boys, boys! Please..."permishions"??? privilages??? > > You guys are killin' me here with this talk of "permishions" (surely > that was an INTENTIONAL misspelling, right? ;-)... looky here: > > [EMAIL PROTECTED] ~]# ls -al | grep test > drwxr-xr-x 2 root apache 4096 Mar 25 11:26 test > > [EMAIL PROTECTED] ~]# chmod 2775 test > > [EMAIL PROTECTED] ~]# ls -al | grep test > drwxrwsr-x 2 root apache 4096 Mar 25 11:26 test > > [EMAIL PROTECTED] ~]# cd test > [EMAIL PROTECTED] test]# touch blahblah > > [EMAIL PROTECTED] test]# ls -al > total 20 > drwxrwsr-x 2 root apache 4096 Mar 25 11:27 . > drwxr-x--- 37 root root 4096 Mar 25 11:26 .. > -rw-r--r-- 1 root apache 0 Mar 25 11:27 blahblah > > Try it...tastes great, less filling.... > > JKB
I see one problem right away. The parent directory of test is only readable by the user and group root, not by anyone else. The entire path to the directory must be readable by apache for apache to be able to get to it. Tanner -- Tanner Lovelace clubjuggler at gmail dot com http://wtl.wayfarer.org/ http://www.freeiPods.com/?r=8127171 (fieldless) In fess two roundels in pale, a billet fesswise and an increscent, all sable. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
