On Thu, Nov 24, 2011 at 07:59:35PM +0100, me at ibotty.net wrote: > > if (req.url ~ "^test") { This won't match. req.url will usually start with a / So you're hitting the default VCL, and if you have a cookie, that means a pass. -- Andreas