Skip to main content
Back to all posts

HAProxy

Dive into the world of open source HAProxy with configurations, tutorials, and best practices. As a core component of our Layer 7 solution, learn to master ACL rules, reverse proxy, SSL termination, and advanced features like rate limiting.

Latest post

When is an ACL not an ACL? When it's an HAProxy ACL...

Transparent Load balancing with HAProxy on Amazon EC2

One of our favorite methods of load balancing is using Layer 4 DR because it is transparent and fast. Unfortunately, because of Amazon's infrastructure, this is not possible in EC2 so we need to use another method which means we are left with layer 4 NAT and transparent HAproxy using TProxy...

Open source HAProxy AWS / Azure / GCP
systematic SSL testing

SSL offload testing with HAProxy and Stunnel

There are a lot of SSL offload throughput statistics available for appliances across the internet but rarely do they detail the way they were tested...

Open source HAProxy How-tos

3 ways to send HAProxy health check email alerts: Configuration how-to

The ideal way to monitor the health of the real servers is to to have a dedicated monitoring system in place such as Nagios. However this isn’t always an option, so for some they require the loadbalancer to send an alert...

HAProxy Open source How-tos

What do you mean my pipe is saturated?

Some of the most common questions we get at Loadbalancer.org are performance related. It is quite difficult to give a straight answer to these questions as the real answer is often slightly unsatisfactory...

Performance HAProxy

HAProxy email alerts guide

As of haproxy-1.6-dev1 it is now possible to send email alerts directly from HAProxy thanks to the excellent work done for us by Simon Horman...

HAProxy How-tos Open source

Setting up HAProxy with Transparent Mode on Centos 6.x

Transparent mode with HAProxy allows you to see the IP Address of the clients computer while still having a high availability service using HAProxy...

HAProxy High Availability Open source