Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 98355 invoked from network); 21 Oct 2004 12:05:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Oct 2004 12:05:55 -0000 Received: (qmail 28482 invoked by uid 500); 21 Oct 2004 12:05:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 28435 invoked by uid 500); 21 Oct 2004 12:05:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 28418 invoked by uid 99); 21 Oct 2004 12:05:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [80.229.52.226] (HELO hugin.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 05:05:44 -0700 Received: by hugin.webthing.com (Postfix, from userid 500) id 1B90140AFB; Thu, 21 Oct 2004 13:05:40 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by hugin.webthing.com (Postfix) with ESMTP id EA1DA4098F for ; Thu, 21 Oct 2004 13:05:40 +0100 (BST) Date: Thu, 21 Oct 2004 13:05:40 +0100 (BST) From: Nick Kew To: dev@httpd.apache.org Subject: Re: mod_include patch In-Reply-To: <200410210818.43331.r2@opi.home> Message-ID: References: <200410201826.01090.r2@opi.home> <20041020184959.00007e85@fe-pc-092.int.cinetic.de> <200410210818.43331.r2@opi.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 21 Oct 2004, Torsten [iso-8859-15] F=F6rtsch 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 b= ut 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). --=20 Nick Kew