In message <[EMAIL PROTECTED]>, Nick Loman writes:

>I am looking at Varnish as a web accelerator (it looks great!), and I 
>wonder if it is possible to get the best of both worlds, i.e. the user 
>still gets KeepAlive support, but the backends server one script per 
>connection.

That will work.

>I was thinking it might be possible to strip out the "Connection: Close" 
>header returned by Apache, [...]

You don't need to do anything.

"Connection:" is a hop-by-hop header, so Varnish already deletes it before
sending the reply to the client

-- 
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
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to