Hi Willy, We have HAProxy 1.4.21 on a 7.2-FreeBSD-i386 (primary firewall). HAProxy passes all requests to 7 apache servers running FreeBSD branch 8. On each of the apache machines, we have "ProxyPass" and "ProxyPassReverse" options in the config, that point to an internal dns where the "newdomain" lives (maybe a bit overkill if we could do the same from HAProxy with regex and simply pass it to a backend).
The idea is that the new domain is located on a new machine and we simply need to rewrite the old URL and redirect it to where the new domain lives. -- Best regards, Claudiu Vasadi

