让我无话可说的问题(apache)
[root@master www]# service httpd start
Starting httpd: Syntax error on line 265 of /etc/httpd/conf/httpd.conf:
DocumentRoot must be a directory
[FAILED]
[root@master www]# cat /etc/httpd/conf/httpd.conf |grep DocumentRoot
# DocumentRoot: The directory out of which you will serve your
DocumentRoot "/var/www/html"
# This should be changed to whatever you set DocumentRoot to.
# DocumentRoot /www/docs/dummy-host.example.com
[root@master www]# ls -l /var/www/
total 12
drwxrwxrwx 33 root root 5120 May 11 15:53 cgi-bin
drwxrwxrwx 17 root root 1024 Jun 18 22:04 html
drwxrwxrwx 3 root root 1024 Jan 13 15:44 non-cgi
drwxrwxrwx 3 root root 1024 Nov 20 2004 var
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
让我无法回答的问题。。。。。
[root@master www]# cat /etc/httpd/conf/httpd.conf |grep DocumentRoot
# DocumentRoot: The directory out of which you will serve your
DocumentRoot "/var/www/html"
# This should be changed to whatever you set DocumentRoot to.
# DocumentRoot /www/docs/dummy-host.example.com
复制代码
楼上的 ! 你故意灌水呀 !! 什么意思 ,我还晕者呢
人家是在帮你,你竟然还不领情,晕。。。。
明白了 , 谢谢你帮我顶一下 !!
明白啥,偶的意思是让你检查一下/var/www/html是文件还是目录
用ls -l看看
我上面不是有吗? 晕 !!
drwxrwxrwx 17 root root 1024 Jun 18 22:04 html
没看到,不好意思。看起来是有点问题
cat /etc/httpd/conf/httpd.conf |grep -n DocumentRoot
看看是不是第265行,如果是,建议删除重写。 还不行,那一定真的无话可说了