iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-29
Message
error-badrequest The HTML text returned to a web client submitting a bad or
malformed HTTP request.
Default text:
Your client sent a query that this server
could not understand.
error-forbidden 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:
You do not have permission to get the
requested object.
error-notfound The HTML text returned to a web client attempting to access
an object that doesn’t exist.
Default text:
The requested object was not found on this
server.
error-redirect The HTML text returned when the server returns an HTTP
redirect response. Occurrences of the string $url in the text 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 may display this
message.
Default text:
You see this message because your browser
doesn't support automatic redirection
handling.
error-server The HTML text returned to a web client when the server
encounters an internal error while processing the web client’s
request.
Default text:
The server encountered an internal error
and was unable to complete your request.
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.
Table A-4. Server Access Errors (page 2 of 3)
Message ID Description