首页 > Web开发 > 详细

工作经验 部署阿帕奇的时候出现 Starting httpd: httpd: apr_sockaddr_info_get() failed for server1 httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

时间:2016-06-08 15:31:09      阅读:190      评论:0      收藏:0      [点我收藏+]

service httpd restart

 Starting httpd: httpd: apr_sockaddr_info_get() failed for server1 httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName

 

出现这种原因是因为  httpd.config  的 配置文件出现错  

应该把 ServerName  这行改为

                                      ServerName localhost:80

 

即可排除故障

工作经验 部署阿帕奇的时候出现 Starting httpd: httpd: apr_sockaddr_info_get() failed for server1 httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

原文:http://www.cnblogs.com/rmrf/p/5570044.html

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