NAME
Apache::ShowRequest - Show phases and module participation
SYNOPSIS
<Location /show>
SetHandler perl-script
PerlHandler Apache::ShowRequest
</Location>
DESCRIPTION
This module will run a request using the given PATH_INFO as the uri. Each request phase will be run in order, along with each module handler. The module response code will be printed or undef if the module does not participate in the given phase. Apache::ShowRequest stops running module handlers for the given phase just as Apache would. For example, if any returns a code other than OK or DECLINED. Or, phases which only allow one module to return OK, e.g. URI translate. The content response phase is not run, but possible modules are listed as defined.
AUTHOR
Doug MacEachern
SEE ALSO
Apache::Module(3), Apache(3), mod_perl(3)