On Wed, Jun 25, 2008 at 12:29:05PM +0100, José Matos wrote: > 3. permission to execute the file (run it as a program). For > directories, this means permission to access files in the > directory. > > The last point is the culprit, in order to apache to be able to access your > directory you need to set the x bit on your directory. That is the reason why > mine and Angus' directory show the x bit active not for any other reason. :-)
Right. Specifically, the permissions on /home/sanda are at fault: $ ls -ld /home/sanda drwx------ 7 sanda sanda 4096 Jun 23 00:14 sanda $ chmod og+rx ~sanda -- Enrico