setting .connect_timeout and param.set

Daniel Bruessler mail at danielbruessler.de
Fri Oct 16 11:20:12 CEST 2009


Hello,

sorry, I forgot to tell the version-number: I'm using varnish 2.0.4

Cheers!
Daniel

> 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
> varnish-misc at projects.linpro.no
> http://projects.linpro.no/mailman/listinfo/varnish-misc
> 



More information about the varnish-misc mailing list