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

From: Visolve squid <squid@dont-contact.us>
Date: Wed, 31 May 2006 19:08:47 +0530

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
Received on Wed May 31 2006 - 07:37:22 MDT

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