In message <[email protected]>, Si
mon Males writes:

>Below I have output the error file, and the VCL with the Amazon backend.
>
># cat /tmp/*.varnish
>storage_malloc: max size 2048 MB.
>Message from VCC-compiler:
>Backend host '"site.s3.amazonaws.com"': Name or service not known
>(/etc/varnish/backends.vcl Line 65 Pos 17)
>        .host = "site.s3.amazonaws.com";
>----------------#######################-

That name returns a CNAME dns record here, you need to use something
that returns a A record.

Poul-Henning

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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

Reply via email to