配置过程参考博客:https://www.cnblogs.com/Ai-heng/p/7289241.html
安装过程可能遇到的错误解决方法参考:
用命令 httpd -k install 启动Apache时报错:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::d96c:c1c0:b2de:e116. Set the 'ServerName' directive globally to suppress this message
解决参考:https://blog.csdn.net/moqiang02/article/details/19644727
Windows中apache 命令行启动
通过命令行开关控制Windows中 Apache服务。
启动Apache服务,可以使用:httpd -k start
要停止一个已经安装的Apache服务,可以使用:httpd -k stop 或 httpd -k shutdown
要重启一个运行中的Apache服务,强制它重新读取配置文件,可以使用:httpd -k restart