From: Yann Ylavic
Date: Wed, 1 Jun 2022 13:10:57 +0000 (+0000)
Subject: Sync docs again [skip ci]
X-Git-Tag: 2.5.0-alpha2-ci-test-only~309
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dededf6b072524246e297959cd69e59a23dc5f6;p=thirdparty%2Fapache%2Fhttpd.git
Sync docs again [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901517 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en.utf8 b/docs/manual/mod/core.html.en.utf8
index 377a9acdeff..16cfd036eeb 100644
--- a/docs/manual/mod/core.html.en.utf8
+++ b/docs/manual/mod/core.html.en.utf8
@@ -2834,16 +2834,16 @@ subrequests
Description: | Restricts the total size of the HTTP request body sent
from the client |
Syntax: | LimitRequestBody bytes |
-Default: | LimitRequestBody 0 |
+Default: | LimitRequestBody 1073741824 |
Context: | server config, virtual host, directory, .htaccess |
Override: | All |
Status: | Core |
Module: | core |
+Compatibility: | In Apache HTTP Server 2.4.53 and earlier, the default value
+was 0 (unlimited) |
- This directive specifies the number of bytes from 0
- (meaning unlimited) to 2147483647 (2GB) that are allowed in a
- request body. See the note below for the limited applicability
- to proxy requests.
+ This directive specifies the number of bytes
+ that are allowed in a request body. A value of 0 means unlimited.
The LimitRequestBody
directive allows
the user to set a limit on the allowed size of an HTTP request
@@ -2870,10 +2870,6 @@ from the client
LimitRequestBody 102400
- For a full description of how this directive is interpreted by
- proxy requests, see the mod_proxy
documentation.
-
-
diff --git a/docs/manual/mod/core.html.fr.utf8 b/docs/manual/mod/core.html.fr.utf8
index 5dc20823327..1e06a16aef7 100644
--- a/docs/manual/mod/core.html.fr.utf8
+++ b/docs/manual/mod/core.html.fr.utf8
@@ -33,6 +33,8 @@
ja |
tr
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Description: | Fonctionnalités de base du serveur HTTP Apache toujours
disponibles |
Statut: | Noyau httpd |
---|
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index a5803e448c6..70a44c0c61f 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index 050e9fb3833..7880f007eeb 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index e4d1f330a41..a3b68623699 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/mod/mod_sed.xml.meta b/docs/manual/mod/mod_sed.xml.meta
index be8c22239c7..41bf4ca899b 100644
--- a/docs/manual/mod/mod_sed.xml.meta
+++ b/docs/manual/mod/mod_sed.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/quickreference.html.en.utf8 b/docs/manual/mod/quickreference.html.en.utf8
index 44f1e8934ef..f7481a56994 100644
--- a/docs/manual/mod/quickreference.html.en.utf8
+++ b/docs/manual/mod/quickreference.html.en.utf8
@@ -654,7 +654,7 @@ methods
except the named ones
LimitInternalRecursion number [number] | 10 | sv | C |
Determine maximum number of internal redirects and nested
subrequests |
-LimitRequestBody bytes | 0 | svdh | C |
Restricts the total size of the HTTP request body sent
+ |
LimitRequestBody bytes | 1073741824 | svdh | C |
Restricts the total size of the HTTP request body sent
from the client |
LimitRequestFields number | 100 | sv | C |
Limits the number of HTTP request header fields that
will be accepted from the client |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 9f358b5104e..d1461d42ae0 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -622,7 +622,7 @@ methods
except the named ones
LimitInternalRecursion number [number] | 10 | sv | C |
Determine maximum number of internal redirects and nested
subrequests |
-LimitRequestBody bytes | 0 | svdh | C |
Restricts the total size of the HTTP request body sent
+ |
LimitRequestBody bytes | 1073741824 | svdh | C |
Restricts the total size of the HTTP request body sent
from the client |
LimitRequestFields number | 100 | sv | C |
Limits the number of HTTP request header fields that
will be accepted from the client |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 3c66265c518..658eb7e6f80 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -649,7 +649,7 @@ methods
except the named ones
LimitInternalRecursion number [number] | 10 | sv | C |
Determine maximum number of internal redirects and nested
subrequests |
-LimitRequestBody bytes | 0 | svdh | C |
Restricts the total size of the HTTP request body sent
+ |
LimitRequestBody bytes | 1073741824 | svdh | C |
Restricts the total size of the HTTP request body sent
from the client |
LimitRequestFields number | 100 | sv | C |
Limits the number of HTTP request header fields that
will be accepted from the client |