iTP Secure WebServer System Administrators Guide (Version 7.5+)
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.
To use -RewriteHostAlias in an SI_DepartmentRegion command:
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
For more information, See “Rewriting HTML References” (page 179).
This default applies:
-RewriteHtmlLinks Relative
To use - RewriteHtmlLinks in an SI_DepartmentRegion command:
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
For more information, See “Rewriting HTML References” (page 179).
This default applies:
-RewriteImageLinks Off
To use -RewriteImageLinks in an SI_DepartmentRegion command:
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.
This default applies:
-SignatureLength 32
To use -SignatureLength in an SI_DepartmentRegion command:
SI_Department 5 -SignatureLength 128
244 Configuration Directives










