溫馨提示×

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

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

apache安裝遇到的問題有哪些

發(fā)布時(shí)間:2021-10-19 13:37:15 來源:億速云 閱讀:182 作者:小新 欄目:web開發(fā)

這篇文章給大家分享的是有關(guān)apache安裝遇到的問題有哪些的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

1、首先下載 apache 的 zip 包,并解壓到指定的路徑下;(如:E:\Apache24)

下載 apache 路徑:http://www.apachehaus.com/cgi-bin/download.plx

2、使用管理員的身份進(jìn)入 doc 界面,進(jìn)入 apache 的bin目錄,輸入 httpd.exe -k install

apache安裝遇到的問題有哪些

3、報(bào)出錯(cuò):Testing httpd.conf....

Errors reported here must be corrected before the service can be started.

httpd.exe: Syntax error on line 40 of E:/Apache24/conf/httpd.conf: ServerRoot must be a valid directory

是因?yàn)槁窂秸也坏剑枰薷?nbsp;httpd.conf  文件中的 Define SRVROOT 指定 apache 的路徑。

4、報(bào)出錯(cuò):Testing httpd.conf....

Errors reported here must be corrected before the service can be started.

(OS 10013)以一種訪問權(quán)限不允許的方式做了一個(gè)訪問套接字的嘗試。  : AH00072: make_sock: could not bind to address [::]:80

(OS 10013)以一種訪問權(quán)限不允許的方式做了一個(gè)訪問套接字的嘗試。  : AH00072: make_sock: could not bind to address 0.0.0.0:80

AH00451: no listening sockets available, shutting down

AH00015: Unable to open logs

是因?yàn)槎丝诒徽加?,需要修?nbsp;httpd.conf  文件中的 Listen 、ServerName 修改端口號(hào),這里把 80 設(shè)置為 8080。

5、報(bào)出錯(cuò):Testing httpd.conf....

Errors reported here must be corrected before the service can be started.

(OS 10048)通常每個(gè)套接字地址(協(xié)議/網(wǎng)絡(luò)地址/端口)只允許使用一次。  : AH00072: make_sock: could not bind to address 0.0.0.0:443

AH00451: no listening sockets available, shutting down

AH00015: Unable to open logs

是因?yàn)楸O(jiān)聽端口占用問題,由于安裝了Skype,開著 Skype 占用了 443 端口;

需要修改 Apache24\conf\extra 下的 httpd-ahssl.conf 、httpd-ssl.conf 在這里把 443 修改為 442 。

6、安裝成功了,出現(xiàn)如下:

apache安裝遇到的問題有哪些

7、點(diǎn)擊 ApacheMonitor.exe ,啟動(dòng) apche 成功; 在瀏覽器訪問 localhost:8080  ,成功出現(xiàn) apache 的界面 。

感謝各位的閱讀!關(guān)于“apache安裝遇到的問題有哪些”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI