X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fcf.data.pre;h=766811d516dedc7ffdda6c20f93a0eec372baa79;hb=38f9c54773513ecc64a18c3b35c0b0fa091fbc9a;hp=84e592b97a3c35039b1f2c5837b72051eceee193;hpb=523353b75fd3f82808c2d3f801411cf578ee33fd;p=thirdparty%2Fsquid.git diff --git a/src/cf.data.pre b/src/cf.data.pre index 84e592b97a..766811d516 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.361 2004/10/20 22:41:04 hno Exp $ +# $Id: cf.data.pre,v 1.362 2004/11/06 22:20:47 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -2067,6 +2067,10 @@ DOC_START override-lastmod reload-into-ims ignore-reload + ignore-no-cache + ignore-no-store + ignore-private + ignore-auth override-expire enforces min age even if the server sent a Expires: header. Doing this VIOLATES the HTTP @@ -2086,6 +2090,28 @@ DOC_START this feature could make you liable for problems which it causes. + ignore-no-cache ignores any ``Pragma: no-cache'' and + ``Cache-control: no-cache'' headers received from a server. + The HTTP RFC never allows the use of this (Pragma) header + from a server, only a client, though plenty of servers + send it anyway. + + ignore-no-store ignores any ``Cache-control: no-store'' + headers received from a server. Doing this VIOLATES + the HTTP standard. Enabling this feature could make you + liable for problems which it causes. + + ignore-private ignores any ``Cache-control: private'' + headers received from a server. Doing this VIOLATES + the HTTP standard. Enabling this feature could make you + liable for problems which it causes. + + ignore-auth caches responses to requests with authorization, + irrespective of ``Cache-control'' headers received from + a server. Doing this VIOLATES the HTTP standard. Enabling + this feature could make you liable for problems which + it causes. + Basically a cached object is: FRESH if expires < now, else STALE