安哥网络 发表于 2013-10-14 18:10:02

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

查看系统日志,看到这个错误:
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 192.168.1.xx for ServerName
虽然apache能正常运行,但是觉得不爽,查了一下原来是因为DNS没配置好.在httpd.conf , 在最前加入 ServerName localhost:80 即可。


本文摘自:http://www.greycode.cn/httpd-exe-could-not-reliably-determine-the-servers-fully-qualified-domain-name.html
页: [1]
查看完整版本: httpd.exe: Could not reliably determine the server’s fully qualified domain...