火冰狐 发表于 2018-11-29 09:12:29

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]
查看完整版本: apache启动错误Could not reliably determine the server's fully qualified domain name