httpd: apr_sockaddr_info_get() failed for bogon
生活随笔
收集整理的這篇文章主要介紹了
httpd: apr_sockaddr_info_get() failed for bogon
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
AH00557: httpd: apr_sockaddr_info_get() failed for bogon
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
在Mac上配置PHP開發環境,當我試著去開啟apache時報上面的錯誤。這里需要把httpd.conf的#ServerName www.example.com:80前面的符號#去掉即可
ServerName www.example.com:80轉載于:https://www.cnblogs.com/itbsl/p/9870631.html
總結
以上是生活随笔為你收集整理的httpd: apr_sockaddr_info_get() failed for bogon的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux iptables
- 下一篇: Android 简单记事本