Hi all,
I just installed Squid 3.0 on Redhat Linux. I am not able to cache
any URLs with a query string, unless the browser cache is clear. I've
gone thru the forum posts, but still no luck.
============================================================
My squid.conf has the following:
cache allow all
refresh_pattern \? 0 20% 30
refresh_pattern . 0 20% 4320
There's no default "QUERY" cache deny to be commented out, and all I
have is cache allow all.
============================================================
The requested page returns an Expires header that doesn't expire:
HTTP/1.x 200 OK
Server: Apache-Coyote/1.1
Expires: Wed, 14 May 2008 00:00:00 GMT
Content-Type: text/html;charset=UTF-8
Date: Mon, 12 May 2008 21:18:35 GMT
X-Cache: MISS from xxx.xxx.com
Via: 1.0 xxx.xxx.com (squid/3.0.STABLE5)
Connection: close
============================================================
Please advise.
Thanks,
Po Ki