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

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

时间:2015-08-25 16:09:51      阅读:170      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!