问题
AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using localhost.localdomain. Set the ‘ServerName’ directive globally to suppress this message
Syntax OK
答案
vim /usr/local/httpd/conf/httpd.conf
搜索 /ServerName
#ServerName www.kisi.com:80
去掉#号 即可ServerName www.kisi.com:80
AH00558: httpd:无法使用localhost.localdomain可靠地确定服务器的完全限定域名
最新推荐文章于 2023-03-27 11:37:30 发布
本文详细介绍了如何解决Apachehttpd服务器启动时出现的“Couldnotreliablydeterminetheserver’sfullyqualifieddomainname”错误。通过修改httpd.conf文件中的ServerName指令,可以轻松解决此问题,确保服务器能够正确识别其全限定域名。
2万+

被折叠的 条评论
为什么被折叠?



