This commit is contained in:
heinzel
2019-10-18 16:50:21 +02:00
parent 452a020368
commit cd193da78f
16 changed files with 526 additions and 108 deletions

View File

@@ -1,11 +1,11 @@
# /etc/httpd/conf.d/mpm.conf
<IfModule mpm_event_module>
ServerLimit 8
ThreadLimit 32
ThreadsPerChild 16
MaxRequestWorkers 64
ServerLimit 16
ThreadLimit 64
ThreadsPerChild 32
MaxRequestWorkers 256
StartServers 2
MinSpareThreads 16
MaxSpareThreads 48
MaxConnectionsPerChild 2000
MinSpareThreads 32
MaxSpareThreads 128
#MaxConnectionsPerChild 2000
</IfModule>