From 06540cc7208335378d1a52a7467124b786c48344 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 6 Aug 2003 13:52:50 +0000 Subject: [PATCH] default_limit_req_body doesn't exist. Submitted by: Milan Roubal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100917 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 4 +--- docs/manual/mod/core.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ad3650dd69c..d6e144ed21d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1619,9 +1619,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 440a8a00d55..0aa1e630a80 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1574,9 +1574,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 -- 2.47.2