RE: [EMAIL PROTECTED] [Help] How to change the content of response on the fly___

2007-10-09 Thread DuYushui
[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

[EMAIL PROTECTED] [Help] How to change the content of response on the fly�� �

2007-10-08 Thread DuYushui
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