gdx 发表于 2018-11-22 06:20:32

Apache运行时寻找ServerName

# ./apachectl start
httpd: Could not reliably determine theserver's fully qualified domain name, using localhost.localdomain forServerName
# ./apachectl stop
httpd: Could not reliably determine theserver's fully qualified domain name, using localhost.localdomain forServerName
//出现以上的现象,并不影响Apache的运行,只要对http.conf文件中:
#ServerName localhost:80//将注释("#")去掉,就不会说找不到确定的服务器域名了。
  




页: [1]
查看完整版本: Apache运行时寻找ServerName