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

linux下apache重启报错

时间:2017-07-08 14:15:37      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:tar   简单   this   编辑   cti   lin   文件   重启   pre   

重启apache报错信息如下:

Could not reliably determine the server‘s fully qualified domain name, using localhost.localdomain. Set the ‘ServerName‘ directive globally to suppress this message。

处理方法非常简单:

1)进入apache安装目录;

2)编辑httpd.conf文件,搜索#ServerName,在其下面添加一行——ServerName localhost:80,保存退出;

3)重启apache ,service httpd restart

linux下apache重启报错

标签:tar   简单   this   编辑   cti   lin   文件   重启   pre   

原文地址:http://www.cnblogs.com/jiangnima/p/7136601.html

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