解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd 然后可以通過瀏覽器訪問 http://localhost:80 ,如果頁面顯示 ...
本問題的根源是主機名相關的有錯,解決方法簡單 進入http安裝目錄中的httpd.conf,即vim etc httpd conf httpd.conf,定位到 ServerName www.example.com: ,將前面的注釋去掉,並且查看iptables里面是不是已經添加了 的端口的ACL,重啟httpd服務即可。 ...
2013-06-11 15:02 0 3939 推薦指數:
解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd 然后可以通過瀏覽器訪問 http://localhost:80 ,如果頁面顯示 ...
解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd 然后可以通過瀏覽器訪問 http://localhost:80 ,如果頁面顯示 “It works!” ,即表示 ...
1、通過vi打開apache的配置文件httpd.conf > vi /data/apache/conf/httpd.conf 2、找到#ServerName www.example.com:80這行,去掉前面的#號,修改如下: ServerName localhost:80 ...
apache環境配置 | httpd Could not reliably determine the server's fully qualified domain name 轉 https ...
the server's fully qualified domain name, using 127.0.0.1 fo ...
啟動apache遇到錯誤:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
以下總結在配置及啟動apache2時出現報錯的處理方法 一、啟動apache遇到錯誤:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd ...
錯誤情況: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName ...