QQ叫紫珊 发表于 2018-11-28 13:46:46

apache日志报错

  今天在windows服务器发现如下错误:
  The Apache service namedreported the following error:
>>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 1.1.1.1 for ServerName
  解决方法:这个是因为DNS没配置好. 如果不想配置DNS, 就在httpd.conf , 在最前加入 ServerName localhost:80 即可



页: [1]
查看完整版本: apache日志报错