Apache Reference: mod_perl, PerlHandler
PerlHandler
Perl Handler for the API Phase of Content Handling
Syntax: PerlHandler handler [...]
Example: PerlHandler Apache::Registry
Since: Apache 1.3
This mod_perl directive corresponds to Apache's standard SetHandler directive. The handler argument contains the name of the subroutine to call to manage the content generation and delivery phase (also known as the response phase). If handler is not a defined Perl subroutine, then mod_perl assumes it is a package name that defines a subroutine named ``
handler''.