apache报错Could not reliably determine the server's fully qualified domain name
apache启动时报错:Could not reliably determine the server's fully qualified domain name, using 10.10.10.188 for ServerName的解决方法:
vi /etc/httpd/conf/httpd.conf 加入一句 ServerName localhost:80,即可解决。当然了,此处也可以设置为:你的域名:80
除特别注明外,本站所有文章均为奇妙伞原创,转载请注明出处来自https://qm3.com.cn/post/235.html