Re: Caching details of objects in varnish...

2009-02-11 Thread Paras Fadte
http://varnish.projects.linpro.no/wiki/FAQ On Tue, Feb 10, 2009 at 11:22 PM, Jeff Anderson j...@funnyordie.com wrote: Actually yes query stripping is what I want to do on the inbound request not on the fetch. My mistake for not being clear. On Feb 10, 2009, at 1:39 AM, Paras Fadte wrote:

Re: Caching details of objects in varnish...

2009-02-10 Thread Paras Fadte
query stripping ? On Thu, Feb 5, 2009 at 10:05 PM, Jeff Anderson j...@funnyordie.com wrote: Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142 Is the entire url cached or just the

Re: Caching details of objects in varnish...

2009-02-10 Thread Jeff Anderson
Actually yes query stripping is what I want to do on the inbound request not on the fetch. My mistake for not being clear. On Feb 10, 2009, at 1:39 AM, Paras Fadte wrote: query stripping ? On Thu, Feb 5, 2009 at 10:05 PM, Jeff Anderson j...@funnyordie.com wrote: Is there a way in VCL

Re: Caching details of objects in varnish...

2009-02-06 Thread Jeff Anderson
Can you please give me a brief code example regarding how to do this in vcl? Thanks, On Feb 5, 2009, at 3:11 PM, Dag-Erling Smørgrav wrote: Jeff Anderson j...@funnyordie.com writes: Is there a way in VCL to cache just the base html of a page without its parameters? For example:

Re: Caching details of objects in varnish...

2009-02-06 Thread Dag-Erling Smørgrav
Jeff Anderson j...@funnyordie.com writes: Dag-Erling Smørgrav d...@des.no writes: Jeff Anderson j...@funnyordie.com writes: Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142

Re: Caching details of objects in varnish...

2009-02-06 Thread Jeff Anderson
Thanks. On Feb 6, 2009, at 1:22 PM, Dag-Erling Smørgrav wrote: Jeff Anderson j...@funnyordie.com writes: Dag-Erling Smørgrav d...@des.no writes: Jeff Anderson j...@funnyordie.com writes: Is there a way in VCL to cache just the base html of a page without its parameters? For example:

Caching details of objects in varnish...

2009-02-05 Thread Jeff Anderson
Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142 Is the entire url cached or just the advertprovider.html portion? It seems the whole url is cached because I observe so many misses

Re: Caching details of objects in varnish...

2009-02-05 Thread Dag-Erling Smørgrav
Jeff Anderson j...@funnyordie.com writes: Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142 Yes, hook into vcl_hash and modify the hash string as appropriate. DES -- Dag-Erling