httpd: Could not reliably determine the server‘s fully qualified domain name, using 211.98.71.195 for ServerName
解决办法非常简单:
#vim /usr/local/apche2/conf/httpd.conf
找到#ServerName www.example.com:80 把#去掉,再重启apache即可没事了。
本文出自 “田埂上的梦” 博客,请务必保留此出处http://mengjunlinux.blog.51cto.com/10772888/1726572
原文:http://mengjunlinux.blog.51cto.com/10772888/1726572