Monday, November 22, 2010

How to increase MaxClients in Apach2

You can add the following to your httpd.conf file

==
ServerLimit 1500
MaxClients 1500
==

Usually ServerLimit value will be absent and the default value is 256.

Thank you