This is a discussion on Apache 2 User Dir Directive within the Apache Web Server forums, part of the Web Server and Related Forums category; I have a problem setting up Apache on RedHat Fedora Core 4 linux to access user's web pages in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a problem setting up Apache on RedHat Fedora Core 4 linux to access
user's web pages in thier home directory. I followed instructions to set UserDir public_html, and chmod the home directories to 777. And still when I access as http://local;host/~user/index.html it complains 403 Forbidden. However if I access the default directory as http://localhost/index.html everything works fine. I am not sure where else to look for problems. Any suggestions? Thank you. |
|
|||
|
Davide Bianchi wrote:
> On 2006-02-07, Louis Lao <a8a16803@telus.net> wrote: >> Any suggestions? Thank you. > > Check your SELinux configuration. > Davide > Hi Davide, Thanks very much for your suggestion. It works after I disabled SELinux. I guessed I turned it on while installing Fedora Core 4 without knowing what it was doing. Thank you. |