Files
docker-django-test/container-filesystem/etc/httpd/conf.d/mpm.conf
heinzel cd193da78f FIX #1
2019-10-18 16:50:21 +02:00

12 lines
232 B
Plaintext

# /etc/httpd/conf.d/mpm.conf
<IfModule mpm_event_module>
ServerLimit 16
ThreadLimit 64
ThreadsPerChild 32
MaxRequestWorkers 256
StartServers 2
MinSpareThreads 32
MaxSpareThreads 128
#MaxConnectionsPerChild 2000
</IfModule>