知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

apache提示DocumentRoot must be a directory的问题

发布时间:2014-09-05 15:25:07作者:知识屋

apache提示DocumentRoot must be a directory的问题
 
将DocumentRoot改为/home/test/www后提示:
Starting httpd: Syntax error on line 293 of /etc/httpd/conf/httpd.conf:
DocumentRoot must be a directory
  www.zhishiwu.com  
[root@sl ~]# getsebool -a |grep httpd_enable_homedirs
httpd_enable_homedirs --> off
原来是SELinux不允许使用home目录作为web目录
 
修改SELinux设定
[root@sl ~]# setsebool httpd_enable_homedirs on
  www.zhishiwu.com  
之后重启apache,一切正常
[root@sl ~]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜