Apache HTTP Server 網頁伺服器安裝方法

https://www.apachelounge.com/download/

一、下載並安裝 Visual C++ Redistributable for Visual Studio 2015-2019 x64

二、下載 Apache

三、解壓縮至指定路徑

四、修改文件

SRVROOT "c:/Apache24"

五、測試

cd c:\Apache24\bin
httpd.exe

有錯誤會顯示,若正常則空白

六、連線

瀏覽器輸入網址 http://localhost

七、安裝服務

Ctrl+C
httpd.exe -k install