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]