On Sun, May 4, 2014 at 7:49 PM,  <[email protected]> wrote:
>> 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.

Run it with a dummy VCL, I only want to see whether you need to
specify the vmod dir in varnishd's command line.

Dridi

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

Reply via email to