On Thu, 1 Mar 2001, Michael Turley wrote:

> Hello,
> 
> I am writing an apache perl module which logs HTTP
> environment variables. This is fine for static content
> (html, images) but is a problem for dynamic content
> such as php. 
> 
> I want my module to process the required HTTP
> variables and seamlessly pass the http request back to
> the control of other relevant apache modules.
> Something like chaning content handlers but where I
> can use other apache modules within the perl module
> (or at least pass control between them). Does anyone
> have an idea how to do this?
> 
> If I figure it out I'll let the list know (presuming
> anybody is interested).

Provided you do this in a mod_perl handler before mod_mime is called
(i.e. before the type handler phase), then it should just work. I suggest
doing it in a Trans (uri translate) handler, and return DECLINED.

-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\

Reply via email to