Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 43829 invoked from network); 5 Oct 2009 21:01:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 21:01:49 -0000 Received: (qmail 23646 invoked by uid 500); 5 Oct 2009 21:01:48 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 23570 invoked by uid 500); 5 Oct 2009 21:01:48 -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 23561 invoked by uid 99); 5 Oct 2009 21:01:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 21:01:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Oct 2009 21:01:39 +0000 Received: (qmail 43804 invoked by uid 2161); 5 Oct 2009 21:01:17 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id 68E9C1721C for ; Mon, 5 Oct 2009 23:01:08 +0200 (CEST) Message-ID: <4ACA5E9D.9030503@apache.org> Date: Mon, 05 Oct 2009 23:01:17 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090823 SeaMonkey/1.1.18 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r821993 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c References: <20091005202720.4598323888E8@eris.apache.org> In-Reply-To: <20091005202720.4598323888E8@eris.apache.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 10/05/2009 10:27 PM, minfrin@apache.org wrote: > Author: minfrin > Date: Mon Oct 5 20:27:19 2009 > New Revision: 821993 > > URL: http://svn.apache.org/viewvc?rev=821993&view=rev > Log: > mod_cache: Teach CacheEnable and CacheDisable to work from within a > Location section, in line with how ProxyPass works. > > Modified: > httpd/httpd/trunk/CHANGES > httpd/httpd/trunk/docs/manual/mod/mod_cache.xml > httpd/httpd/trunk/modules/cache/mod_cache.c > > Modified: httpd/httpd/trunk/CHANGES > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=821993&r1=821992&r2=821993&view=diff > ============================================================================== > --- httpd/httpd/trunk/CHANGES [utf-8] (original) > +++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct 5 20:27:19 2009 > @@ -10,6 +10,9 @@ > mod_proxy_ftp: NULL pointer dereference on error paths. > [Stefan Fritsch , Joe Orton] > > + *) mod_cache: Teach CacheEnable and CacheDisable to work from within a > + Location section, in line with how ProxyPass works. [Graham Leggett] It should be noted that this doesn't work with regular expressions / LocationMatch. Regards RĂ¼diger