Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 89954 invoked by uid 500); 27 Aug 2000 12:32:56 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 89943 invoked from network); 27 Aug 2000 12:32:54 -0000 Date: Sun, 27 Aug 2000 05:32:37 -0700 From: Manoj Kasichainula To: new-httpd@apache.org Subject: Re: [PATCH] ap_add_filter Message-ID: <20000827053237.G3266@manojk.users.mindspring.com> Mail-Followup-To: new-httpd@apache.org References: <20000822000938.D9261@manojk.users.mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.7i In-Reply-To: ; from rbb@covalent.net on Tue, Aug 22, 2000 at 07:23:04AM -0700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Tue, Aug 22, 2000 at 07:23:04AM -0700, rbb@covalent.net wrote: > > So, if our hypothetical PHP wants to add mod_include and then add > > gzip after it, PHP can't do so without figuring out that it needs > > gzip first? > > Or using a hack to insert after include, or use the following steps. > > add include > remove include > add gzip > add include bleh. BTW, attempted to work on demonstrating my proposal. Looks like it'll be more work, basically because the filter hooks are implemented pretty differently than I thought they would be. Sleepy time.