apache启动错误Could not reliably determine the server's fully qualified domain name
错误提示:httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
解决的方法就是修改httpd.conf中的ServerName IP:port与Listen IP:端口一致就OK了。其中IP可以是本机hostname名,也可以是IP
页:
[1]