In message <[EMAIL PROTECTED]>, Nathan McSween writes:

>Is it possible to use varnish as a fake layer 7 load balancer by redirecting
>static content (e.g. .png, .jpg, etc) to a fast static server and dynamic to
>another?

Yes.

Declare two backends in your VCL program and select the appropriate
one in vcl_miss{}

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