Linux 启动Apache报错解决
2018-03-29 本文已影响0人
河西走廊
解决:httpd: Could not reliably determine the server's fully qualified domain name报错
1. 进入 /etc/httpd/conf目录,修改 httpd.conf
2.搜索 ServerName ,去掉注释 ,修改为 ServerName localhost:80
3.重启即可
1. 进入 /etc/httpd/conf目录,修改 httpd.conf
2.搜索 ServerName ,去掉注释 ,修改为 ServerName localhost:80
3.重启即可