Re: TCP_MEM_HIT on CGI requests?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 16 Jul 1999 19:44:51 +0200

Evren Yurtesen wrote:
>
> Hello,
> I thought squid was supposed to not to cache requests which includes
> cgi-bin or ? in the URL string ?

Only if your squid.conf tells it not to.

acl QUERY url_regexp /cgi-bin \?
no_cache deny QUERY

Else it will cache queries which respond with a cachable reply (or if
you have a matching refresh_pattern which forces the object to be
cached, which is not a good thing to do unless you know what you are
doing)

--
Henrik Nordstrom
Spare time Squid hacker
Received on Fri Jul 16 1999 - 11:48:29 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:26 MST