iTP Secure WebServer System Administrators Guide (Version 7.5+)

-transport /G/ZTC1 -address fe80::ffff:abcd:1
-transport /G/ZTC2 -address www.goblet.com
If server-addr is not an IP address associated with the TCP/IP process name in
the TCP/IP configuration, an error is reported during httpd process startup. The
error message reports that the server cannot bind to the combination of TCP/IP
process name, IP address, and port (as specified in the -port argument).
If server-addr is specified in DNS format, an attempt is made to bind to each
IP address to which the DNS name maps. Bindings that fail because the address
is not available are ignored. All successful binds are kept. If no binds are successful,
an error is reported and the httpd process does not start.
For the DNS format to be used, the address-resolved file,
$SYSTEM.ZTCPIP.RESCONF for IPv4 addresses and $SYSTEM.ZTCPIP.IPNODES
for IPv6 addresses, must be set up and contain the correct IP addresses for the name
servers, which are entities defined by DNS.
-name server-name
Use the -name argument to specify the name used to refer to the server. The iTP
Secure WebServer uses this name whenever it needs to generate a URL that refer
to itself, such as for redirects.
The name you specify must be a valid name or alias registered with the DNS. For
more information about setting up an alias, consult your system or network manager.
If no -name argument is specified, the iTP Secure WebServer uses the server address
( server-addr) if -address is specified. Otherwise, the iTP Secure WebServer
uses the host name of the machine on which it is running.
-port port-num
Use the -port argument to configure the server to check for connections on a
specified port (port-num).
The standard port number for HTTP connections is 80. If you choose another port,
check the $SYSTEM.ZTCPIP.SERVICES file to check that this port has not already
been allocated to another service.
If you choose any port number less than 1024, you need to be root (super.super)
to start the iTP Secure WebServer. If no -port argument is specified, 80 is used.
You can specify any number of Accept directives in the iTP Secure WebServer
configuration file. Omit the Accept directive if you plan to use only secure transport.
SCF TCP/IP Configuration
To associate multiple IP addresses with a single TCP/IP process, use the SCF ALTER SUBNET
command with the ADDALIAS parameter, as shown in the example:
SCF> ALTER SUBNET $ZTC0.#SN1, ADDALIAS 120.1.1.12, &
SCF> SUBNETMASK %hFFFF0000
This command adds the IP address 120.1.1.12 to the subnet $ZTC0.#SN1. The SUBNETMASK
parameter is required. Each IP address must be added with a separate ALTER SUBNET command.
You can use the DELETEALIAS parameter to delete IP addresses that have been added to a subnet
using the ADDALIAS parameter. as shown:
SCF> ALTER SUBNET $ZTC0.#SN1, DELETEALIAS 120.1.1.12
Each IP address must be deleted with a separate ALTER SUBNET command.
Default
There is no default. Specify at least one Accept or AcceptSecureTransport directive.
Accept 199