本文记录使用apache期间遇见的异常,已经解决的方法。

异常:

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

解决:

#ServerName www.example.com:80

去掉#注释

重启httpd