Filter sequence and runtime filter manipulation for non-mod_perl filters

2014-11-09 Thread dorian taylor
I'm running into the perennial problem of not being able to mix mod_perl and Apache C filters in the necessary order. Because I also need the C filter (mod_transform) bound only to the right Content-Type, I figure the easiest way to make it happen would be to write a small no-op mod_perl filter

Re: Filter sequence and runtime filter manipulation for non-mod_perl filters

2014-11-09 Thread dorian taylor
Correction: add_output_filter is in Apache2::Filter but is a member of $r (or $c). So I'd make a small FixupHandler, not another mod_perl filter. -- Dorian Taylor http://doriantaylor.com/