Apache两种工作模式区别及配置切换
[
2012/06/11 22:11 | by Totti ]

directadmin hpttd 配置文件
[
2012/06/11 22:03 | by Totti ]

/etc/httpd/conf/extra/httpd-mpm.conf
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 5500
MaxClients 5500
MaxRequestsPerChild 50
</IfModule>
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 5500
MaxClients 5500
MaxRequestsPerChild 50
</IfModule>