Shams a écrit :
Hi,
The reabable and executable bits for the directories that apache
needs access to, in this case:
chmod a+rx /home/user
Better set the permissions like this:
chmod 711 /home/user
In that case, the /home/user directory is protected from reading by
anybody, but web requests can go through and reach public_html directory
chmod a+rx /home/user/public_html
Otherwise you will get the 403.
Thanks
Shams
--
François Patte
UFR de mathématiques et informatique
Université René Descartes
http://www.math-info.univ-paris5.fr/~patte