我在CentOs服务器上配置了Apache Web服务器。我想用MPM_Prefork增加5000个并发请求。请为此建议最好的Prefork配置。我已经在httpd.conf文件上完成了Prefork配置,但它无法正常工作。
我的Prefork配置:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 30
MaxSpareServers 40
MaxClients 5000
ServerLimit 20
MaxRequestsPerChild 500
</IfModule>
KeepAlive On
MaxKeepAliveRequests 5000
KeepAliveTimeout 5
答案 0 :(得分:0)
一些建议。