ansible-role-sso/files/mpm_prefork.conf

11 lines
180 B
Plaintext
Raw Permalink Normal View History

2024-07-12 16:51:29 +02:00
# prefork MPM
<IfModule mpm_prefork_module>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
MaxRequestWorkers 128
MaxConnectionsPerChild 2000
</IfModule>