Hi,

It works, when I set a param via telnet example
param set connect_timeout 0.3

but it's not working in the default.vcl example
backend default {
  .host = "127.0.0.1";
  .port = "8080";
  .connect_timeout = 0.3s;
  .max_connections = 800;
}

(for the last 2 params the compiler doesn't allow apostrophes)

what am I doing wrong?

Cheers!
Daniel

:: Daniel Bruessler - Emilienstr. 10 - 90489 Nuernberg
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to