您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關apache安裝遇到的問題有哪些的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
1、首先下載 apache 的 zip 包,并解壓到指定的路徑下;(如:E:\Apache24)
下載 apache 路徑:http://www.apachehaus.com/cgi-bin/download.plx
2、使用管理員的身份進入 doc 界面,進入 apache 的bin目錄,輸入 httpd.exe -k install
3、報出錯:
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
是因為路徑找不到,需要修改 httpd.conf 文件中的 Define SRVROOT 指定 apache 的路徑。
4、報出錯:Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
(OS 10013)以一種訪問權限不允許的方式做了一個訪問套接字的嘗試。 : AH00072: make_sock: could not bind to address [::]:80
(OS 10013)以一種訪問權限不允許的方式做了一個訪問套接字的嘗試。 : 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
是因為端口被占用,需要修改 httpd.conf 文件中的 Listen 、ServerName 修改端口號,這里把 80 設置為 8080。
5、報出錯:Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
(OS 10048)通常每個套接字地址(協議/網絡地址/端口)只允許使用一次。 : 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
是因為監聽端口占用問題,由于安裝了Skype,開著 Skype 占用了 443 端口;
需要修改 Apache24\conf\extra 下的 httpd-ahssl.conf 、httpd-ssl.conf 在這里把 443 修改為 442 。
6、安裝成功了,出現如下:
7、點擊 ApacheMonitor.exe ,啟動 apche 成功; 在瀏覽器訪問 localhost:8080 ,成功出現 apache 的界面 。
感謝各位的閱讀!關于“apache安裝遇到的問題有哪些”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。