iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-57
Anonymous Ticket Attributes
To use -RewriteHostAlias in an SI_Department Region command, enter the
following:
SI_Department 4567 -RewriteHostAlias \
"http://www.universal.com http://universal"
-RewriteHtmlLinks { Relative | Off }
The RewriteHtmlLinks attribute controls whether the content server:
•
Converts absolute HTML references into relative references
•
Performs no conversion on HTML references
Refer to Rewriting HTML References on page 11-13 for more information.
The following default applies:
-RewriteHtmlLinks Relative
To use -RewriteHtmlLinks in an SI_Department Region command, enter
the following:
SI_Department 5 -RewriteHtmlLinks Off
-RewriteImageLinks { Absolute | Relative | Off }
The RewriteImageLinks attribute controls whether the content server:
•
Converts absolute image references into relative references
•
Converts relative image references into absolute references
•
Performs no conversion on image references
Refer to Rewriting HTML References on page 11-13 for more information.
The following default applies:
-RewriteImageLinks Off
To use -RewriteImageLinks in an SI_Department Region command, enter
the following:
SI_Department 5 -RewriteImageLinks absolute
-SignatureLength { 32 | 64 | 128 }
The SignatureLength attribute specifies how many bits long the message
authentication code (MAC) for tickets must be. The longer the MAC is, the more
tamperproof the ticket.
The following default applies:
-SignatureLength 32