Am 08.04.2013 17:19, schrieb Stefan Hagström:
> Hi, i'm looking for a solution to setup reverse proxy with naive load 
> balancing (round robin). 
> 
> I have several origin servers with shared session data and i want to 
> distribute the requests amongst the origin
> servers.
> 
> I envisioned something like this:
> 
> map http://www.vipoint.se http://192.168.22.40 http://192.168.22.41 
> http://192.168.22.42
> 
> I've checked the source code for the balancer plugin but afaik that is for 
> TS2.X?
> 
> Is there any way to achieve what i want to do with the functionality that is 
> available in the current release?

normally i would assume that your dns server should have multiple
A-records for such cases and not using ip-addressses for the maps

you can tell trafficserver which DNS it has to use for resolve
the origin as we do on the trafficserver-hosts itself

Reply via email to