Practical mod_perl / HTML Book /



previous page: 24.5.6.7. ParseHeaders
  
page up: HTML Version of the book
  
next page: 24.5.6.9. SetupEnv

24.5.6.8. MergeHandlers


Turn on merging of Perl*Handler arrays. For example, with this setting:

PerlFixupHandler Apache::FixupA

<Location /inside>
    PerlFixupHandler Apache::FixupB
</Location>

a request for /inside runs only Apache::FixupB (mod_perl 1.0 behavior). But with this configuration:

PerlFixupHandler Apache::FixupA

<Location /inside>
    PerlOptions +MergeHandlers
    PerlFixupHandler Apache::FixupB
</Location>

a request for /inside will run both the Apache::FixupA and Apache::FixupB handlers.

 

Continue to:

  • prev: 24.5.6.7. ParseHeaders
  • Table of Contents
  • next: 24.5.6.9. SetupEnv







TOP
previous page: 24.5.6.7. ParseHeaders
  
page up: HTML Version of the book
  
next page: 24.5.6.9. SetupEnv


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com