messages.ini, stores error codes and messages returned to client on
error.
Syntax
error_code = title{;message}
error_code
|
the HTTP return code to associate with this message.
|
message
|
any message to display for this error code.
|
title
|
the title to display and return to the client in the header.
|
Notes
Messages are used when sending a reply to the client or when returning an
error message.
Servertec Information Server uses the template messages.html in
iws_dir/templates/ when generating messages, where iws_dir is
the directory where Servertec Information Server was installed or deployed.
Title and Message may contain CGI variables delimited by %. Some of
the CGI variables are:
Notes
Changes made to configuration files will not be used until the server is
restarted.
Example
405 = 405 Method Not Allowed: %request_method% ;The method specified %request_method% is not supported.
|