码迷,mamicode.com
首页 > 其他好文 > 详细

httpd的警告

时间:2014-05-09 03:10:56      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   color   http   

1、

httpd: apr_sockaddr_info_get() failed for serv05

这个是因为httpd.conf文件没有定义ServerName,所以会用hostname来代替,而/etc/hosts文件又没有定义这个主机。在/etc/hosts文件添加

127.0.0.1 serv05

2、

httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName

也是因为没有指定ServerName。

httpd的警告,布布扣,bubuko.com

httpd的警告

标签:style   blog   class   code   color   http   

原文地址:http://www.cnblogs.com/ShepherdIsland/p/3716400.html

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