解决httpd: Could not reliably determine the server's fully qualified domain name

在启动apache时报错 “ httpd: Could not reliably determine the server’s fully qualified domain name ” 。该问题解决挺简单,只需要在httpd.conf里加入如下配置即可:

ServerName  localhost:80

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注