标签:localhost server determine 检测 domain
apachectl -t
httpd: Could not reliably determine the server‘s fully qualified domain name, using localhost.localdomain for ServerName
解决办法
vi /etc/httpd/conf/httpd.conf
去除#ServerName localhost:80
此行的#符号
重新加载即可
本文出自 “linux基础” 博客,请务必保留此出处http://chaoyuezhangsan.blog.51cto.com/7176886/1733589
标签:localhost server determine 检测 domain
原文地址:http://chaoyuezhangsan.blog.51cto.com/7176886/1733589