VCL program naming

2008-12-04 Thread Poul-Henning Kamp
I have never been quite happy with the current namespace for vcl programs and the recent work on management tools have shown that it is indeed not very practical. Having pondered the question, I have come up with the following idea instead: we add version numbers to the names of loaded VCLs, and

Re: Varnish Serves only uncompressed objects if they are requested first

2008-12-04 Thread Jeff Anderson
Our app servers are sending the Vary on the Accept-Encoding when compression is requested. If compression is not requested they do not perform the Vary. Does that mean we should find a way to send a Vary: Accept-Encoding: null,gzip,deflate or something? Is there a 'no compression'

Re: [varnish] Re: Varnish Serves only uncompressed objects if they are requested first

2008-12-04 Thread Ricardo Newbery
Your app server should set the Vary on *all* responses if *any* response can vary. Ric On Dec 4, 2008, at 11:59 AM, Jeff Anderson wrote: Our app servers are sending the Vary on the Accept-Encoding when compression is requested. If compression is not requested they do not perform the