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

apache2 无法重新启动

时间:2015-09-24 12:32:21      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

系统:ubuntu server 14.04 LTS
服务:apache2
重启服务时报
 * Restarting web server apache2                                                                                             AH00558: apache2: Could not reliably determine the server‘s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName‘ directive globally to suppress this message

解决方案:
cd /etc/apache2/sites-enabled
sudo vi 000-default.conf

打开default文件后,在default文件顶端加入:

ServerName 127.0.0.1

重启apache2 (sudo /etc/init.d/apache2 restart)就不会提示上述错误了。

apache2 无法重新启动

标签:

原文地址:http://www.cnblogs.com/wildmonk3y/p/4834813.html

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