LISTEN

The LISTEN element specifies the IP address of the machine the dispatcher listens on.

Syntax

<LISTEN>
    <ADDRESS>...</ADDRESS>
</LISTEN>

LISTEN is optional.

Child elements

  1. Zero or one ADDRESS (LISTEN) elements.

Usage

You use this element to specify the IP address of the machine the dispatcher uses to listen for incoming requests.

If not defined, the GAS will accept connections on any interface. For security reasons it is recommended to configure the dispatcher to only accept connections coming from the web server (Apache for instance) on one IP address.

Parent elements

This element is a child of INTERFACE_TO_CONNECTOR