Created
April 12, 2016 11:11
-
-
Save lkarsten/8fbd1a92a97da049ac180b620137b38e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
varnish> vcl.inline test <<'__EOF__' | |
106 | |
Message from VCC-compiler: | |
Syntax error at | |
('<vcl.inline>' Line 1 Pos 3) | |
<<'__EOF__' | |
--#-------- | |
Running VCC-compiler failed, exited with 2 | |
VCL compilation failed | |
varnish> vcl.inline test <<__EOF__ | |
106 | |
Message from VCC-compiler: | |
Syntax error at | |
('<vcl.inline>' Line 1 Pos 3) | |
<<__EOF__ | |
--#------ | |
Running VCC-compiler failed, exited with 2 | |
VCL compilation failed | |
varnish> | |
varnish> vcl.inline foovcl "vcl 4.0; backend b1 { .host = \"localhost\"; } sub vcl_recv { set req.http.foo = \"bar\"; }" cold | |
200 | |
VCL compiled. |
Author
lkarsten
commented
Apr 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment