Tags: selinux
Apache DocumentRoot does not exist
In : system, Posted by admin on Jul.07, 2008
Try to setup Apache virtual host on a new machine.
Apache keeps complain about about the DocumentRoot does not exist and cannot write the log file. My document is using capistrano to do symbol link.
It turns out the problem is SELinux.
Do:
echo 0 > selinux/enforce
It will disable SELinux and fix the problem. I have not look into why yet… May be I should.