Intro to Apache - ApacheCon 2005
mod_perl handlers
  • Perl modules

  • Apache calls the handler method within that module, passing it an Apache session object.

  • Set up the module as a PerlHandler

    
        <Location /perldoc>
         SetHandler perl-script
         PerlHandler Apache::Perldoc
        </Location> 
    
      

Index
Back to Apache::Registry
Forward to mod_perl handlers

ApacheCon 2005 : Intro to Apache - Slide #158 of 164