bei 发表于 2018-11-23 11:20:26

Apache启动提示:httpd: Could not determine the server's fully qualified domain name

  apache编译安装启动时提示:httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
  

  解决方法,
  在配置文件httpd.conf中添加:
  ServerName localhost:80
  重新启动apache,问题解决



页: [1]
查看完整版本: Apache启动提示:httpd: Could not determine the server's fully qualified domain name