Re: mod_deflate and vary accept-encoding

2010-08-15 Thread Graham Leggett
On 13 Aug 2010, at 8:25 PM, Bryan McQuade wrote: In looking at the source for mod_deflate: http://www.google.com/codesearch/p?hl=en#lfs-jRjrQ3s/trunk/modules/ filters/mod_deflate.c&l=524 It appears to insert Vary Accept-Encoding header into every candidate response by default, which is what

Re: mod_deflate and vary accept-encoding

2010-08-13 Thread Bryan McQuade
Sorry, dumb question. Need to read before sending. :) Thank you. On Fri, Aug 13, 2010 at 3:03 PM, Eric Covener wrote: >> suggest adding a line to manually add Vary Accept-Encoding to responses: >> # Make sure proxies don't deliver the wrong content >> Header append Vary User-Agent env=!dont-vary

Re: mod_deflate and vary accept-encoding

2010-08-13 Thread Eric Covener
> suggest adding a line to manually add Vary Accept-Encoding to responses: > # Make sure proxies don't deliver the wrong content > Header append Vary User-Agent env=!dont-vary Your text says Accept-Encoding but the config snippet says User-Agent. -- Eric Covener cove...@gmail.com

mod_deflate and vary accept-encoding

2010-08-13 Thread Bryan McQuade
Hi, In looking at the source for mod_deflate: http://www.google.com/codesearch/p?hl=en#lfs-jRjrQ3s/trunk/modules/filters/mod_deflate.c&l=524 It appears to insert Vary Accept-Encoding header into every candidate response by default, which is what you would expect. But the instructions here: http