怎麼啟動apache?
cmd開啟命令列窗口,切換到apache安裝目錄下 (建議學習: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
apache啟動後的存取方式(測試方式)
http://localhost:port
以上是apache啟動之後怎麼訪問的詳細內容。更多資訊請關注PHP中文網其他相關文章!