Files
docker-django-dav-events/container-filesystem/etc/httpd/conf.d/mpm.conf
2020-04-22 12:57:02 +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>