怎麼啟動apache?
步驟一 Cmd開啟命令列窗口,切換到apache安裝目錄下
cd C:\MAS\TRSMAS\win31\apache\bin
步驟二安裝apache伺服器installed Apache services
httpd.exe -k install
步驟三 修改設定檔
編輯檔案:<安裝目錄>\conf\httpd.conf
步驟四 測試該服務的設定檔
httpd.exe -n "MyServiceName" –t
步驟五 啟動已安裝的apache服務
httpd.exe -k start
步驟六 測試安裝結果
http://localhost:port
更多Apache相關知識,請造訪Apache使用教學欄位!
以上是怎麼啟動apache的詳細內容。更多資訊請關注PHP中文網其他相關文章!