@arunsv84
Thanks for your reply

Originally Posted by
trhosting.net
ServerLimit works if you set it from WHM.
But not works if you set it from config files.
You can set it from Apache Configuration -> Include Editor
Write your configuration to Pre Main Include field.
This works
I've add
in Pre Main Include section for Apache 2.2.16 which I use. But still when I want to edit Apache Global Configuration, I still see this note:
Code:
This interface allows up to the default of 256.
and when I change the MaxClients to 512, I get this red warning:
Code:
Value (512) is over the limit (256), using previously saved value (if any) or default (150)
and my maxclients was reset back to 256...
Did I missed anything?