Name⇑
Description
A unique name for a cluster.
DOCUMENTATION
Session Extraction | Session ID String | Session Timeout | Insert Tracking Cookie | Tracking Cookie Name | Show Backend In Header | Forward IP Header | Forwarded By Header
A unique name for a cluster.
Specifies the type of cluster.
"Layer7" HTTP load balancing, also known as application-level load balancing, parses HTTP requests and distributes requests to servers based on different types of request contents.
"Layer4" load balancing is transport layer load balancing, such as TCP and UDP transport protocols. It does not look at the content when selecting a backend server. In theory, Layer 4 load balancing supports every application type.
Select from drop down list
Specifies which mode the load balancer operates in, "Stateless" or "Stateful".
"Stateful" mode track sessions associated with each back-end server. It also called "Session Affinity".
"Stateless" mode does not care about sessions.
For the Layer 4 Load Balancer, if the Mode is “Stateful”, it will track the IP address of the client to extract previous sessions.
Select from drop down list
Select load balancing strategy from the list.
Select from drop down list
Specify how to extract session ID from request.
IP Address: Uses Client IP as session ID.
Basic Authentication: Uses username in the basic authentication as session ID.
Query String: Uses a Parameter in request query string as session ID.
Cookies: Uses a Parameter in cookie as session ID.
SSL Session: Uses SSL Session ID as session ID.
JVM Route: JVM Route is an extra section appended to a Servlet session ID, which used to identify servlet backend. Example: JSESSIONID=344BA8002DE6FBE2QDF25.tomcat1
URL Path Parameter: Uses a URL Path Parameter as session ID.
Select from checkbox
For Layer 4 Load Balancers, only the IP Address extraction method will work. For Layer 7 Load Balancers, any of the above methods will work.
Specifies the Session ID string. The string is used to extract the session id value from cookie, query string and URL path parameter.
Specify for how long a session will be valid, in seconds.
Integer number
Specify whether to insert a tracking cookie. The tracking cookie can be used to reconstruct session cache in case load balancer lost it.
Select from radio box
Specify the tracking cookie name.
string
Add response header 'x-lsadc-backend' which indicates that backend server that served the request. The header's value is a concatenation of the cluster name and the backend IP and port.
Default value: No
Select from radio box
An additional header to be added to all proxy requests made to the backend server. This header will use either the visiting IP or the value set in the 'X-Forwarded-For' header as it's value, depending on the value set for Use Client IP in Header.
Default value: Not Set
String with allowed characters a-z, A-Z, 0-9, underscore(_), and hyphen(-)
An additional header to be added to all proxy requests made to the backend server. This header's value will be set to the serverName value.
Default value: Not Set
String with allowed characters a-z, A-Z, 0-9, underscore(_), and hyphen(-)
Specify a custom error message in case error occured during distributing request to backend servers. Custom error messages configured at virtual host level will override this configuration.