This is a discussion on Re: [squid-users] Exclude one URL from cache within the Squid Users forums, part of the Web Server and Related Forums category; Thanks Andreas, sorry my fault. I escaped the '?' but the page appears to still be cached after I restart squid ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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=star t_date:d /Andreas ----- Original Message ----- From: "Nick" <nick@finiteautomata.com> To: <squid-users@squid-cache.org> 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=star t_date:d |