Re: Forcing order of perl output filters

2008-04-28 Thread Torsten Foertsch
On Mon 28 Apr 2008, woinshet abdella wrote: > $r->add_config([ > 'PerlOutputFilterHandler BI::Apache::FilterBeforeIncludes', > 'PerlSetOutputFilter INCLUDES', > 'PerlOutputFilterHandler BI::Apache::FilterAfterIncludes']); >   > I want the response to be processed by the filters in the order specifi

Forcing order of perl output filters

2008-04-28 Thread woinshet abdella
I have the following configuration in a PerlFixupHandler, $r->add_config([ 'PerlOutputFilterHandler BI::Apache::FilterBeforeIncludes', 'PerlSetOutputFilter INCLUDES', 'PerlOutputFilterHandler BI::Apache::FilterAfterIncludes']); I want the response to be processed by the filters in the order spec