Debian下apache2设置并发

文件在/etc/apache2/apache2.conf,前提是要确认是prefork MPM,做如下修改  StartServers          5
 MinSpareServers       5
 MaxSpareServers      10
 ServerLimit          5500
 MaxClients          5000
 MaxRequestsPerChild   100
posted @ 2012-05-23 10:03  rorshach  阅读(148)  评论(0编辑  收藏  举报