Nick Ramirez Nick Ramirez | Aug 22, 2022 | BASICS, LOAD BALANCING / ROUTING
If you host dozens of web services that reside at various subdomains, TCP ports, and paths, then migrating them to live under a single address could simplify how clients access them and make your job of managing access easier. It would mean moving from a hodgepodge of...
Baptiste Assmann Baptiste Assmann | Jan 26, 2015 | LOAD BALANCING / ROUTING, TECH
Synopsis Let’s take a web application platform where many HTTP Host header points to. Of course, this platform hosts many backends and HAProxy is used to perform content switching based on the Host header to route HTTP traffic to each backend. HAProxy map...