Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 46184 invoked by uid 500); 4 Sep 2002 18:09:39 -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 46136 invoked from network); 4 Sep 2002 18:09:38 -0000 X-Authentication-Warning: cancer.clove.org: jerenk set sender to jerenkrantz@apache.org using -f Date: Wed, 4 Sep 2002 11:09:42 -0700 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: mod_mime on virtual requests? Message-ID: <20020904180942.GZ16785@apache.org> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <20020904084344.GR16785@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, Sep 04, 2002 at 09:45:47AM -0400, rbb@apache.org wrote: > It is run_first because each response can only have a single content-type, > and the only reason to use that hook is to get the content-type. This is > also a performance issue. If mod_mime finds the c-t, then mod_mime_magic > shouldn't be run. Okay. > What is mod_dav doing in the find_type hook? Actually, all it is doing is setting up the handler based on the method. It doesn't actually do anything with the content-type. What would be a better hook then? -- justin