首页 > Web开发 > 详细

解决apache启动错误:Could not reliably determine the server's fully qualified domain name

时间:2016-04-21 18:37:59      阅读:373      评论:0      收藏:0      [点我收藏+]

启动apache遇到错误:httpd: Could not reliably determine the server‘s fully qualified domain name

[root@server httpd-2.2.4]# /usr/local/apache2/bin/apachectl start
 
httpd: Could not reliably determine the server‘s fully qualified domain name, using ::1 for ServerName
 
1)进入apache的安装目录:[root@server ~]# cd /usr/local/apache2/conf
 
2)编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80

3)再重新启动apache 即可。
[root@server ~]# /usr/local/apache2/bin/apachectl restart


本文出自 “目标:印度” 博客,请务必保留此出处http://shunzi115.blog.51cto.com/5184443/1766354

解决apache启动错误:Could not reliably determine the server's fully qualified domain name

原文:http://shunzi115.blog.51cto.com/5184443/1766354

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