On Mon, Sep 28, 2015 at 5:27 AM, Tim Dunphy <[email protected]> wrote: > Hey all, > > I'm trying to figure out how to see the host header in varnishlog. > > I tried this combination but it didn't really work for me: > > varnishlog -q 'RxHheader ~ "Host: wiki.example.com"' > Query expression error: > Tag name matches zero tags (Pos 1) > RxHheader ~ "Host: wiki.example.com" > #########----------------------------- > > Can someone please fill me in on the correct way to do this?
Hi Tim, The tag you are looking for is ReqHeader, see `man vsl` for the comprehensive list. Cheers, Dridi _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
