Files
docker-phpbb/3.1-apache/apache2/conf.d/mpm.conf
2016-09-13 16:12:01 +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>