[no subject]

2009-03-31 Thread Koteswara Rao
Hello, I am using Varnish on Free BSD. I am using varanishncsa to output apache style logs from Varnish. My question is, how do I get varnishncsa to work with cronolog to rotate logs? Please let me know if there's a document already somewhere for this. Thanks in advance. Eshwar

Re: No subject

2008-04-09 Thread duja
Hit/Miss status is already in the X-Varnish header, if it has two numbers it is a hit. What does the numbers stand for? You can set your own header in vcl_recv along with the backend. Then in vcl_fetch, copy that header from req.foobar to obj.foobar and you should be all set. I can do like

Re: No subject

2008-04-09 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hit/Miss status is already in the X-Varnish header, if it has two numbers it is a hit. What does the numbers stand for? They are varnish transaction numbers. The first is the current requests XID, The second is the XID of the request the

RE: Re: No subject

2008-04-09 Thread duja
Hmm, not presently I'm afraid. If possible, you could add this header on the backends. Yepp, I will have to do something like that. ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

[no subject]

2008-04-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Im trying to figure out some ways to extend the response headers with some info of the request. What I want for now is if it was a hit or miss and which backend it used. Hit/Miss status is already in the X-Varnish header, if it has two