Skip to main content
Version: v6

Servers

Configure the application servers


Overview

Configuration of upstream servers in a server group can be modified on-the-fly by using Servers.

How to Use:

  1. Go to WAF > Zones > Listeners > Server Groups > Servers

  2. Click Add Server and configure it with basic and advanced configuration.

  3. Set the configurations and Save Changes.

PARAMETERSACCEPTED VALUESDEFAULT
ServerIPBlank
PortInteger80
WeightInteger1
RemoteTRUE/FALSEFALSE
MonitorExisting monitorNONE
BackupTRUE/FALSEFALSE
DownTRUE/FALSEFALSE
Max ConnectionInteger0
Connection TimeoutInteger0
Send TimeoutInteger0
Read TimeoutInteger0

Description:

Server

Specify the IP address for the server. This IP address will be used for serving the requests for the application.

Port

Set the port for the backend application server will communicate.

Weight

Specify the weight of the server. Higher the weight more requests will be served by that server.

Remote

Specify if the server can be accessed remotely or not.

Monitor

Select from the monitors created. Monitors help in monitoring the health of the server.

Backup

Specify if backup is allowed for the server. In case of primary failure, the backup will be up and running.

Down

Makes the server active/inactive. When marked Down the server will not be able to serve requests.

Max Connection

Specify the number of max connections allowed to the specific server.

Connection Timeout

Specify the connection timeout for the server.

Send Timeout

Specify the send timeout for the server.

Read Timeout

Specify the read timeout for the server.