Starting httpd: (98)Address already in use

```bash Terminal $ sudo /usr/sbin/httpd -S VirtualHost configuration: wildcard NameVirtualHosts and default servers: default:443 www.xxxx.com (/etc/httpd/conf.d/ssl.conf:81) *:80 ...


压力测试apache-ab-使用方法

ab的全称是ApacheBench,是 Apache 附带的一个小工具,专门用于 HTTP Server 的benchmark testing,可以同时模拟多个并发请求。 参数简明 -n 发送请求的数量 -c 表示一次发送多少个(实际上就是把-n分批发送), 如:ab -n 1000 -c 64 http://center.xxxxxx.cn/ tianyi:~ john$ tiany...