1、打开官网
https://httpd.apache.org/download.cgi#apache24

2、红色区域的内容

3、选择VC15的版本

4、点击直接下载

下载地址:
- https://www.apachehaus.com/downloads/httpd-2.4.52-o111m-x64-vc15.zip
- https://de.apachehaus.com/downloads/httpd-2.4.52-o111m-x64-vc15.zip
5、解压

6、测试ab
进入到bin目录,然后执行如下目录
ab -c 1 -n 1 http://www.baidu.com/index.html
