httpd_conf_prefork
This is an old revision of the document!
httpd.conf prefork values
<IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 </IfModule>
Value | Definition |
---|---|
StartServers | The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually little reason to adjust this parameter. |
MinSpareServers | |
MaxSpareServers | |
MaxClients | |
MaxRequestsPerChild |
httpd_conf_prefork.1453983562.txt.gz · Last modified: 2024/05/23 07:26 (external edit)