httpd: Could not reliably determine the server’s fully qualified domain name

2010-02-01 18:29 0 条评论 »

httpd: Could not reliably determine the server’s fully qualified domain name , using *.*.*.* for Server Name

在windows下安装好apache服务器后,出现上面的错误,

把/conf/httpd.conf文件的#ServerName 前的#去掉,如下,星号部分改为当前服务器的IP地址即可。

ServerName *.*.*.*:80

评论