首页 > Web开发 > 详细

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

时间:2015-03-06 16:07:50      阅读:337      评论:0      收藏:0      [点我收藏+]

1,你重启apache2是报错如下:

* Restarting web server apache2 apache2: Could not reliably determine the server‘s fully qualified domain name, using 192.168.11.18 for ServerName
... waiting apache2: Could not reliably determine the server‘s fully qualified domain name, using 192.168.11.18 for ServerName

解决方法:

    1. sudo gedit /etc/apache2/httpd.conf  
    2. 默认的httpd.conf是个空文件,现在向里面加入如下内容:ServerName localhost  
    3. sudo /etc/init.d/apache2 restart或者  sudo  service apache2 restart

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

原文:http://www.cnblogs.com/kobigood/p/4318479.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!