解决apache启动问题:httpd: Could not reliably determine the server's fully

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

解决办法非常简单:

#vi /usr/local/apache/conf/httpd.conf

找到#ServerName www.example.com:80   把#去掉,再用bin/apachectl start重启apache即可没事了。

posted @ 2015-11-17 20:11  安静的披风  阅读(1347)  评论(0)    收藏  举报