NAME
Apache::Status - Embedded interpreter status information
DESCRIPTION
The Apache::Status module provides some information about the status of the Perl interpreter embedded in the server.
Configure like so:
<Location /perl-status>
SetHandler perl-script
PerlHandler Apache::Status
</Location>
PREREQUISITES
The Devel::Symdump module must be installed:
perl -MCPAN -e 'install "Devel::Symdump"'
Or fetch from: http://www.perl.com/cgi-bin/cpan_mod?module=Devel::Symdump
SEE ALSO
perl(1), Apache(3), Devel::Symdump(3)
AUTHOR
Doug MacEachern <dougm@osf.org>