You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jesus Tellez <je...@sacm.org.mx> on 2014/06/18 20:03:39 UTC

[users@httpd] Maxservers

Hi,

I have Apache 2.0.59 and configured start servers=8, but on server-status only 4 are shown, also I incresead maxclients to 200 in order to use more RAM available to Apache, is that correct ?

Regards



RE: [users@httpd] Maxservers

Posted by Jesus Tellez <je...@sacm.org.mx>.
Thank  you very much.  

-----Mensaje original-----
De: Pete Houston [mailto:ph1@openstrike.co.uk] 
Enviado el: Viernes, 20 de Junio de 2014 04:48 a.m.
Para: users@httpd.apache.org
Asunto: Re: [users@httpd] Maxservers

On Wed, Jun 18, 2014 at 06:03:39PM +0000, Jesus Tellez wrote:
> I have Apache 2.0.59

That's an eight-year-old version of a legacy branch. If you don't have a truly excellent reason for sticking with that, I suggest that you think about upgrading.

> and configured start servers=8, but on server-status only 4 are shown

StartServers only affects the initial process creation. The number of workers at any time after that will be determined by other factors including (but not limited to) MaxSpareServers and MinSpareServers.

> also I incresead maxclients to 200 in order to use more RAM available to Apache, is that correct ?

MaxClients determines the maximum number of simultaneous requests which can be served. If you have enough RAM to serve 200 simultaneous requests and deal with everything else the OS will be doing then that would be reasonable, yes.

Pete
--
Openstrike - improving business through open source http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Maxservers

Posted by Pete Houston <ph...@openstrike.co.uk>.
On Wed, Jun 18, 2014 at 06:03:39PM +0000, Jesus Tellez wrote:
> I have Apache 2.0.59 

That's an eight-year-old version of a legacy branch. If you don't have a
truly excellent reason for sticking with that, I suggest that you think
about upgrading.

> and configured start servers=8, but on server-status only 4 are shown

StartServers only affects the initial process creation. The number of
workers at any time after that will be determined by other factors
including (but not limited to) MaxSpareServers and MinSpareServers.

> also I incresead maxclients to 200 in order to use more RAM available to Apache, is that correct ?

MaxClients determines the maximum number of simultaneous requests which
can be served. If you have enough RAM to serve 200 simultaneous requests
and deal with everything else the OS will be doing then that would be
reasonable, yes.

Pete
-- 
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107