首页 > Web开发 > 详细

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

时间:2015-08-25 16:06:58      阅读:266      评论:0      收藏:0      [点我收藏+]

启动apache的时候,报告以下消息提示:

 Starting httpd: httpd: Could not reliably determine the servers fully qualified domain name

 

修改方法:

vi /etc/httpd/conf/httpd.conf 

#添加以下内容 

ServerName  localhost:80

 

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

原文:http://www.cnblogs.com/abclife/p/4757598.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!