iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-5
Examples
To accept HTTP connections on any address associated with the process $ZTC0,
using another port:
Accept -transport /G/ZTC0 -port 8080
To accept HTTP connections on a specific 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 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/ZTC1 -address 120.1.2.13
Accept -transport /G/ZTC1 -address fe80::ffff:abcd:1
Accept -transport /G/ZTC2 -address www.goblet.com