1、下载
Apache VS16 binaries and modules download
2、安装
①修改D:\Apache\conf httpd.conf文件
Define SRVROOT "D:\Apache"
ServerRoot "${SRVROOT}"
Listen 8088
②安装
打开cmd窗口,输入:"D:\Apache\bin\httpd.exe" -k install -n apache
3、运行
打开cmd命令行窗口,定位到apache安装目录的bin目录下
d: