On 09/11/2012, at 10:06 AM, Juan Andrade <[email protected]> wrote:
> Setup: > > Client --> TS --> Origin Server1, Origin Server 2 > > TS: 80, 443 also does SSL termination > > Client: http://www.mysite.com/login > +++++++++ Incoming Request +++++++++ > -- State Machine Id: 1 > GET http://www.evbqa.com/login HTTP/1.1 > Host: www.evbqa.com > > +++++++++ Incoming O.S. Response +++++++++ > -- State Machine Id: 1 > HTTP/1.1 302 FOUND > Location: https://www.evbqa.com/login > > This goes into loop > > Configs: > remap.config > map http://www.mysite.com http://www.mysite.com > map https://www.mysite.com http://www.mysite.com I'm not sure about this. I would have thought that you would be mapping www.mysite.com to service.mysite.com. It seems unusual to be mapping a name to itself. > > parent.config > dest_domain=www.mysite.com parent="server1:80; server2:80" > round_robin=strict Again, I would have thought that you would use a parent cache *or* remap rules. Maybe someone will correct me or explain why this is needed, but it seems unusual to me to have both. J
