iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-28
Message
The integer-value determines the size of the buffer that the iTP Secure WebServer
allocates for assembling the chunks of a received message. The value is a number of
kilobytes and must be in the range of 32 to 1024.
If the iTP Secure WebServer receives a chunked message and is unable to allocate a
buffer, the server logs an error (413 Request Entity Too Large), rejects the chunked
request, and closes the connection. In general, failure to allocate a buffer is due to
fluctuations in available memory, but if this error occurs repeatedly, try a smaller value
for this directive.
If the iTP Secure WebServer can allocate a buffer of the correct size but receives a
chunk that causes the message to exceed the size of the buffer, the server rejects the
request (413 Request Entity Too Large) and discards the message.
A chunked message can include trailers after the message body. The maximum size
applies only to the message body, not to any trailers the message contains.
Default
MaxRequestBody 128
Example
MaxRequestBody 256
Message
Syntax
Message message-id text
Description
You set the Message directive to the text (text) to be associated with a specific
message (message-id). This directive allows you to customize the server messages to
accommodate your particular needs (for example, to conform to a particular language,
locale, or application).
Using the Message directive, you can customize the messages listed in Table A-4
.
Table A-4. Server Access Errors (page 1 of 3)
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.