Use this command to edit the HTTP listener properties. The properties
that you can set are as follows:
-
enabled - Indicates whether the listener
is enabled at runtime.
-
name - The name that uniquely identifies
the HTTP listener.
-
ip - The IP address on which to listen.
-
port - The port on which to listen.
-
acceptor-threads - The number of threads
dedicated to accept connections received by this listener. The range of values
is 1–128. The default value is default.
-
server-name - The name of the default server.
Can include a scheme (for example, http://) as prefix and port (for example,
80) as suffix.
-
blocking-io - Indicates whether the server
uses blocking IO. The default value is false.
-
family - The name of the protocol family.
-
listen-queue-size - The maximum size of
the operating system listen queue. The range of values is 1 - 65536.
-
receive-buffer-size - The size (in bytes)
of the operating system socket receive buffer. The range
of values is 1 - 1048576.
-
send-buffer-size - The size (in bytes)
of the operating system socket send buffer. The range
of values is 1 - 1048576.
-
default-virtual-server-name - The name
of the virtual server that processes requests which did not match a host.
-
description - The description of the HTTP
listener.
-
handle-protocol-mismatch - Indicates whether
the server responds to SSL or non-SSL protocol mismatches in client requests.
The default is true, meaning the server will attempt to
detect SSL or non-SSL protocol mismatches and send an HTTP redirect or SSL
alert when a mismatch is detected.