Skip to content

Instantly share code, notes, and snippets.

@georgeoftown
Created October 19, 2018 09:46
Show Gist options
  • Save georgeoftown/e3bde410a6112bfc3ef2aa1bcb4b7336 to your computer and use it in GitHub Desktop.
Save georgeoftown/e3bde410a6112bfc3ef2aa1bcb4b7336 to your computer and use it in GitHub Desktop.
<IfModule mpm_worker_module>
ServerLimit 512
StartServers 2
MinSpareThreads 64
MaxSpareThreads 256
ThreadLimit 128
ThreadsPerChild 64
MaxRequestWorkers 512
MaxConnectionsPerChild 20000
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment