Chris Schumann wrote:

>Hi all,
>
>I've set up a little server at home, and I would like to allow users (both
>of us) to have web pages in our own home directories, a la
>~chris/public_html.
>
>I *think* I've configured httpd.conf correctly, and I'm nearly certain I
>have file permissions set properly, but I keep getting 403 Forbidden errors.
>The error log says error 13; that it is denied access to the file(s), but I
>can't see how since ~chris and ~chris/public_html are world executable, and
>the index.html file in there is world readable.
>
>Where should I go to further track down the issue? Is this a known FC3 item?
>  
>
Do you have SElinux enabled or disabled?  This is a known "issue" with 
FC3 in the sense that files in user home directories aren't created with 
the proper selinux labelling needed for the apache server to have access 
to them.  You either need to disable SElinux, or search redhat's 
fedora-list mailing list to find out how to label those files.

-- jeremy