Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 50225 invoked from network); 21 Oct 2003 09:23:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Oct 2003 09:23:33 -0000 Received: (qmail 21321 invoked by uid 500); 21 Oct 2003 09:23:02 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 21276 invoked by uid 500); 21 Oct 2003 09:23:02 -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 21259 invoked from network); 21 Oct 2003 09:23:01 -0000 Received: from unknown (HELO ares.cs.Virginia.EDU) (128.143.137.19) by daedalus.apache.org with SMTP; 21 Oct 2003 09:23:01 -0000 Received: from cobra.cs.Virginia.EDU (cobra.cs.Virginia.EDU [128.143.137.16]) by ares.cs.Virginia.EDU (8.12.10/8.12.10/UVACS-2003031900) with ESMTP id h9L9MfEG022597 for ; Tue, 21 Oct 2003 05:22:41 -0400 (EDT) Date: Tue, 21 Oct 2003 05:22:41 -0400 (EDT) From: Cliff Woolley X-X-Sender: jcw5q@cobra.cs.Virginia.EDU To: dev@httpd.apache.org Subject: Re: Can't use handler + reverse proxy In-Reply-To: <3F94F9A2.9090302@moresecurity.org> Message-ID: References: <3F94F1D4.8040604@moresecurity.org> <3F94F9A2.9090302@moresecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 21 Oct 2003, Matthieu Estrade wrote: > I have to look what this quick handler do exactly, but i work well and > seems to be able to act as normal handler. > ap_hook_quick_handler(cache_url_handler, NULL, NULL, APR_HOOK_FIRST); Be careful there... the quick handler bypasses a whole lot of stuff. I don't remember details, but be absolutely sure it's doing exactly what you want if you're going to use it. I don't understand why you're not writing a filter? --Cliff