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 <[email protected]> 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?
>

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

Reply via email to