Re: setting http output filter priority?

[prev] [thread] [next] [Date index for 2005/04/02]

From: Geoffrey Young
Subject: Re: setting http output filter priority?
Date: 00:02 on 02 Apr 2005

> See the problem?  MYFILTER is getting inserted before the cache is serving up
> the content, but I really want it to go after (otherwise MYFILTER doesn't
> see the body content).  Is there a way around this aside from
> modifying mod_cache?

at the moment, no - the hooking mechanism in apache just isn't designed for
this type of thing.  in apache 1.3 we could mess with the order in which
modules ran, but not in 2.0.

an alternative to modifying mod_cache would be to modify mod_perl.  from the
look of things, mod_cache needs to be in a specific place wrt other core
modules, so it might be easier to just modify mod_perl.  but that would
affect the order of all perl filters, so...

--Geoff

(message missing)

setting http output filter priority?
Jeff Ambrosino 01:03 on 01 Apr 2005

Re: setting http output filter priority?
Geoffrey Young 01:11 on 01 Apr 2005

Re: setting http output filter priority?
Jeff Ambrosino 23:13 on 01 Apr 2005

Re: setting http output filter priority?
Geoffrey Young 00:02 on 02 Apr 2005

Re: setting http output filter priority?
Jeff Ambrosino 03:12 on 02 Apr 2005

Re: setting http output filter priority?
Geoffrey Young 13:09 on 02 Apr 2005

Re: setting http output filter priority?
Jeff Ambrosino 19:32 on 07 Apr 2005

Re: setting http output filter priority?
Geoffrey Young 20:17 on 07 Apr 2005

Generated at 14:43 on 11 Apr 2005 by mariachi v0.52