首页 > 其他 > 详细

httpd的警告

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

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的警告

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

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