php8/conf/etc/apache2/mods-available/mpm_prefork.conf

8 lines
222 B
Plaintext

<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 2
MaxSpareServers 10
MaxRequestWorkers 250
MaxConnectionsPerChild 0
</IfModule>