On Tue, Jan 22, 2013 at 11:27 PM, McClimont, Aaron (SACE Board) > I came across this, which may help. Add this as the last entry in the > remap.conf configuration: > > map / http://kitchensink.example.com > >
Thanks for the suggestion and pointer, but I just tested this, and this map also overrides my earlier redirects: I.e. for: redirect http://www.example.com/ https://www.example.com/ map https://www.example.com/ http://backend1.internal/ map / http://backend2.internal the last rules is in effect for all http://, including http://www.example.com/. I'm afraid I will have to handle the redirects on the backends instead of on ATS... -jf
