Skip to content

Instantly share code, notes, and snippets.

@chrisvasey
Created December 4, 2018 07:55
Show Gist options
  • Save chrisvasey/c3aea064ceb1102ad50e2562fe69b294 to your computer and use it in GitHub Desktop.
Save chrisvasey/c3aea064ceb1102ad50e2562fe69b294 to your computer and use it in GitHub Desktop.
Default config for mpm_prefork.conf DO WP LAMP Box
<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