Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Default

Description

address

IP address in decimal
dotted notation

127.0.0.1

Network address to bind or connect to. Can be overridden set via the SHIBSP_LISTENER_ADDRESS environment variable.

portinteger1600

TCP socket port to bind or connect to. Can be overridden set via the SHIBSP_LISTENER_PORT environment variable.

acl 

space-delimited list of IP addresses (V4/V6) or CIDR statement

127.0.0.1List of network addresses to permit connections from.
stackSize size in kilobytes0

If non-zero, sets the stack size of daemon worker threads in kilobytes. Zero results in the default OS-supplied size being used.

clientAddressIP address in decimal dotted notation

If set, this overrides the address attribute for the "in-process" half of the system (web server modules).

clientPort integer

If set, this overrides the port attribute for the "in-process" half of the system (web server modules).

...