首页 > Web开发 > 详细

解决apache启动错误"httpd:Could not reliably determine..."

时间:2016-05-14 16:51:33      阅读:148      评论:0      收藏:0      [点我收藏+]
启动apache遇到错误:httpd: Could not reliably determine the server‘s fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl start httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName 1)进入apache的安装目录:(视个人安装情况而不同) [root@server ~]# cd /usr/local/apache/conf 2)编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80 [root@server conf]# ls extra httpd.conf magic mime.types original [root@server conf]# vi httpd.conf #ServerName www.example.com:80 ServerName localhost:80 3)再重新启动apache 即可。 [root@server ~]# /usr/local/apache/bin/apachectl restart

解决apache启动错误"httpd:Could not reliably determine..."

原文:http://www.cnblogs.com/zhangchao512/p/5492797.html

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