iTP Secure WebServer Operator Messages Manual
WEBSERV Messages
iTP Secure WebServer Operator Messages Manual—429507-002
1-30
Events 1 through 999: WebServer (httpd process)
Messages (Identifier: httpd)
For information about the MaxRequestBody directive, see the
iTP Secure WebServer
System Administrator’s Guide
.
597
Cause. The iTP Secure WebServer has determined that the chunked request is
invalid.
Effect. The request is rejected, and the connection is closed.
Recovery. The iTP Secure WebServer starts another connection.
598
Cause. The client sent a request that has chunk data greater than the size allowed, or
the combined chunks exceed the size allowed.
Effect. The request is rejected, and the current connection closes.
Recovery. The iTP Secure WebServer starts another connection. To avoid this error,
increase the value specified by the MaxRequestBody directive in the configuration file
(httpd.config).
For information about the MaxRequestBody directive, see the
iTP Secure WebServer
System Administrator’s Guide
.
599
Cause. The iTP Secure WebServer has determined that the client is not HTTP/1.1
compliant, or the request has reached the KeepAliveMaxRequest count.
Effect. The request completes, and the current connection closes.
Recovery. The iTP Secure WebServer starts another connection.
600
Cause. Either a timeout occurred while iTP WebServer waited for the next request, or
an unrecoverable error was detected during request processing.
(#597) the chunk request is invalid, bad chunk size or
content.
(#598) the assembled chunks exceed the predefined size limit.
(#599) persistent connection is turned off normally.
(#600) persistent connection is off