首页 > Web开发 > 详细

apache AH00558错误: Could not reliably determine the server's fully qualified domain name

时间:2014-10-26 11:26:36      阅读:244      评论:0      收藏:0      [点我收藏+]

/usr/local/httpd/bin/apachectl start

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

apache 启动出现这种错误的解决方法:
将 apache 的配置文件httpd.conf中的 ServerName 改成可用域名或如下配置

ServerName localhost:80

apache AH00558错误: Could not reliably determine the server's fully qualified domain name

原文:http://www.cnblogs.com/masamia/p/4051714.html

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