in reply to Re: Trying to find open connections at apache2
in thread Trying to find open connections at apache2

http://httpd.apache.org/docs/2.0/mod/mod_status.html This one can be a solution for me but I cant see how to access this information as the Apache2::Status show me things about the Embedded interpreter status, and aparently cannot return the current hosts and requests being processed Some idea? Thanks
  • Comment on Re^2: Trying to find open connections at apache2

Replies are listed 'Best First'.
Re^3: Trying to find open connections at apache2
by Cassi (Novice) on Nov 13, 2006 at 04:45 UTC
    http://search.cpan.org/~mjh/Apache-Scoreboard-2.08/lib/Apache/Scoreboard.pm I continue making tests and I now I found this module from CPAN, wich is an API to the scoreboard for modperl2, didnt made the tests with it but probably is exactly what I was looking for.
      Apache::VMonitor seems OK too. It is based upon Apache::Scoreboard

      CountZero

      "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law