首页 > 代码库 > 网络yum 安装 httpd 出现的问题Could not reliably determine the server's fully qualified domain name
网络yum 安装 httpd 出现的问题Could not reliably determine the server's fully qualified domain name
Could not reliably determine the server‘s fully qualified domain name
在使用网络yum源安装httpd的时候出现了上面的报错,进入配置文件httpd.conf
[root@IP-65 ~]# cd /etc//httpd/conf
[root@IP-65 conf]# ls
httpd.conf magic
[root@IP-65 conf]#vim httpd.conf
276 #ServerName www.example.com:80
277 ServerName localhost:80 添加前面一行,再执行就不会出现上述报错。
[root@IP-65 conf]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
网络yum 安装 httpd 出现的问题Could not reliably determine the server's fully qualified domain name
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。