iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-30
Default
You can set as many Message directives as you need. If you set more than one
Message directive for the same message ID, the server uses the last directive
encountered.
Default
The server has built-in defaults for all server messages.
Example
Message error-forbidden {
<TITLE>Access Denied</TITLE><H1>Access Denied</H1>
You have been denied access.
}
Message error-shortredirect {
<TITLE>Redirection</TITLE><H1>Redirection</H1>
This document can be found <A HREF=\"$url\">elsewhere.</A>
<P>Your browser does not properly support long URLs.
}
MimeType
Syntax
MimeType mime-type extension-list
error-shortredirect The HTML text returned when the server returns an HTTP
redirect response and the URL is longer than the URL
supported by the web client. Occurrences of the string $url in
the text of the message are replaced with the redirected URL.
Default text:
This document can be found elsewhere. You see
this message because your browser doesn't
support automatic redirection handling
properly.
error-security-retry The HTML text returned when the web client didn't use the
right security options for the request.
Default text:
The cryptographic enhancements on the request
were insufficient. Please try again with
appropriate options.
Table A-4. Server Access Errors (page 2 of 2)
Message ID Description