Länk - Getting some debug info out of Varnish

published Nov 17, 2011 08:20   by admin ( last modified Nov 17, 2011 08:20 )


Make a custom http header to hold the debug info:

sub vcl_fetch { set obj.http.X-Cookie-Debug = "Request cookie: " req.http.Cookie; ... }



Läs mer: Varnish, caching and HTTP cookies | Open Source Hacker