From: Yann Ylavic
Date: Wed, 1 Jun 2022 13:12:08 +0000 (+0000)
Subject: Sync docs again [skip ci]
X-Git-Tag: 2.4.54-rc1-candidate~16
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950460a1c273cc2381e9ac36641d5432f79d5576;p=thirdparty%2Fapache%2Fhttpd.git
Sync docs again [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901518 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index bb6b90a9e7c..b78cb6c37d5 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2796,16 +2796,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
@@ -2832,10 +2832,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 e897a0ca338..0decbade5f0 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.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8
index 57bb78a2193..2906d8ee5ce 100644
--- a/docs/manual/mod/core.html.tr.utf8
+++ b/docs/manual/mod/core.html.tr.utf8
@@ -33,6 +33,7 @@
ja |
tr
+Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
Açıklama: | Apache HTTP Sunucusunda daima mevcut olan çekirdek
özellikler |
Durum: | Ãekirdek |
---|
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index ecbc9048817..262353d8793 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 dfbcc27fa43..7e564e7e653 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 772ffcf7006..f1a4c277614 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 b/docs/manual/mod/quickreference.html.en
index 80b8282b4a7..f79d97138af 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -615,7 +615,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 07bafd9b441..6591dcd7177 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -584,7 +584,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 610f1f49697..709f4042631 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -610,7 +610,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 |