Varnish Hash

Erik duja at torlen.net
Thu Dec 6 14:49:55 CET 2007


Just to make this clear, does varnish identify an object like this in vcl_hash?

         sub vcl_hash {
             set req.hash += req.url;
             set req.hash += req.http.host;
             hash;
         }

/ Erik




More information about the varnish-misc mailing list