Created
November 19, 2009 14:52
-
-
Save xenda/238805 to your computer and use it in GitHub Desktop.
Configuración para agregar a httpd.conf
This file contains 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
StartServers 1 | |
ThreadsPerChild 10 | |
MaxClients 10 | |
MinSpareThreads 1 | |
MaxSpareThreads 1 | |
MaxRequestsPerChild 50000 | |
ThreadStackSize 500000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment