环境:linux redhat6.5,apache
问题:安装apache后,
出现Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName错误。
解决方法:修改/etc/httpd/conf/httpd.conf文件:找到ServerName,去掉注释。
这样重启之后,就不会出现错误。