11 2011 档案

摘要:按照下面的指南过程中主要折腾了较长时间的问题有: 将Document Root Directory改为/home/web/DocRoot后,按照下文所讲,因为SELinux的访问控制机制,使用sudo chcon -R --reference=/var/www/html /home/web/DocRoot,启动Apache的时候仍然有“DocumentRoot must be a directory”的错误,使用sudo chcon -R --reference=/var/www /home/web,错误消除,apache启动!sudo chkconfig httpd on, sudo chk 阅读全文
posted @ 2011-11-07 11:07 ncturtle 阅读(2267) 评论(0) 推荐(0)