代码改变世界

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

2015-08-25 15:29  abce  阅读(649)  评论(0编辑  收藏  举报

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

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

 

修改方法:

vi /etc/httpd/conf/httpd.conf 

#添加以下内容 

ServerName  localhost:80