How can I increase MaxClients in apache 2?
There is no setting for it in httpd.conf
How can I increase MaxClients in apache 2?
There is no setting for it in httpd.conf
If you search this forum for MaxClients you'll get a lot of info about this.
Susan,
Whplus - Web Hosting Murah
http://www.whplus.com
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.
I dont know if its just me but it seems the low limit is hard coded in apache2.2 unless I am missing some config file, or another httpd.conf file but I have compiled apache2.2 just here recenntly, started it up, set maxclients in the httpd.conf and then when it runs it maxes out at 256
I dont think the edit for apache1 will work with the 2.2 source files would it?
Did you distill it?
Last edited by Infopro; 12-28-2008 at 04:31 AM.
Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!
I recommend to add these settings from Apache Configuration section on WHM. You can use Include editor.