I would like to have a set of rules in remap.conf that maps all requests that didn't match anything else to a set of backend hosts. I tried adding this to the bottom of my remap.conf:
# Default to sending to webapps-vips, which hosts multiple sites: regex_map http://.* http://webapps-vips.example.net/ regex_map https://.* http://webapps-vips.example.net/ But unfortunately these had precedence over my "redirect" rules, and broke all redirects.. Is there any way to achieve this with ATS? -jf
