网站运维:Linux重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server's fully qua

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/weixin_43731793/article/details/102097058

重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using ::1. Set the ‘ServerName’ directive globally to suppress this message

解决方法:

 在/etc/httpd/conf/httpd.conf

最后加入一句:

ServerName localhost:80

猜你喜欢

转载自blog.csdn.net/weixin_43731793/article/details/102097058