原因 :开启或者重启httpd时候出现这样的错误时,是因为没有在 httpd.conf 中设定 ServerName 。解决方法:将httpd.conf 的ServerName www.example.com:80的注释去掉。重启 httpd 。