Re: [squid-users] acceleration mode question

From: Robert Borkowski <rborkows@dont-contact.us>
Date: Tue, 8 Aug 2006 15:56:00 -0400

Is your squid built with the --enable-x-accelerator-vary option? If
so, do your webservers set the X-Accelerator-Vary header?

This feature is used to store different copies of an object based on
request header. For example, our webservers reply with:
X-Accelerator-Vary: Accept-Encoding

And squid stores the resulting object based on what type of encoding
the client supports. Maybe you're using the above feature and the two
browsers set the header you are varying on slightly differently.
For example, just looking through one of my own squids I see that
some browsers set accept-encoding to "gzip, deflate", while some set
it to "gzip,deflate" (no space), and this results in two different
objects
for the same URL

--
Robert Borkowski
Received on Tue Aug 08 2006 - 13:56:05 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:02 MDT