Apache User Directories problem in Fedora 5 Core upgrade
I have confronted all the usual issues in trying to correct this problem. I have recently upgraded to Fedora 5.
There are three previous users with public_html directories that can be reached easily, but when I tried to create a new user, I get the usual
Quote:
Forbidden
You don't have permission to access /~MyNewUser/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.0 (Fedora) Server at cubie Port 80
|
I once had the problem in a previous installation and simply disabled SELinux to fix it after posting the problem here:
http://www.linuxquestions.org/questi...00#post1870600
I have chmod'ed permissions of all the files to 777. After reintroducing SELinux I have tried all the usual chcon command as explained here,
http://www.linuxquestions.org/questi...56#post1831456
and here,
http://www.linuxquestions.org/questi...04#post1355004
If I ls -lZ those new /NewUser/public_html/ directories, I see the usual indication SELinux permissions:
rwxrwxrwx MyNewUser MyNewUser user_u

bject_r:httpd_sys_content_t public_html
What is going on? How do I correct this problem?
The httpd error and access logs just repeat the 403 error. Where else do I look for clues as to what is going on?