> Is your varnishd instance running ?

No.  It won't run, because the conf file check has errors ...

That said,

> If not, comment out the vcl that uses the std module and start varnish
> before running varnishadm.

changing

        -          if (std.healthy(req.backend)) {
        -              set req.grace = 30s;
        -          } else {
        -              set req.grace = 1h;
        -          }
        +       #   if (std.healthy(req.backend)) {
        +       #       set req.grace = 30s;
        +       #   } else {
        +       #       set req.grace = 1h;
        +       #   }

now, at exec of varnishd

        /usr/local/sbin/varnishd ...
                Running VCC-compiler failed, exit 1
                
                VCL compilation failed

checking

        varnish -C -f vcl.SITE1.conf 
                Running VCC-compiler failed, exit 1
                
                VCL compilation failed

is not very helpful. and of course, varnishd is still not running.


_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to