Forum Moderators: phranque
To test i suppressed the public read and execute privileges in the folder of a user :
ls -l /home/
drwx--x--- 5 olivier olivier 208 2004-09-01 05:45 olivier/
the olivier apache folder is in /home/olivier/www
when i login with another user and try to list the apache olivier folder i get :
ls -l /home/olivier/www/
/usr/bin/ls: /home/olivier/www/: Permission denied
but apache continue to display the web page of olivier which is in /home/olivier/www/index.html
i thought apache wouldn't be able to access the folder /home/olivier/www since is the nobody user.
Can you help me to understand?
thanks