iTP Secure WebServer System Administrators Guide (Version 7.5+)

Table 32 Server Access Errors (continued)
DescriptionMessage ID
The HTML text returned to a Web client attempting to
access an object for which the Web client does not have
access permission.
Default text:
error-forbidden
You do not have permission to get the
requested object.
The HTML text returned to Web client when maximum
connections specified with count argument and
error-maximum-connection
"customized" is specified with replytype argument of
MaxConnections configuration directive.
Default text:
Maximum connections reached: The server
reached its maximum configured capacity.
The HTML text returned to a Web client attempting to
access an object that does not exist.
Default text:
error-notfound
The requested object was not found on this
server.
The HTML text returned when the server returns an HTTP
redirect response. Occurrences of the string $url in the text
error-redirect
of the message will be replaced with the redirected URL.
Normally, this text is never displayed to the user, but old
browsers that do not support redirects might display this
message.
Default text:
You see this message because your browser
doesn't support automatic redirection
handling.
The HTML text returned to a Web client when the server
encounters an internal error while processing the Web
client's request.
Default text:
error-server
The server encountered an internal error
and was unable to complete your request.
The HTML text returned when the server returns an HTTP
redirect response and the URL is longer than the URL
error-shortredirect
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.
The HTML text returned when the Web client didn't use the
right security options for the request.
Default text:
error-security-retry
The cryptographic enhancements on the
request were insufficient. Try again with
appropriate options.
You can set as many Message directives. But, message-id for each directive must be unique.
Default
The server has built-in defaults for all server messages.
Message 223