This commit is contained in:
2020-04-22 12:57:02 +02:00
commit 81c4b923b5
26 changed files with 734 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# /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>