Hello,

I'm running Squid-3.0.9, when try to cache a page with a "?", I always
get a MISS. The server's response headers are:

(Status-Line)   HTTP/1.0 200 OK
Connection      close
Content-Encoding        gzip
Content-Type    text/html; charset=gbk
Date    Sat, 27 Sep 2008 11:43:50 GMT
Server  Apache/2.0.54 (Unix) PHP/5.2.6
Vary    Accept-Encoding
Via     1.0 cache.mysite.org (Squid/3.0.9)
X-Cache MISS from cache.mysite.org
X-Powered-By    PHP/5.2.6


I have commented out these two lines in squid.conf:

#hierarchy_stoplist cgi-bin ?
#refresh_pattern (cgi-bin|\?)    0       0%      0


But why squid still get TCP_MISS in the response? Thanks.

Reply via email to