Thanks for responce but still no dice... Just curious if I am getting Vary: User-Agent, Cookie, Accept-Encoding do i need to account for all 3 of those items?
Also, how do you recommend to normalize User-Agent? Thanks Sorry about these questions but i am brand new to varnish. On Wed, Jun 2, 2010 at 6:05 PM, vitaly burshteyn <[email protected]>wrote: > On Jun 2, 2010 3:31 PM, "Laurence Rowe" <[email protected]> wrote: > > Different browsers have different Accept-Encoding headers (sometimes > just the difference between a comma followed by a space as the > separator rather than just a comma), so it's best to normalise this > header in ``vcl_recv``. I use something similar to the example at > http://varnish-cache.org/wiki/FAQ/Compression to normalise the header > to either ``gzip`` or remove it completely. > > Laurence > > > On 2 June 2010 19:32, vitaly burshteyn <[email protected]> wrote: > > Hi folks, > > Just curious if ... > > > _______________________________________________ > > varnish-misc mailing list > > varnish-m...@varnish... > >
_______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
