HAProxy
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/haproxy/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/haproxy/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/haproxy/)
Use the native HTML custom element.
High Availability Proxy — a free, open-source, high-performance TCP and HTTP load balancer and proxy server widely used in production infrastructure. HAProxy operates in either TCP mode (Layer 4) or HTTP mode (Layer 7) and supports advanced features including ACL-based routing, health checks, connection draining, rate limiting, SSL/TLS termination, PROXY Protocol, server-side keep-alives, and detailed statistics via a built-in web dashboard. It is used by large internet platforms such as GitHub, Airbnb, and Tumblr and forms the backbone of many Kubernetes ingress controllers and PaaS platforms.