解决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即可没事了。

浙公网安备 33010602011771号