httpd: Could not reliably determine the server's fully qualified domain name, using www.xx.com
    文章作者:恒爱云[恒爱网络] 阅读次数:7379 发布时间:2015-3-25

    某用户VPS安装LINUX系统后,启动HTTPD服务就提示  httpd: Could not reliably determine the server's fully qualified domain name, using www.xx.com

    首先要找到 httpd 服务的配置文件 httpd.conf

    然后找下 ServerName 开头的字段,如果没有,就在里面任意一行添加:

    ServerName www.xx.com  

    然后重启下 httpd 就发下不再提示此错误了。