Cannot compile vcl

duja at torlen.net duja at torlen.net
Wed Sep 24 15:02:41 CEST 2008


The only places where I use the backend child_2 is these:

backend child_1 {
        .host = "192.168.0.192";
        .port = "80";
}

backend child_2 {
        .host = "192.168.0.193";
        .port = "80";
}


director www_director random {
        {
          .backend = child_1;
          .weight = 1;
        }

        {
          .backend = child_2;
          .weight = 2;
        }

}

I cant find any errors in that code and I dont think that im blind again :)

/ E




More information about the varnish-misc mailing list