Thomas Westlund <[EMAIL PROTECTED]> writes: > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <HTML> > <HEAD> > <TITLE>200 OK</TITLE> > </HEAD> > <BODY> > <H1>Error 200 OK</H1> > <P>Purged.</P> > <H3>Guru Meditation:</H3> > <P>XID: 326200233</P> > <I><A href="http://varnish.linpro.no/">Varnish</A></I> > </BODY> > </HTML>
We need to see the Varnish log for this transaction. Run 'varnishlog -w /tmp/varnish.log' on the server. Send a request that triggers the bug, then wait a few seconds and stop varnishlog. You can then extract the relevant entry like this: # varnishlog -r /tmp/varnish.log -c -o ReqStart XID where XID is the number shown in the error message (e.g. 326200233). DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
