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

解决apache启动错误:Could not reliably determine the server's fully qualified domain name

时间:2016-04-21 18:39:14      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:determine   server   domain   local   

启动apache遇到错误:httpd: Could not reliably determine the server‘s fully qualified domain name

[root@server httpd-2.2.4]# /usr/local/apache2/bin/apachectl start
 
httpd: Could not reliably determine the server‘s fully qualified domain name, using ::1 for ServerName
 
1)进入apache的安装目录:[root@server ~]# cd /usr/local/apache2/conf
 
2)编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80

3)再重新启动apache 即可。
[root@server ~]# /usr/local/apache2/bin/apachectl restart


本文出自 “目标:印度” 博客,请务必保留此出处http://shunzi115.blog.51cto.com/5184443/1766354

解决apache启动错误:Could not reliably determine the server's fully qualified domain name

标签:determine   server   domain   local   

原文地址:http://shunzi115.blog.51cto.com/5184443/1766354

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