docs or examples of vcl.inline seem to be scarce.

Mike Gracy ghstridr at gmail.com
Thu Jun 2 02:06:53 CEST 2011


For reference of what I'm trying to do:
(Varnish 2.1.5, running in debug mode)
In backend specification starting at:
(input Line 1 Pos 1)
backend default { .host = wiki.idle-games.com; .port = 80; }
#######-----------------------------------------------------
Running VCC-compiler failed, exit 1
VCL compilation failed
vcl.inline new backend default "{ .host = 'wiki.idle-games.com'; .port
= '80'; }"
105 64
Unknown request.
Type 'help' for more info.
Too many parameters


On Wed, Jun 1, 2011 at 2:39 PM, Mike Gracy <ghstridr at gmail.com> wrote:
> I'm trying to figure out how to add a backend to an existing config:
> vcl.inline boot "backend wiki { .host = "wiki.idle-gaems.com"; .port = "80"; }"
> 105 64
> Unknown request.
> Type 'help' for more info.
> Too many parameters
>
> Is this only for the use of including C code?
>




More information about the varnish-misc mailing list