Hello,
> Anyone knows to configure squid to not cache a web page? Like
> www.sony.com, I need to configure squid to not cache that URL, so it
> goes directly not through Squid.
Put this lines to your squid.conf:
acl QUERY urlpath_regex cgi-bin \? php www\.sony\.com [etc...]
no_cache deny QUERY
Regards:
A.
Received on Sun Feb 17 2002 - 02:47:33 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:24 MST