On Monday 25 August 2003 23.23, Bart Dumon wrote: > ok, strip_query_terms will reveal the querystring in the access > log, but will it cache the content of the page with querystring for > the next visitor too? this is what i'm unsure off.
The two are unrelated. Squid caches content if all the following conditions are fulfilled: * Not denied to cache the url pattern in squid.conf (no_cache diretive). * The reply may be cached according to RFC2616. If there is reply headers which say the reply must not be cahced Squid will not cache the reply. * The content is either refreshable (has a Last-Modified timestamp) or is fresh for at least 60 seconds (see refresh_pattern) Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
