> There is no such a limit in Apache and probably most browsers.

By default, LimitRequestBody is 0 (unlimited) in Apache.  We limit
incoming requests with this directive, so server resources aren't
consumed by excessive.  I think POST_MAX happens after the request is
already read into memory.

LimitXMLRequestBody has a default limit of 1000000.  There are other
LimitRequest* directives which limit various aspects of the header.

Rob

Reply via email to