2trdwq 发表于 2014-12-19 08:41:27

Apache运行时寻找ServerName

# ./apachectl starthttpd: Could not reliably determine theserver's fully qualified domain name, using localhost.localdomain forServerName# ./apachectl stophttpd: Could not reliably determine theserver's fully qualified domain name, using localhost.localdomain forServerName//出现以上的现象,并不影响Apache的运行,只要对http.conf文件中:#ServerName localhost:80//将注释("#")去掉,就不会说找不到确定的服务器域名了。
页: [1]
查看完整版本: Apache运行时寻找ServerName