Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 17298 invoked from network); 28 Mar 2011 23:20:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 23:20:31 -0000 Received: (qmail 33484 invoked by uid 500); 28 Mar 2011 23:20:30 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 33409 invoked by uid 500); 28 Mar 2011 23:20:30 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 33401 invoked by uid 99); 28 Mar 2011 23:20:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 23:20:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 72.32.122.20 as permitted sender) Received: from [72.32.122.20] (HELO chandler.sharp.fm) (72.32.122.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 23:20:21 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 659B150800C for ; Mon, 28 Mar 2011 18:20:00 -0500 (CDT) Received: from [10.0.0.251] (87-194-125-18.bethere.co.uk [87.194.125.18]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id DB7D5508003 for ; Mon, 28 Mar 2011 18:19:59 -0500 (CDT) Message-Id: From: Graham Leggett To: dev@httpd.apache.org In-Reply-To: <4D9114D8.5040405@rowe-clan.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: new ProxyPass/ProxyPassReverse "feature" for 2.4?? Date: Tue, 29 Mar 2011 01:19:58 +0200 References: <4D90E592.5060006@rowe-clan.net> <6235C71F-D76D-421D-8F64-D0F9ECF8A84D@jaguNET.com> <4D90EB88.7000700@rowe-clan.net> <9FC58E70-2426-4FA1-8263-C83A91DD4775@jaguNET.com> <4D9114D8.5040405@rowe-clan.net> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 29 Mar 2011, at 1:08 AM, William A. Rowe Jr. wrote: > My suggestion isn't per-dir. It's a r->notes which is even more > efficient. One further thing - it would need to work sanely from within a LocationMatch too. Regards, Graham --