HAProxy Enterprise Documentation 1.8r2
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
-
Return cached resources directly
- Compression
-
Return compressed client responses
- Circuit Breaking
-
Implement a circuit breaker mechanism
- Device Detection
-
Client device detection for HAProxy Enterprise
- Geolocation
-
Geolocation lookups for HAProxy Enterprise
- Health Checking
-
Check the status of servers
- Protocols
-
Load balancing traffic over various network-layer and application-layer protocols
- Response Body Injection
-
Insert content into an HTTP response
- Session Persistence
-
Route clients to the same backend server
Next up
Caching