--------------------- PatchSet 11905 Date: 2008/01/20 07:31:19 Author: adrian Branch: SQUID_2_7 Tag: (none) Log: Finally disable hard-coding non-cachability of ? and cgi-bin URLs by default. The default refresh pattern should now take care of this - if the content returns expiry/revalidation information then the result should be cached and revalidated as appropriate. Members: src/cf.data.pre:1.450.2.1->1.450.2.2 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.450.2.1 retrieving revision 1.450.2.2 diff -u -r1.450.2.1 -r1.450.2.2 --- squid/src/cf.data.pre 2 Jan 2008 15:50:39 -0000 1.450.2.1 +++ squid/src/cf.data.pre 20 Jan 2008 07:31:19 -0000 1.450.2.2 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.450.2.1 2008/01/02 15:50:39 hno Exp $ +# $Id: cf.data.pre,v 1.450.2.2 2008/01/20 07:31:19 adrian Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -2778,12 +2778,7 @@ You must use the word 'DENY' to indicate the ACL names which should NOT be cached. - Default is to allow all to be cached -NOCOMMENT_START -#We recommend you to use the following two lines. -acl QUERY urlpath_regex cgi-bin \? -cache deny QUERY -NOCOMMENT_END + Default is to allow all to be cached. DOC_END NAME: max_stale