码迷,mamicode.com
首页 > 系统相关 > 详细

linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.

时间:2014-09-30 21:30:30      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:http   ar   for   文件   sp   art   问题   c   on   

安装好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.

标签:http   ar   for   文件   sp   art   问题   c   on   

原文地址:http://www.cnblogs.com/vathena/p/4002653.html

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