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