Chris Robertson wrote: >> >>> So, http://proxy.example.com/?id=12345 might map to the site >>> http://squid-cache.org replacing all instances of the word "squid" with >>> "foobar". I want squid to cache this. >>> > The "purge" tool , from related - software > (http://www.squid-cache.org/related-software.html), while old, is > purported to do this. Thanks. Will check it out. >> Related to this, is it possible to get the whole URL logged in the >> access.log, i.e. including the whole query string? e.g.: >> >> http://proxy.example.com/?id=12345 >> >> >> > Look into the strip_query_terms directive in squid.conf.default. It > defaults to "on". Again, thanks. I thought there would be a config directive. R.