A listener object represents a single HTTP or HTTPS listener in
pound
configuration. It has the following attributes:
address
Address of this listener. A string formatted as ‘ip:port’. for IPv4 and IPv6 addresses or containing a socket file name, for UNIX sockets.
protocol
Protocol used: either ‘http’ or ‘https’.
services
Array of service objects representing services defined in this listener. See below for the definition of a service object.
enabled
Boolean. Whether this listener is enabled or not.
nohttps11
Value of the NoHTTPS11
configuration statement for this
listener (see NoHTTPS11). One of: 0, 1, 2.