Created
December 4, 2018 07:55
-
-
Save chrisvasey/c3aea064ceb1102ad50e2562fe69b294 to your computer and use it in GitHub Desktop.
Default config for mpm_prefork.conf DO WP LAMP Box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mpm_prefork_module> | |
StartServers 3 | |
MinSpareServers 3 | |
MaxSpareServers 5 | |
MaxRequestWorkers 25 | |
MaxConnectionsPerChild 0 | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment