iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-002
A-56
Anonymous Ticket Attributes
Setting PostExpirationExtension to a reasonable number of additional
seconds allows POSTs to work reliably. The default is 3 hours.
The following default applies:
SI_Default -PostExpirationExtension 10800
To use -PostExpirationExtension in an SI_Default Region command,
enter the following:
SI_Default -PostExpirationExtension 3600
-RequireIP
The RequireIP attribute enables the iTP Secure WebServer to omit the web
client IP address in the MAC for the Session Identifier, which is useful in the case
where a web client’s IP address changes from request to request. Omitting the IP
address in the Session Identifier or Digital Receipt stops those clients from being
reticketed with a new anonymous user ID for each request.
If no -RequireIP attribute value is provided, the default is the value set by the
server.
To use -RequireIP in an SI_Department Region command, enter the
following:
SI_Department 4567 -RequireIP
-RewriteHostAlias "alias-name alias-name ..."
The RewriteHostAlias attribute enables you to specify alias names for the iTP
Secure WebServer. Aliases are useful for some organizations where the Domain
Name Server (DNS) permits abbreviations of the host name.
For example, the host name www.universal.com might be abbreviated as
universal.com or just universal. To support both these variations, enter the
directive:
SI_Default -RewriteHostAlias \
"http://www.universal.com \
http://universal.com \
http://universal"
This example directs the iTP Secure WebServer to rewrite all references to
www.universal.com, universal.com, or universal to be references to the
iTP Secure WebServer.
Setting this attribute is important when making references relative is enabled,
because the iTP Secure WebServer makes relative only those references that
point to itself. Another way of looking at this directive is that it specifies a list of
hosts whose references should be made relative.
There is no default.