VVApache VS17 二进制文件和模块下载 (apachelounge.com)
VS打开目录Apache24\conf的httpd.conf文件
Define SRVROOT "D:\httpd-2.4.62-240718-win64-VS17\Apache24"
更新服务器地址:ServerName www.example.com:80
命令行安装
安装:httpd -k install
卸载:httpd -k uninstall
启动服务器:httpd -k start
重新启动服务器:httpd -k restart
停止运行:httpd -k stop
查看版本信息:httpd -V
查看读入的模块:httpd -M