]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/templates/mod/mpm_event.conf.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / mpm_event.conf.erb
1 <IfModule mpm_event_module>
2   StartServers          2
3   MinSpareThreads      25
4   MaxSpareThreads      75
5   ThreadLimit          64
6   ThreadsPerChild      25
7   MaxClients          150
8   MaxRequestsPerChild   0
9 </IfModule>