91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

apache啟動報錯httpd: apr怎么解決

發布時間:2021-09-01 12:47:36 來源:億速云 閱讀:153 作者:chen 欄目:建站服務器

本篇內容介紹了“apache啟動報錯httpd: apr怎么解決”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
重啟apache:
service httpd restart
雖然重啟成功,但卻給出如下的提示信息:
httpd: apr_sockaddr_info_get() failed for hoteel
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName

究其原因是因為在配置DNS的時候hostname hoteel造成的,重新hostname localhost就可以了。

1、在啟動 httpd 時出現
Starting httpd: httpd: apr_sockaddr_info_get() failed for MYHOST
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName.
這個問題應該是沒有在 /etc/httpd/conf/httpd.conf 中設定 ServerName 所以它會用主機上的名稱來取代,首先會去找 /etc/hosts 中有沒有主機的定義。
所以要解決這個問題可以設定 ServerName 或者在 /etc/hosts 中填入自己的主機名稱 MYHOST,像這樣:

vi /etc/hosts
127.0.0.1 localhost.localdomain localhost MYHOST

2、在Linux下安裝完Apache 2.2.6,啟動HTTP服務報錯
[root@linux http]# ./apachectl start
httpd: apr_sockaddr_info_get() failed for linux(在BSD上是apr_sockaddr_info_get() failed for freebsdla)
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName

經分析發現是apache的conf目錄下的配置文件httpd.conf中關于hostname設置和/etc/sysconfig/network中的HOSTNAME設置不統一導致的,修改成統一的主機名即可解決該問題。

注:/etc/sysconfig/network 默認主機名是:HOSTNAME=localhost.localdomain

PS:網上有這種辦法,似乎是沒用的,因為我認為apache在編譯安裝過程中會編譯ARP的,因此下述操作有點多余。

apr 和apr-util包含在Apache httpd的發行源代碼中,并且在絕大多數情況下使用都不會出現問題。當然,如果apr或apr-util的1.0或1.1版本已經安裝在你的系統中了, 則必須將你的apr/apr-util升級到1.2版本,或者將httpd單獨分開編譯。要使用發行源代碼中自帶的apr/apr-util源代碼進行安 裝,你必須手動完成:

復制代碼 代碼如下:

編譯和安裝 apr 1.2

apr
./configure --prefix=/x/httpd/apr
make
make install
apr-util
./configure --prefix=/x/httpd/apr_util --with-apr=/x/httpd/apr
make
make install
apache
./configure --prefix=/x/httpd/apache2 
–enable-so 
–enable-cgi 
–enable-rewrite 
–enable-mods-shared=all 
–with-apr=/x/httpd/apr 
–with-apr-util=/x/httpd/apr_util 
LDFLAGS="-L/usr/lib64 -L/lib64"

本機正確設定說明 必須為同一的
[root@spring ~]# nl /etc/hosts
1 # Do not remove the following line, or various programs
2 # that require network functionality will fail.
3 127.0.0.1 localhost.localdomain spring  http://www.iis7.com/a/lm/ftp/

[root@spring ~]# nl /etc/sysconfig/network
1 NETWORKING=yes
2 NETWORKING_IPV6=no
3 HOSTNAME=spring
4 #GATEWAY=192.168.8.1

[root@spring ~]# less /etc/httpd/conf/httpd.conf|grep ServerName

“apache啟動報錯httpd: apr怎么解決”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

寿光市| 利川市| 安阳县| 德令哈市| 鄂托克前旗| 西充县| 宾阳县| 辰溪县| 朝阳市| 萨嘎县| 利辛县| 高邑县| 杂多县| 长泰县| 大城县| 大渡口区| 汝州市| 双江| 定陶县| 上思县| 皮山县| 渭源县| 烟台市| 芦山县| 延边| 任丘市| 景东| 望江县| 广东省| 宜昌市| 津南区| 昌邑市| 九寨沟县| 青海省| 曲松县| 申扎县| 平谷区| 渑池县| 拉孜县| 菏泽市| 梁河县|