Re: Server status in mod_perl

2008-05-16 Thread Torsten Foertsch
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

Server status in mod_perl

2008-05-16 Thread Krist van Besien
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