码迷,mamicode.com
首页 > Web开发 > 详细

启动httpd报错

时间:2016-03-05 14:54:32      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:httpd;error;

启动httpd报错:

service httpd start

Starting httpd: httpd: Could not reliably determine the server‘s fully qualified domain name, using 61.191.206.4 for ServerName

在网上大多数解决办法是去掉配置文件中ServerName前面的#,我发生的这种情况去掉就不行,重启之后依然打不开页面,而且重启仍旧报错。

解决办法:

修改ServerName localhost:80 为ServewName 127.0.0.1:80重启之后打开浏览器输入你虚拟机linux的ip地址救能看到apache的测试页面

本文出自 “开源是精神,分享是美德” 博客,请务必保留此出处http://hongtengfei.blog.51cto.com/9881650/1747782

启动httpd报错

标签:httpd;error;

原文地址:http://hongtengfei.blog.51cto.com/9881650/1747782

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!