Varnish Cache on multi account VPS

Nathan Kinkade nkinkade at creativecommons.org
Thu Mar 3 02:59:10 CET 2011


This may not be the only, or even the best, way to go about this, but
the thing that immediately occurs to me is to wrap your VCL rules for
vcl_recv() in something like:

sub vcl_recv {
    if ( req.http.host == "my.varnish.host" ) {
        [do something]
    }
}

Nathan

On Wed, Mar 2, 2011 at 20:28, Jeff Booher <jbooher at praxismicro.com> wrote:
> I have 5 sites on the VPS. I want to only use Varnish on one.
>
>
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc at varnish-cache.org
> http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>




More information about the varnish-misc mailing list