具體步驟如下:
1、Cmd開啟命令列窗口,切換到apache安裝目錄下
cd C:\MAS\TRSMAS\win31\apache\bin
(推薦教學: apache從入門到精通)
2、安裝apache伺服器
installed Apache services
httpd.exe -k install
3、修改設定檔
編輯檔:223bdff9313d3f65627adc2e78615c44 \conf\httpd.conf
4、測試該服務的設定檔
httpd.exe -n "MyServiceName" –t
5、啟動已安裝的apache服務
httpd.exe -k start
6、測試安裝結果
http://localhost:port
以上是windows下啟動apache的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!