Re: Cache invalidation with regex

2013-12-06 Thread Alexandre
Hi, I found a solution using directly varnishadm. I wanted to invalidate an entire url : Exemple : --- /image.php?var1=1var2=1var3=1 /image.php?var1=1var2=2var3=2 /image.php?var1=1var3=1var3=3 --- With this command : --- varnishadm ban.url var=1 --- I can invalidate the cache of 3 url.

Re: Cache invalidation with regex

2013-11-29 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/28/2013 06:29 PM, Alexandre wrote: I will wish to invalidate my cache using a regex. example: ^/image.php?a=1b=2* I would like to disable all url starting with ^/image.php?a=1b=2 Do you have an idea for my problem? The '*' in a

Re: Cache invalidation with regex

2013-11-29 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/29/2013 11:08 AM, Alexandre wrote: Thank you for your information, but what is the relation with my question ? This is an example. Do you have an idea for the cache invalidation ? Since your regex didn't match your URL example, I thought

Re: Cache invalidation with regex

2013-11-29 Thread Cosimo Streppone
On 11/29/2013 11:01 AM, Geoff Simmons wrote: On 11/28/2013 06:29 PM, Alexandre wrote: I will wish to invalidate my cache using a regex. example: ^/image.php?a=1b=2* I would like to disable all url starting with ^/image.php?a=1b=2 Do you have an idea for my problem? The '*' in a

Cache invalidation with regex

2013-11-28 Thread Alexandre
Hi all, I will wish to invalidate my cache using a regex. example: ^/image.php?a=1b=2* I would like to disable all url starting with ^/image.php?a=1b=2 Do you have an idea for my problem? Thanks for any information Alexandre ___ varnish-misc