启动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