Skip to main content
Back to all posts

Integrations

Seamlessly integrate your load balancer with your tech stack. Discover guides for cloud platforms (AWS, Azure), DevOps tools (Kubernetes, Ansible, Terraform), essential monitoring (Grafana, Prometheus), and enable full API-driven automation.

Latest post

Using Grafana Loki with HAProxy for log aggregation

NGINX and X-Forwarded-For Header (XFF)

The X-Forwarded-For Header is a simple yet powerful solution to a very common problem. I'm not sure why, but for some reason it also seems to cause a lot of confusion...

Open source How-tos Integrations
content delivery network based on location of the client

How to add Cloudflare in front of HAProxy

Cloudflare provides a content delivery network (CDN). A CDN is a worldwide network of servers that delivers web content to clients based on the geographic location of the client...

AWS / Azure / GCP Security High Availability

How to enhance Microsoft IIS health checks using VBscript

By default, the load balancer uses a TCP connect to the port defined in the Virtual Service to verify the health of each real (backend) server. For IIS, this would typically be port 80...

Microsoft Integrations
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

NTLM authenticating proxy check script

This script was designed primarily to be tied into Ldirectord but feel free to adapt it to your needs, and if you do make changes dont be a stranger post your adaptations below!..

How-tos Integrations
Identifying the originating IP address

Apache and X-Forwarded-For Header: How to log XFF using Apache

There’s been a lot of debate here in the office about how best to capture both your Loadbalancer’s IP and the Source IP of the user in your access_log in Apache 2.4. This is the tried and tested method we've come up with...

Application Management How-tos High Availability
client source IP addresses and IIS logs

IIS and X-Forwarded-For Header (XFF)

Although it's not technically a standard, the X-Forwarded-For (XFF) header is incredibly useful if you have any kind of proxy in front of your web servers...

How-tos Integrations