[squid-users] Vary object loop returns
Heiler Bemerguy
heiler.bemerguy at cinbesa.com.br
Wed Jun 8 19:00:24 UTC 2016
Of course it would be nice if we could configure which Vary elements we
wanna store/use. But I'm afraid store_miss won't do this.
With this conf you're not caching any object that has any Vary elements
that's not "accept-encoding", right?
--
Best Regards,
Heiler Bemerguy
Network Manager - CINBESA
55 91 98151-4894/3184-1751
Em 08/06/2016 13:58, Amos Jeffries escreveu:
> I think your patch is identical to hard-coding the config:
>
> acl vary rep_header Vary -i .
> acl varyAE rep_header Vary -i ^accept-encoding$
> store_miss deny vary !varyAE
>
> It is not reasonable to hard-code these things in a widely used generic
> HTTP proxy like Squid. If it can be configured do it that way, if it
> can't then config needs to be added.
>
> Amos
>
More information about the squid-users
mailing list