Hi,

On Fri, May 27, 2011 at 1:26 AM, Mike Gracy <[email protected]> wrote:
> Using Varnish 2.1. I'm rather new to varnish......
> root@ip-10-170-69-235:/etc/varnish# varnishd -a localhost:9010 -a
> localhost:8080 -f /etc/varnish/default.vcl -d
> Message from VCC-compiler:
> Unused backend ffpool, defined:
> (input Line 37 Pos 10)
> director ffpool round-robin {
> ---------######--------------
> Unused backend sppool, defined:
> (input Line 74 Pos 10)
> director sppool round-robin {

Looks to me like you did declare backends ffpool and sppool and didn't
use them in your VCL.Varnish doesn't seem to like orphan backends in
its VCL, so comment out the backend declarations for ffpool and sppool
as long as you don't use them and you should be okay.

/thomas

_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to