Practical mod_perl / HTML Book /



previous page: 24.5.6.5. AutoLoad
  
page up: HTML Version of the book
  
next page: 24.5.6.7. ParseHeaders

24.5.6.6. GlobalRequest


Set up the global Apache::RequestRec object for use with Apache->request. This setting is needed, for example, if you use CGI.pm to process the incoming request.

This setting is enabled by default for sections configured as:

<Location ...>
    SetHandler perl-script
    ...
</Location>

And can be disabled with:

<Location ...>
    SetHandler perl-script
    PerlOptions -GlobalRequest
    ...
</Location>

 

Continue to:

  • prev: 24.5.6.5. AutoLoad
  • Table of Contents
  • next: 24.5.6.7. ParseHeaders







TOP
previous page: 24.5.6.5. AutoLoad
  
page up: HTML Version of the book
  
next page: 24.5.6.7. ParseHeaders


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