On Wed, Jun 27, 2012 at 8:42 PM, Abraham Cruz Sustaita <[email protected]> wrote: > I have this configuration: > > # Amazon S3 Backend Metatube > # -- > backend s3 { > .host = "metatube.s3-website-us-east-1.amazonaws.com"; > .port = "80"; > } > > But the amazon url sometimes resolves to more of one IP (I guess is a normal > behaviour from Amazon), so I have to try several times to load the > configuration file (via varnishadm) until it compiles correctly. The problem > is I have a 5 different domains with amazon, so when finally one of them > resolves to just one IP, the others resolve to more than one, so I can never > compile the configuration file. Is there anyway to fix this via > configuration?
Currently varnish does not support multiple IPs on one backend. There's no easy and native way to do this. Please see the mailing list archives for many discussions and some approaches about this issue :) -- []'s Hugo www.devin.com.br _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
