[EMAIL PROTECTED]> To:
users@httpd.apache.org> Subject: Re: [EMAIL PROTECTED] [Help] How to change the
content of response on the fly___> > On Tue, 9 Oct 2007 03:42:54 +>
DuYushui <[EMAIL PROTECTED]> wrote:> > > > > Hey Experts, User can write
content han
Hey Experts,User can write content handlers for the Apache response phase.
My purpose is to write an Apache module to intervene all response right before
the response write back to client. Here is an example how we can do this using
mod_perl: sub handler { my $r = shift; my $footer = "somet