首页 > 其他 > 详细

配置出现的一些提示

时间:2017-12-21 20:28:21      阅读:213      评论:0      收藏:0      [点我收藏+]

在nagios-server上配置http服务启动时出现:

Starting httpd: httpd: apr_sockaddr_info_get() failed for nagios-server 主要是hosts解析问题 解决 echo "`hostname -I` nagios-server" >> /etc/hosts即可

httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName httpd.conf里缺少ServerName配置 解决:echo "ServerName 127.0.0.1:80" >> /etc/httpd/conf/httpd.conf 即可

 

配置出现的一些提示

原文:http://www.cnblogs.com/luozhongyuan/p/8082221.html

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