From: André Malo This directive specifies the number of bytes from 0
(meaning unlimited) to 2147483647 (2GB) that are allowed in a
- request body. The default value is defined by the compile-time
- constant DEFAULT_LIMIT_REQUEST_BODY
(0 as
- distributed).
The This directive specifies the number of bytes from 0
(meaning unlimited) to 2147483647 (2GB) that are allowed in a
- request body. The default value is defined by the compile-time
- constant LimitRequestBody
directive allows
the user to set a limit on the allowed size of an HTTP request
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 440a8a00d55..0aa1e630a80 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1574,9 +1574,7 @@ from the client
DEFAULT_LIMIT_REQUEST_BODY
(0 as
- distributed).
The