问题:
AH00558: httpd: Could not reliably determine the server‘s fully qualified domain name, using ::1. Set the ‘ServerName‘ directive globally to suppress this message
解决方法:
我自己编译安装的配置文件的路径:sysconfdir=/etc/httpd
vim/etc/httpd/httpd.conf找到#ServerName www.example.com:80 把#去掉,再重启apache即可没事了
本文出自 “生如夏花” 博客,请务必保留此出处http://langmei.blog.51cto.com/11016382/1745060
原文:http://langmei.blog.51cto.com/11016382/1745060