Ferrarese Leopoldo wrote:
2006/4/21, Emilio Casbas <ecasbas@xxxxxxx>:
Ferrarese Leopoldo wrote:
Hi,
I have 4 squid in redundancy under a balancer, but I have a problem:
every squid have in cache a copy of the same page, but if the page
changes frequently, I have 4 different pages, one in a each cache
server.
Does this pages belong to your web servers or it's from external web
servers?
The pages are external.
the schema is;
my browser -> balancer -> one random squid -> internet
but if I reload the same pages I see different results...
Leo
Then, if the page changes frequently it could be that this resource
isn´t cache friendly,
you can apply no_cache directives for these pages,
search "acl QUERY urlpath_regex cgi-bin \?" or similar examples in the
squid.conf.default.
Thanks
Emilio C.