8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
<IfModule mpm_prefork_module>
|
|
StartServers 2
|
|
MinSpareServers 2
|
|
MaxSpareServers 10
|
|
MaxRequestWorkers 250
|
|
MaxConnectionsPerChild 0
|
|
</IfModule>
|