You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by System <sy...@eluminoustechnologies.com> on 2003/04/03 19:23:04 UTC

[users@httpd] maxclient value...

Hello All,

Is there any way to know the current value of maxclients used by Apache (not
the value stored on httpd.conf but the current value used) ?

Thanks
Tina..



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] maxclient value...

Posted by Joshua Slive <jo...@slive.ca>.
On Thu, 3 Apr 2003, System wrote:

> Hello All,
>
> Is there any way to know the current value of maxclients used by Apache (not
> the value stored on httpd.conf but the current value used) ?

If you have mod_info or mod_status activated, their status pages may be
able to tell you.  Otherwise, you could just open a few thousand
connections to the server and then count the number of processes.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org