httpd: Could not reliably determine the server's fully qualified domain name
在linux下进入到httpd.conf 文件中,然后修改
[root@server conf]# vi httpd.conf
#ServerName www.example.com:80
ServerName localhost:80
之后重启apache服务
本文共 250 字,大约阅读时间需要 1 分钟。
httpd: Could not reliably determine the server's fully qualified domain name
在linux下进入到httpd.conf 文件中,然后修改
[root@server conf]# vi httpd.conf
#ServerName www.example.com:80
ServerName localhost:80
之后重启apache服务
转载于:https://blog.51cto.com/nianbb/1769349