在启动apache时报错 “ httpd: Could not reliably determine the server’s fully qualified domain name ” 。该问题解决挺简单,只需要在httpd.conf里加入如下配置即可:
ServerName localhost:80
关注云原生技术及互联网科技的IT博客
在启动apache时报错 “ httpd: Could not reliably determine the server’s fully qualified domain name ” 。该问题解决挺简单,只需要在httpd.conf里加入如下配置即可:
ServerName localhost:80