首页 > 代码库 > linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.
linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.
安装好apache启动httpd服务时,出现httpd: Could not reliably determine the server‘s fully qualified domain name, using XXX for ServerName。
网上找了不少资料,叫修改安装apache根目录下的httpd/conf/httpd.conf配置文件
1.打开apache_home/httpd/conf/httpd.conf
2.找到 #ServerName www.example.com:80,把前面的注释,也就是#号去掉。把自己的ip加上 ServerName IP:80
按照网上的说法做了修改,问题依旧。
突然记得在其它目录也见过httpd.conf,于是find了一下,果然发现在/etc/httpd/conf/下也有一个httpd.conf配置文件,对这个文件做同样修改。
service httpd restart 回车,问题解决!
linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。