Files
docker-phpbb/apache2/conf.d/mpm.conf

9 lines
230 B
Plaintext
Raw Normal View History

2016-09-13 16:12:01 +03:00
PidFile "/run/apache2/httpd.pid"
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 250
MaxConnectionsPerChild 0
</IfModule>