关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

Apache启动报错:Could not reliably determine the server's fully qualified domain name

发布时间:2022-11-11 23:22:57
1491984010112764.jpg

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

Bash
[root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl starthttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

1)进入apache的安装目录:(视个人安装情况而不同) 

Bash
[root@server ~]# cd /usr/local/apache/conf

2)编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80

Bash
[root@server conf]# lsextra  httpd.conf  magic  mime.types  original[root@server conf]# vi httpd.conf#ServerName www.example.com:80ServerName localhost:80

3)再重新启动apache 即可。

Bash
[root@server ~]# /usr/local/apache/bin/apachectl restart



/template/Home/8a/PC/Static