存档

文章标签 ‘ServeName’

apache2: Could not reliably determine the server’s fully qualified domain name,using xxx.xxx.xxx.xx for ServerName

2009年11月13日

在Apache2配置文件httpd.conf或Apache2.conf中加入提示ServeName,如下

ServerName xxx.xxx.xxx.xx

重启系统即可。

Apache