TAG NAME broken_vary_encoding

Description This replies matching this access list will have the cache split replies matching this access list will have the cache splitĀ  ETag to be unique.
Build Option
Default
Usage
broken_vary_encoding allow|deny [!]aclname
Default acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
Synopsis

Many servers have broken support for on-the-fly Content-Encoding, returning the same ETag on both plain and gzip:ed variants. Vary replies matching this access list will have the cache split on the Accept-Encoding header of the request and not trusting the ETag to be unique.


You must use the word ‘DENY’ to indicate the ACL names which should NOT be cached.

Arguments

allow/deny Allow or deny the broken vary encoding on matching the acl
acl
The condition/rule to be matched for which encoding can be allowed or denied

Example(s)

acl apache rep_header Server ^Apache
broken_vary_encoding allow apache