Re: [squid-users] how to write this urlpath_regex

From: Emilio Casbas <ecasbas@dont-contact.us>
Date: Tue, 30 May 2006 10:21:44 +0200

huang mingyou wrote:
> hello,list.
> I get a problem when I write a filter rule. I have two urls.
> http://host/bbs/1.php and http://host/bbs/foo/bar/x.jpg
> now,I want the squid can cache the jpg file but no cache for php
> or other script file.
> if I use urlpath_regex bbs php or other rule,the
> http://host/bbs/foo/bar/x.jpg wile be filter too.
> so ,how to write a rule,fileter bbs in the url but if have jpg ,then
> not filter.
>
By default squid donīt cache this acl type

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

you can to add \.php$
see regular expressions
http://jmason.org/software/sitescooper/tao_regexps.html
and no_cache directive.

Thanks
Emilio C.
Received on Tue May 30 2006 - 02:21:49 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jun 01 2006 - 12:00:02 MDT