On Thu, 21 Oct 2004, Torsten [iso-8859-15] Förtsch wrote: > > Why don't you just use addoutputfilterbytype? > > because I am using another mod_perl output filter that should be called > *after* INCLUDES. > > There is a PerlSetOutputFilter directive that preserves filter ordering but it > adds the filter unconditionally.
You'll be looking for http://httpd.apache.org/docs-2.1/mod/mod_filter.html (but if any of your filters have a nontrivial filter_init handler, you may have to bug me to fix a bug in that first). -- Nick Kew