ansible-role-sso/files/mpm_prefork.conf

11 lines
180 B
Plaintext

# prefork MPM
<IfModule mpm_prefork_module>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
MaxRequestWorkers 128
MaxConnectionsPerChild 2000
</IfModule>