Hello all,
Apache httpd has a module, mod_status, that gives information about.
amongst other things, the number of active workers, the number of idle
workers etc...
(See: http://httpd.apache.org/docs/2.0/mod/mod_status.html)
My question: Is there a way to access this info from within a modperl
ha
On Fri 16 May 2008, Krist van Besien wrote:
> Apache httpd has a module, mod_status, that gives information about.
> amongst other things, the number of active workers, the number of idle
> workers etc...
> (See: http://httpd.apache.org/docs/2.0/mod/mod_status.html)
> My question: Is there a way to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is this close ?
The only way I found to figure this out is to unpack each http distribution
and look in 'CHANGES'
This is of use to mod_perl, so I've CC'ed them here, please drop them in
replies unless its useful.
my $matrix = {
~ 2.0
Philip M. Gollucci wrote:
Is this close ?
The only way I found to figure this out is to unpack each http distribution
and look in 'CHANGES'
This is of use to mod_perl, so I've CC'ed them here, please drop them in
replies unless its useful.
Well, bottom line is that httpd 2.2 -> any apr 1.2, p