HAProxy Enterprise Documentation 2.3r1

Load Balancing

HAProxy Enterprise supports many features that go beyond simple load-balancing. These include caching, compression, session pesistence and more. This section describes how to enable those features.

Caching

Enable caching of server responses.

Compression

Compress responses from servers.

Circuit Breaking

Implement a circuit breaker mechanism.

Device Detection

Enable device detection in HAProxy Enterprise.

Geolocation

Enable geolocation in HAProxy Enterprise.

Health Checking

Enable health checks that monitor the status of your servers.

Service Mesh

Deploy HAProxy Enterprise as the proxy layer in a service mesh.

Protocols

Load balancing traffic over various network-layer and application-layer protocols.

Client IP preservation

Preserve the client's source IP address when proxying traffic.

Response Body Injection

Insert content dynamically into an HTTP response.

Session Persistence

Route clients to the same backend server with session persistence.


Next up

Caching