[squid-users] How to ignore query terms for store key?

From: Guy Bashkansky <guybas_at_gmail.com>
Date: Fri, 3 Sep 2010 18:08:44 -0700

Is there a way to ignore URI query terms when forming store keys?
Maybe some rule or extension?

In the Squid code it could look something like:
{ char *p = strchr(uri, '?'); if (p) *p = '\0'; }

But the only code like this deals with strip_query_terms,
which only affects logging, not storing.
Received on Sat Sep 04 2010 - 01:09:06 MDT

This archive was generated by hypermail 2.2.0 : Sat Sep 04 2010 - 12:00:02 MDT