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

解决httpd: Could not reliably determine the server's fully qualified domain name

时间:2016-06-02 00:45:47      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

用vim打开 /usr/local/apache2/cong/httpd.conf

将里面的 #ServerName localhost:80 注释去掉即可。

再执行 /usr/local/apache2/bin/apachectl start

然后可以通过浏览器访问 http://localhost:80 ,如果页面显示 “It works!” ,即表示apache已安装并启动成功。

解决httpd: Could not reliably determine the server's fully qualified domain name

标签:

原文地址:http://www.cnblogs.com/zhangyin6985/p/5551494.html

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