續上一篇: Apache http server 下載安裝
本文主要是httpd 基本設定
主要設定檔是Apache24/conf/httpd.conf
本文Apache http server 目錄在D:/Apache24
一、Apache http server 主要目錄位置
改ServerRoot
圖1 改Apache httpd.conf
D:/Apache24/conf/httpd.conf
圖2 改ServerRoot
ServerRoot "c:/Apache24"
改為
ServerRoot "D:/Apache24"
二、Apache http server 文檔位置
改DocumentRoot
圖3
DocumentRoot "c:/Apache24/htdocs"
<Directory "c:/Apache24/htdocs">
改為
DocumentRoot "D:/Apache24/htdocs"
<Directory "D:/Apache24/htdocs">
圖4 有個測試用的index.html
三、Apache http server Listen post
設定監聽(Listen )的post號
改 Listen
圖5
Listen 80
改為
Listen 8081
四、 執行
圖6 執行httpd.exe
開cmd 命令提示字元
進入 d:/Apache24/bin
指令 httpd.exe
五、執行錯誤
圖7 如果出顯以下訊息,是說你設定Listen 的 post 已被其它軟體使用了。
(OS 10013)嘗試存取通訊端被拒絕,因為存取權限不足。 : AH00072: make_sock: could
not bind to address [::]:8080
(OS 10013)嘗試存取通訊端被拒絕,因為存取權限不足。 : AH00072: make_sock: could
not bind to address 0.0.0.0:8080
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
參考:[win7]查出誰佔用了指定Port號
六、測試
圖8 測試
http://localhost:8081/index.html
看到這頁就成功了喔!!!!
圖9 D:/Apache24/htdocs/index.html
修改index.html
加入
<h2>Apache http server test !!!!!</h2>
圖10 http://localhost:8081/index.html
七、離開
如果你不使用Apache http server
就關掉cmd視窗即可。
其它文章
沒有留言:
張貼留言