Files
docker-phpbb/3.2-apache/apache2/conf.d/mpm.conf
2017-02-06 17:57:15 +03:00

9 lines
230 B
Plaintext

PidFile "/run/apache2/httpd.pid"
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 250
MaxConnectionsPerChild 0
</IfModule>