]] Frank Gruellich
| r...@floor [~] $ cat foo.vcl
| sub vcl_recv {
| if (now)
| {
| set req.backend = localhost;
| } else {
| set req.backend = localhost;
| }
| }This VCL snippet doesn't make any sense; what are you trying to accomplish? -- Tollef Fog Heen Varnish Software t: +47 21 54 41 73 _______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
