啟動apache遇到錯誤:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
原來出現這個錯誤原因 httpd.exe: Could not reliably determine the server s fully qualified domain name, using . . .xx for ServerName 是因為DNS沒配置好. 如果不想配置DNS, 就在httpd.conf , 在最前加入 ServerName localhost: 即可 其實這個問題,解決 ...
2012-01-09 11:00 0 7307 推薦指數:
啟動apache遇到錯誤:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd 然后可以通過瀏 ...
apache環境配置 | httpd Could not reliably determine the server's fully qualified domain name 轉 https ...
錯誤情況: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName ...
本問題的根源是主機名相關的有錯,解決方法簡單! 進入http安裝目錄中的httpd.conf,即vim /etc/httpd/conf/httpd.conf,定位到#ServerName www.e ...
解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd ...
在Unbuntu中重啟Apache服務器出現錯誤:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.等等。解決方法 ...
1、通過vi打開apache的配置文件httpd.conf > vi /data/apache/conf/httpd.conf 2、找到#ServerName www.examp ...