以下總結在配置及啟動apache 時出現報錯的處理方法 一 啟動apache遇到錯誤:httpd: Could not reliably determine the server s fully qualified domain name root server httpd . . usr local apache bin apachectl starthttpd: Could not relia ...
2019-07-11 15:32 0 502 推薦指數:
在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.example.com:80這行,去掉前面的#號,修改如下: ServerName localhost:80 ...
the server's fully qualified domain name, using 127.0.0.1 fo ...
今天啟動apache查看狀態發現報錯,說不能確認服務器完全確認域名,以下是報錯內容: 解決辦法: vi /etc/httpd/conf/httpd.conf 加入一句 ServerName localhost:80 然后重啟apache服務 ...
解決方案: 用記事本打開 httpd.conf 將里面的 #ServerName localhost:80 注釋去掉即可。 再執行 httpd 然后可以通過瀏覽器訪問 http://localhost:80 ,如果頁面顯示 “It works!” ,即表示 ...
apache環境配置 | httpd Could not reliably determine the server's fully qualified domain name 轉 https ...
本問題的根源是主機名相關的有錯,解決方法簡單! 進入http安裝目錄中的httpd.conf,即vim /etc/httpd/conf/httpd.conf,定位到#ServerName www.example.com:80,將前面的注釋去掉,並且查看iptables里面是不是已經添加了80 ...