https://bugzilla.wikimedia.org/show_bug.cgi?id=41451
--- Comment #19 from Daniel Kinzler <[email protected]> 2012-11-06 08:30:51 UTC --- To answer my own question: of course Squid can only vary on request headers. So, Content-Language and ETag are out of the question. Since Accept-Language also doesn't do what we need, we are back to square one: vary on the value of one specific cookie. Is squid really not able to do this? Looks like it would be hackish, but possible, with varnish: <https://www.varnish-cache.org/trac/wiki/VCLExampleRemovingSomeCookies>. The only alternative I see is to actually use different URLs, injecting setlang parameters into all local links, like the StickToThatLanguage extension does. That's a nasty hack, but will work with squid caches - which is why we developed it that way. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
