Hi
Does this 2.6 directive need porting to 3.0?
NAME: broken_vary_encoding
TYPE: acl_access
DEFAULT: none
LOC: Config.accessList.vary_encoding
DOC_START
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.
NOCOMMENT_START
# Apache mod_gzip and mod_deflate known to be broken so don't trust
# Apache to signal ETag correctly on such responses
acl Apache rep_header Server ^Apache
broken_vary_encoding allow apache
NOCOMMENT_END
DOC_END
Received on Sat Jun 10 2006 - 22:12:28 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Jun 30 2006 - 12:00:02 MDT