Apache: How to increase the maximum client connection?

Apache: How to increase the maximum client connection?

By default Apache only allows up to 150 connections , if you want more, you need to change the MaxClients parameter in apache.conf or httpd.conf . Apache also limit the max clients to 256 , if you want to override this value, you need to add ServerLimit.

Here is an example to increase the max clients to 600.

After you update the configuration file, you must stop the apache and start it again , restart doesn’t apply the change.