VarnishJul 30, 20141 min read Check which server is serving the content from while true; do curl -s -I http://www.example.com/ | egrep Varnish-Host\|X-Cache | egrep --color pres\|X-Cache; done