On Tue, 2006-05-30 at 10:30 +0800, 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.
> 

Hello Huang,

By default squid donĀ“t cache this acl type
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY 

you can to add  \.php$ 

For more details visit this page:
http://jmason.org/software/sitescooper/tao_regexps.html
and no_cache directive.

Thanks,
Visolve Squid Team,
http://squid.visolve.com

Reply via email to