From: André Malo Date: Wed, 6 Aug 2003 13:57:29 +0000 (+0000) Subject: default_limit_req_body constant doesn't exist. X-Git-Tag: pre_ajp_proxy~1288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c15bc9fe1343b321edd96d6c6cd45139683d920;p=apache default_limit_req_body constant doesn't exist. Submitted by: Milan Roubal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 49f14f22b1..7957c1db89 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1591,9 +1591,7 @@ from the client

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).

+ request body.

The 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 5c60d77ea2..1b165d32fe 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1549,9 +1549,7 @@ from the client

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).

+ request body.

The LimitRequestBody directive allows the user to set a limit on the allowed size of an HTTP request