Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 99990 invoked from network); 8 Mar 2005 16:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Mar 2005 16:31:27 -0000 Received: (qmail 92167 invoked by uid 500); 8 Mar 2005 16:31:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92119 invoked by uid 500); 8 Mar 2005 16:31:23 -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 92099 invoked by uid 99); 8 Mar 2005 16:31:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 08:31:23 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j28GVL5Z000312 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 8 Mar 2005 08:31:21 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j28GVLAF000311 for dev@httpd.apache.org; Tue, 8 Mar 2005 08:31:21 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Tue, 8 Mar 2005 08:31:21 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: [PATCH] mod_cache, expand impact of CacheIgnoreCacheControl Message-ID: <20050308163121.GO4351@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <422D14B3.2040900@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <422D14B3.2040900@apache.org> User-Agent: Mutt/1.5.8i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0-r105955 X-Spam-Checker-Version: SpamAssassin 3.1.0-r105955 (2004-11-20) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, Mar 08, 2005 at 03:57:55AM +0100, Sander Striker wrote: > Hi, > > Currently CacheIgnoreCacheControl On only ignores Cache-Control: no-cache > and Pragma: no-cache. I'd like to add ignoring Cache-Control: max-age=... > and Cache-Control: min-fresh=... as well. > > This would give the admin more control, and would also make the directive > slightly more intuitive IMO. This because different browsers do different > things. One will send a Cache-Control: no-cache on a refresh, and one will > send a Cache-Control: max-age=... It would be nice if the effect would > be the same for both. > > Thoughts? While I think this is a good idea, I'd like to consider renaming this particular directive as I think the name is really confusing. My concern is that CacheIgnoreCacheControl only refers to the request's Cache-Control not the origin response's Cache-Control header. But, I like that separation because having it refer to both is too coarse-grained, I think. But, I don't have any real ideas for what an alternative name is. -- justin