In message <[EMAIL PROTECTED]>, Dirk Gomez writ es: >I'm trying to assess whether my varnish setup is doing what I want it >to do. What is X-Varnish's purpose?
It allows you to find the correct log-entries for the transaction. All requets in varnish are assigned a XID number, the X-Varnish tells you what it is, and if a cache-hit was involved, also the XID of the transaction that put the object in the cache. >Also am I interpreting the HTTP specs (and the c code) correctly that >the Age header tells me how long a particular object has been in >varnish's cache? yes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
