iTP Secure WebServer System Administrators Guide (Version 7.5+)

Examples
To accept HTTP connections on any IPv4 address associated with the process $ZTC0, using default
port 80:
Accept -transport /G/ZTC0
To accept HTTP connections on any IPv4 address associated with the process $ZTC0, using port
8080:
Accept -transport /G/ZTC0 -port 8080
To accept HTTP connections on any IPv6 address associated with the process $ZTC0,
using default port 80:
Accept -transport /G/ZTC0 -address ::
To accept HTTP connections on any IPv6 address associated with the process $ZTC0,
using port 8080:
Accept -transport /G/ZTC0 -address :: -port 8080
To accept HTTP connections on a specific IPv4 address associated with the process $ZTC1, using
default port 80:
Accept -transport /G/ZTC1 -address 120.1.2.13
To accept HTTP connections on a specific IPv6 format address associated with the process $ZTC1,
using default port 80:
Accept -transport /G/ZTC1 -address fe80::ffff:abcd:1
To accept HTTP connections on the IP address bound to the DNS name www.goblet.com with
the $ZTC2 process, using default port 80:
Accept -transport /G/ZTC2 -address www.goblet.com
To accept HTTP connections on any IPv4 address associated with the process $ZTC0, To accept
HTTP connections on any IPv6 address associated with the process $ZTC0, a specified IPv4 or
IPv6 address with the process $ZTC1, and the IP addresses bound to the DNS name
www.goblet.com with the process $ZTC2, using default port 80, you need three Accept
directives:
Accept -transport /G/ZTC0
Accept -transport /G/ZTC0 -address ::
Accept -transport /G/ZTC1 -address 120.1.2.13
Accept -transport /G/ZTC1 -address fe80::ffff:abcd:1
Accept -transport /G/ZTC2 -address www.goblet.com
AcceptSecureTransport
Syntax
AcceptSecureTransport -transport transport-name -cert cert-name
[-address server-addr] [-ciphers list-of-ciphers]
[-name server-name][-port port-num]
[-nossl][-notls][-notls1.0][-notls1.1][-notls1.2][-requestauth/-
requireauth][-dh_paramsFilepath filePath][-keyExchange keyexchange-
method][-hashAlgorithm list-of-hashalgorithm]
Description
Use the AcceptSecureTransport directive to configure the server to accept SSL or TLS
connections on a specified transport (transport-name) or port (port-num).
The AcceptSecureTransport directive takes these arguments:
-transport transport-name
The transport name (transport-name) is a TCP/IP process name in OSS format (that is, preceded
by /G/).
One transport-name is required.
200 Configuration Directives