解決httpd: Could not reliably determine the server's fully qualified domain name

解決httpd: Could not reliably determine the server's fully qualified domain name



安裝完apache,重啓APACHE老出現httpd: Could not reliably determine the server's fully qualified domain name

解決方案:

進入apache的安裝目錄,我的是D:\Program Files\Apache Software Foundation\Apache2.2\conf

用記事本打開httpd.conf

將裏面的#ServerName www.example.com:80註釋去掉即可,,並改成ServerName 127.0.0.1:80。

再執行httpd

重啓APACHE後就不會出現那個提示了.


原文地址:http://chenling1018.blog.163.com/blog/static/14802542010321113328761


發佈了27 篇原創文章 · 獲贊 3 · 訪問量 8萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章