------------------------------------------------------------ revno: 13190 revision-id: squid3@treenet.co.nz-20141203115640-sg68gi9cf0fxp2mr parent: squid3@treenet.co.nz-20141203115303-e0ftfsbvvzzcndg3 fixes bug: http://bugs.squid-cache.org/show_bug.cgi?id=3902 committer: Amos Jeffries branch nick: 3.4 timestamp: Wed 2014-12-03 03:56:40 -0800 message: Bug 3902: Docs: external_acl_type cache hash key ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20141203115640-sg68gi9cf0fxp2mr # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 0e8b7c24da3c49229ad52ad8a55d1bc4bde60c81 # timestamp: 2014-12-03 12:01:54 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20141203115303-\ # e0ftfsbvvzzcndg3 # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2014-09-15 08:15:59 +0000 +++ src/cf.data.pre 2014-12-03 11:56:40 +0000 @@ -669,31 +669,44 @@ ttl=n TTL in seconds for cached results (defaults to 3600 for 1 hour) + negative_ttl=n TTL for cached negative lookups (default same as ttl) + + grace=n Percentage remaining of TTL where a refresh of a + cached entry should be initiated without needing to + wait for a new reply. (default is for no grace period) + + cache=n Limit the result cache size, default is 262144. + The expanded FORMAT value is used as the cache key, so + if the details in FORMAT are highly variable a larger + cache may be needed to produce reduction in helper load. + children-max=n Maximum number of acl helper processes spawned to service external acl lookups of this type. (default 20) + children-startup=n Minimum number of acl helper processes to spawn during startup and reconfigure to service external acl lookups of this type. (default 0) + children-idle=n Number of acl helper processes to keep ahead of traffic loads. Squid will spawn this many at once whenever load rises above the capabilities of existing processes. Up to the value of children-max. (default 1) + concurrency=n concurrency level per process. Only used with helpers capable of processing more than one query at a time. - cache=n limit the result cache size, default is 262144. - grace=n Percentage remaining of TTL where a refresh of a - cached entry should be initiated without needing to - wait for a new reply. (default is for no grace period) - protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers + + protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers. + ipv4 / ipv6 IP protocol used to communicate with this helper. The default is to auto-detect IPv6 and use it when available. + FORMAT specifications %LOGIN Authenticated user login name