Re: Two New HTTP Caching Extensions

2008-04-09 Thread Michael S. Fischer
On Tue, Apr 8, 2008 at 4:34 PM, Ricardo Newbery <[EMAIL PROTECTED]> wrote: > > I should add a qualifier to my vote, that stale-while-revalidate > > generally is used to mask suboptimal backend performance and so I > > discourage it in favor of fixing the backend. > > Of course the main premise of

Re: Varnish config/performance with Domino Webmail

2008-04-09 Thread Dag-Erling Smørgrav
Marcelo L. <[EMAIL PROTECTED]> writes: > Hi people, any comments on this? I really need some directions, some > guidance on what to do or where to search more... Please. You haven't provided any information whatsoever on what you think is wrong. No logs, no performance numbers, nothing. DES --

Re: Varnish config/performance with Domino Webmail

2008-04-09 Thread Marcelo L .
MARCELO LICASTRO PAGNI <[EMAIL PROTECTED]> writes: > > Hi everyone,I am setting up a new server that will sit into a DMZ to serve as a reverse proxy for our company's Lotus Domino webmail. Having heard about Varnish, my choice couldn't be something else. > I've set it up with the default config

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-mis

Re: No subject

2008-04-09 Thread Stig Sandbeck Mathisen
On Wed, 09 Apr 2008 09:09:36 +, "Poul-Henning Kamp" <[EMAIL PROTECTED]> said: > Hmm, not presently I'm afraid. If possible, you could add this header on the backends. -- Stig Sandbeck Mathisen, Linpro ___ varnish-misc mailing list varnish-misc@pr

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 reque

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