To: <fedora-list@xxxxxxxxxx>
Sent: Monday, January 31, 2005 1:21 PM
Subject: FC3 :Apache Problem
i have changed the httpd.conf file to enable Per user Webpages and
have tried setting correct Permissions to the public_html directory
even after doing so i recieve a 403 Forbidden Error.
I have configured it correctly in RH9 but y coudnt i do it in FC3?
--
Prudhvi Krishna Surapaneni
prudhvikrishna@xxxxxxxxx
CSE
KLCE
You need to grant execute access to "other" on their home directory:
chmod o+x /home/[user]
Thomas