Skip to main content
Version: v6

Settings

Configure Operational settings of Listeners.

Overview

Users are allowed to configure many operational settings for the Listeners.

Listener Operational Settings

How to Use:

  1. Go to WAF > Listener > Settings.
  2. Configure the settings.
  3. Click on Save changes.

Listener Operational Settings

PARAMETERSACCEPTED VALUESDEFAULT
Enable IPv6Enables IPv6 Accepted values: BooleanTrue
Enable HTTP 2.0Enables Http 2.0 Accepted values: BooleanFalse
Enable Host CheckEnable Host Check Accepted values:BooleanTrue
Websocket EnabledEnables websocket support for servers in this group:BooleanFalse
Enable LoggingSpecify whether to log requests for dynamic pages: BooleanTrue
Enable Static Extension LoggingSpecify whether to log requests for static extension.Accepted values: BooleanFalse
Enable Error HandlingSpecify whether to enable error handling by firewall. Accepted values: BooleanTrue
Connection Pool SizeInteger0
Client Keep-Alive TimeoutSpecify timeout of keep-alive connections with clients. Set 0 to disable Accepted values: Integer0
Upstream Keep Alive TimeoutSpecify timeout of keep alive connections with upstream. Set 0 to disable. Accepted Values:Integer0
Max Requestes Per ConnectionSpecify max allowed requests per keep-alive connection : Integer1000
Operational ModeSpecify operational mode for the listener like Reverse Proxy,Direct Server Return or IP Transparency: Drop DownReverse Proxy
Limit Maximum ConnectionsInteger0
Client Body TimeoutSpecify a timeout for receiving the request body.Accepted values: Integer300
Client Header TimeoutSpecify timeout for receiving request header. Accepted values: Integer300
Client Send TimeoutSpecify timeout for send response300
Header TimeoutSpecify the header timeout in seconds.Accepted values: Integer300
Static ExtensionsSpecify the list of allowed static extensions that don't require security validation.png, gif, ico, etc.
Maximum HTTP Body sizeSpecify the maximum allowed HTTP body size from single client IP.Accepted values: Integer10485760
Maximum HTTP Header sizeSpecify the maximum allowed HTTP header size from a single client IP.Accepted values: Integer4096
Proxy Http VersionSpecify http version used while connecting upstream server: Drop DownANY
Proxy BuffersSpecify the number of buffers used for reading a response from the server for a single connection. Accepted values: Integer8
Proxy Buffer SizeSpecify the size of the buffer used for reading the first part of the server response.Accepted values: Integer8
Log FormatUser Define to extract log as per neeD. Accepted values : StringNULL
Client IP LocationSpecify the location of the client IP. Accepted values: DropDownSRC IP
Host HeaderSpecify the host header.Accepted values: StringBlank
Server AliasesListener Identity either domain name or IP addressNULL
VIRTUAL IPSSpecify assigned virtual IPs for accepting traffic. Accepted Values IntegerNULL
Add PortHelps you to add HTTP/S ports for Advance Settings.Accepted values: IntegerBlank

setting

Description

1.Enable IPv6: This option allows user to enable traffic over IPv6 and applicable in the case of all service types. Internet Protocol version 6 is the most recent version of the Internet Protocol that allows communication to take place over the network.

2.Enable HTTP 2.0: Specify if the WAF should allow HTTP 2.0 requests. By default, it supports other versions like HTTP 1.1 This option allows user to specify whether the solution supports HTTP 2.0 request. HTTP/2 aims to be a faster, more efficient protocol than HTTP. By default, it supports other versions like HTTP 1.1

3.Enable Host Check: Enforce host (SNI) validation for incoming request.

4.Web-socket Enabled: This option allows user to enable web-socket support for servers or server group. It is a communication, an upgraded, quick, and seamless protocol to use when one needs to establish constant client-server communication over a single TCP connection.

5.Enable Logging: This option allows user to enable access logs in the case of service type HTTP & TCP.

6.Enable Static Extension Logging: This option allows user to specify whether to do log requests for static extension.

7.Enable Error Handling: This option allows user to specify whether to enable error handling by firewall.

8.Connection Pool Size: This option allows user to specify the connection pool size with upstream.

9.Client Keep-Alive Timeout: This option specify the timeout of keep-alive connections of clients. Set 0 to disable.

10.Upstream Keep-Alive Timeout: This option specify timeout of keep-alive connections of upstream. Set 0 to disable.

11.Max Requests per Connection: This option specify maximum allowed requests per keep-alive connection.

12.Operational Mode: Specify operational mode for the listener

13.Limit MAX Collection: Specify max allowed concurrent connections. Set 0 to disable

14.Client Body Timeout: This option specify the timeout for receiving the request body.

15.Client Header Timeout: Specify timeout for receiving request header

16Client Send Timeout: Specify timeout for send response

17.Static Extensions: This option specify the list of allowed static extensions that don't require security validation.

18.Maximum HTTP Body Size: This field specifies the maximum allowed HTTP body size (in bytes) from a single client IP. If the size exceeds, then the request gets dropped. By default, it is 10485760 bytes.

Note: In the case of HTTP/0.9, no headers get transmitted.

19.Maximum HTTP Header Size: This field specifies the maximum allowed HTTP Header size (in bytes) from a single client IP. If size exceeds, then the request gets dropped. By default, it is 4096 bytes. It comprises types, capabilities, and versions of the browser that makes the request. These elements help in returning compatible data.

20.Proxy HTTP Version : Specify http version used while connecting upstream server.

21.Proxy Buffers: This option specify the number of buffers used for reading a response from the server for a single connection.

22.Proxy Buffer Size: This option specify the size of the buffer used for reading the first part of the server response. Proper value can cause improper utilization of proxy buffer optimally for each request.

23.Log Format: This option specify the request log format.

24.Client IP Location: This option specify the location of the client IP.

25.Host Header: This option specify the host header allowed by the backend, if it's different from the listener sub-domain. This allows the incoming request to alter the host header in each request and transmit it to the backend server.

26.Server Aliases: This option specify aliases means familiar name for the listener.

27.Virtual IPs: This option specify assigned virtual IPs for accepting traffic.

26.Add Port: This option helps you to add HTTP/S ports for Advance Settings. Here you can unique port either HTTP or HTTPS enabled configuration without changing backend server port.

setting

Note: Proxy Buffer and Proxy Buffer are sensitive configurations that can affect applications that should be configured with prior knowledge.