Thanks Andreas, sorry my fault. I escaped the '?' but the page appears to still be cached after I restart squid by doing a ./squid -k kill then a ./squid. I am I still seeing a TCP_HIT:NONE in the access log not TCP_MISS:DIRECT
----- Original Message ----- From: "Andreas Pettersson" <andpet () telia ! com> Date: 2004-04-26 16:44:30 Message-ID: <005b01c42bad$bf300b70$6402a8c0 () xanp> You have to escape the ? also. acl excludeURL url_regex test.test.com\/classifieds-bin\/classifieds\?temp_type=detail&category_numbe r=333&classification =auto&date=today,sunday_before(today)&orderby=start_date:d /Andreas ----- Original Message ----- From: "Nick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 26, 2004 6:18 PM Subject: [squid-users] Exclude one URL from cache > acl excludeURL url_regex test.test.com\/classifieds-bin\/classifieds?temp_type=detail&category_number =333&classification =auto&date=today,sunday_before(today)&orderby=start_date:d
