Versions Compared

Key

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

...

If a relevant element is absent from the configuration, this is auto-configured on non-Windows platforms, with default settings as noted below.

Attributes

Name

Type

Default

Description

address

local pathname

shibd.sock

Pathname to use for the Unix domain socket. Both the web server and shibd daemon processes need to be able to read and write to this path. Can be set via the SHIBSP_LISTENER_ADDRESS environment variable.

stackSize 

stackSize 

size in kilobytes

0

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

clientAddress

local pathname


If set, this overrides

the address attribute

the address attribute for the "in-process" half of the system (web server modules).

Child Elements

None

Example

Equivalent to Unix Default
Code Block
languagexmltitleEquivalent to Unix Default
<UnixListener address="shibd.sock"/>