not sure what you meant by "caching is truned off". you should be able to strip off the X-cache from response headers using "reply_header_access" http://www.squid-cache.org/Versions/v3/3.1/cfgman/reply_header_access.html reply_header_access X-Cache deny all On Mon, Oct 4, 2010 at 10:16 AM, Andreas Müller <amuelle1@xxxxxx> wrote: > Hello, > > I'm using squid 3 as accel proxy to a web application. Caching is turned off > but in the response header to the client squid inserts 2 lines: > > X-Cache: > X-Cache-Lookup: > > I'm looking for an option to disable this but I can't found anything. I > don't want the client to know that it comes from a proxy. The response > should look like a normal webserver response. > > Kind regards, > Andreas > > > >