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.
Add New Comment
Viewing 1 Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment