|
Re: Apache configuration : 403 Forbidden Permission / Document Root
Hi I know this is a pretty old Thread, but I think I know the solution (cause I've had the same issue)...
I don't think that setting selinuxstate to permissive is enough. What I did (on FC17) which worked was:
* edited /etc/selinux/conf
and set one line to: disabled
* reboot
Now I have full access to my /home/ directory.
Damn Selinux really starts annoying me, I don't really understand why Fedora even includes this crap.
---------- Post added at 12:06 PM ---------- Previous post was at 12:02 PM ----------
oh and also if you want to have access to your home directory (like me), don't forget to also set the correct rights on your / folder (was needed in my case)
|