首页 > 代码库 > Apache运行时寻找ServerName
Apache运行时寻找ServerName
[root@localhost bin]# ./apachectl start
httpd: Could not reliably determine theserver‘s fully qualified domain name, using localhost.localdomain forServerName
[root@localhost bin]# ./apachectl stop
httpd: Could not reliably determine theserver‘s fully qualified domain name, using localhost.localdomain forServerName
//出现以上的现象,并不影响Apache的运行,只要对http.conf文件中:
#ServerName localhost:80 //将注释("#")去掉,就不会说找不到确定的服务器域名了。
本文出自 “运维” 博客,请务必保留此出处http://sky9896.blog.51cto.com/2330653/1591398
Apache运行时寻找ServerName
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。