Could not reliably determine the server's fully qualified domain name

在使用网络yum源安装httpd的时候出现了上面的报错,进入配置文件httpd.conf

[root@IP-65 ~]# cd /etc//httpd/conf

[root@IP-65 conf]# ls

httpd.conf  magic

[root@IP-65 conf]#vim httpd.conf

 276 #ServerName www.example.com:80

 277 ServerName localhost:80    添加前面一行,再执行就不会出现上述报错。


[root@IP-65 conf]# service httpd restart

Stopping httpd:                                            [  OK  ]

Starting httpd:                                            [  OK  ]