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 hackerReceived 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