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

Apache 重启时会有报 AH00558

时间:2015-09-18 15:33:53      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

AH00558: apache2: Could not reliably determine the server‘s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName‘ directive globally to suppress this message

解决的问题是:

sudo gedit /etc/apache2/apache2.conf

在文件后面加上:
#Server Name
ServerName 127.0.0.1

Apache 重启时会有报 AH00558

标签:

原文地址:http://www.cnblogs.com/linguoguo/p/4819208.html

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