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

配置出现的一些提示

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

标签:ios   解析   服务启动   sock   star   nbsp   not   div   inf   

在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 即可

 

配置出现的一些提示

标签:ios   解析   服务启动   sock   star   nbsp   not   div   inf   

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

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