首页 > Web开发 > 详细

apache2 无法重新启动

时间:2015-09-24 12:29:51      阅读:233      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!