RE: Apache prefork directives
04-30-2015, 03:22 AM
(This post was last modified: 04-30-2015, 03:23 AM by chipset.)
In CentOS 7 ( Apache 2.4 ) a did edit:
/etc/httpd/conf.modules.d/10-php.conf
with:
<IfModule prefork.c>
StartServers 20
MinSpareServers 5
MaxSpareServers 15
ServerLimit 750
MaxClients 750
MaxRequestsPerChild 2000
LoadModule php5_module modules/libphp5.so
</IfModule>
/etc/httpd/conf.modules.d/10-php.conf
with:
<IfModule prefork.c>
StartServers 20
MinSpareServers 5
MaxSpareServers 15
ServerLimit 750
MaxClients 750
MaxRequestsPerChild 2000
LoadModule php5_module modules/libphp5.so
</IfModule>