Apache Reference: mod_perl, PerlCleanupHandler
PerlCleanupHandler
Perl Handler for the API Phase of Request Cleanups
Syntax: PerlCleanupHandler handler [...]
Example: PerlCleanupHandler Apache::Do::cleanup
Since: Apache 1.2
This mod_perl directive corresponds to Apache's API phase of cleaning up processing before the request handling terminates. The handler argument contains the name of the subroutine to call to manage this phase. If handler is not a defined Perl subroutine, then mod_perl assumes it is a package name that defines a subroutine named ``
handler''.