码迷,mamicode.com
首页 > Web开发 > 详细

httpd: Could not reliably determine the server's fully qualified domain name

时间:2015-05-06 18:15:49      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:determine   server   配置文件   服务器   domain   

[root@localhost~]# /usr/local/apache2/bin/apachectl start

httpd: Could not reliably determine the server‘s fully qualified domain name, usinglocalhost.localdomain for ServerName

分析:该错误信息表示Apache无法彻底确定服务器的完全限定域名只好用using localhost.localdomain for ServerName

      简而言之,你没有在配置文件httpd.conf中设置Apache服务器的主机名称(ServerName)Apache就无法知道该该服务器的主机名称,只好以localhost.localdomain这个名字来替代。

解决:我们只需要Apache安装目录/conf/httpd.conf文件中启用ServerName配置指令即可

      #ServerName www.example.com:80

      Apache的配置文件httpd.conf中默认就是上述指令,不过Apache在该指令语句前添加了#号,注释掉了该语句,我们只需要去掉#号,然后重新启动Apache即可


httpd: Could not reliably determine the server's fully qualified domain name

标签:determine   server   配置文件   服务器   domain   

原文地址:http://abula.blog.51cto.com/8577954/1642704

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!