ispCP - Board - Support
Настройка prefork & worker apache2 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: Russian Corner (/forum-53.html)
+--- Thread: Настройка prefork & worker apache2 (/thread-12710.html)



Настройка prefork & worker apache2 - user - 01-19-2011 03:12 AM

512 RAM, 2.0 ghz OpenVZ

PHP Code:
KeepAlive 10

<IfModule mpm_prefork_module>
StartServers       10
MinSpareServers    10
MaxSpareServers    15
MaxClients        30
 MaxRequestsPerChild   10000
</IfModule>

# worker MPM

<IfModule mpm_worker_module>
StartServers       20
MaxClients        30
MinSpareThreads    40
MaxSpareThreads    45
    ThreadsPerChild      32
    MaxRequestsPerChild   5000
</IfModule