[squid-users] vary headers

Hussam Al-Tayeb hussam.tayeb at gmx.com
Sun May 3 18:07:48 UTC 2015



> Sent: Sunday, May 03, 2015 at 8:04 PM
> From: "Yuri Voinov" <yvoinov at gmail.com>
> To: squid-users at lists.squid-cache.org
> Subject: Re: [squid-users] vary headers
>
> Headers has own acl.
> Example:
> 
> # Strip User-Agent from Vary
> request_header_access Vary deny all
> request_header_replace Vary Accept-Encoding
> 
vary headers are reply headers, not request headers.
Anyway, that one requires enabling http-violations option which I don't want to do.
I simply don't want to cache them (i.e I don't want them stored in cache). How can I do that?
Thank you.


More information about the squid-users mailing list