问答题

[问题2]
如何在Apache服务器中设置每个连接的最大请求数

【参考答案】

在httpd.conf 文件里设置:
MaxKeepAliveRequests 100
这样就能保证......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)