iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-29
Description
Table A-4. Server Access Errors (page 1 of 2)
Message ID Description
error-unauthorized The HTML text returned to a web client attempting to access
an object requiring authorization (such as a user name and
password).
Default text:
Browser not authentication-capable or
authentication failed.
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.