Apache 错误整理

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message

# 主配置文件http.conf内添加如下,或者解注释。
ServerName localhost:80
处理

 

posted @ 2018-06-20 11:56  kevin.Xiang  阅读(149)  评论(0)    收藏  举报