httpd的警告

时间:2014-05-09 03:10:56   收藏:0   阅读:224

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!