Torsten Förtsch > Apache2-ShowStatus-0.02 > Apache2::ShowStatus

Download:
Apache2-ShowStatus-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

Apache2::ShowStatus - if you want to know what your Apache processes are doing

SYNOPSIS ^

 LoadModule perl_module ".../mod_perl.so"
 PerlModule Apache2::ShowStatus
 PerlInitHandler Apache2::ShowStatus

DESCRIPTION ^

This module provides a PerlInitHandler that sets the apache's process title to

 "httpd: ".$r->the_request

The process title is automagically reset when the request is over.

Thus, top & Co shows what requests are currently active.

SEE ALSO ^

Sys::Proctitle

AUTHOR ^

Torsten Foertsch, <torsten.foertsch@gmx.net>

COPYRIGHT AND LICENSE ^

Copyright (C) 2004 by Torsten Foertsch

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.