Minimalistic varnish does not compile.
dE
de.techno at gmail.com
Fri Apr 22 10:13:20 CEST 2016
Hello,
I got this minimal VCL --
|vcl 4.0;||
||backend neuro {||
||.host = "129.170.30.193";||
||.port = "http";||
||}||
||
||sub vcl_recv {||
||set req.backend_hint = neuro;||
||}|
Which fails to compile for no reason.
|Running VCC-compiler failed, exited with 2||
||
||VCL compilation failed|
Can anyone help?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20160422/15bcb81b/attachment.html>
More information about the varnish-misc
mailing list