Squid-2.2.STABLE2: Make the suggested refresh_pattern settings the default Make the suggested refresh_pattern settings the default in the distributed squid.conf. They are really needed, or FTP and GOPHER will not be cached at all. Index: squid/src/cf.data.pre diff -u squid/src/cf.data.pre:1.1.1.35.2.1 squid/src/cf.data.pre:1.1.1.35.2.2 --- squid/src/cf.data.pre:1.1.1.35.2.1 Wed Apr 21 15:03:36 1999 +++ squid/src/cf.data.pre Thu Apr 29 14:41:59 1999 @@ -1117,9 +1121,11 @@ match, then the default will be used. Default: +NOCOMMENT_START refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 +NOCOMMENT_END DOC_END