From: Yann Ylavic Date: Mon, 7 Mar 2022 16:49:15 +0000 (+0000) Subject: Sync docs [skip ci] X-Git-Tag: 2.4.53-rc2-candidate~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d935f14ebf0fc28cbfa642e41a5e559e8269261;p=thirdparty%2Fapache%2Fhttpd.git Sync docs [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index c56c97dbaef..d29294f8a5d 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -474,6 +474,10 @@ listfunction ::= listfuncname "(" word ")"filesize Return size of a file (or 0 if file does not exist or is not regular file)restricted +ldap + Escape characters as required by LDAP distinguished name escaping + (RFC4514) and LDAP filter escaping (RFC4515).
+ (Available in httpd 2.4.53 and later)

The functions marked as "restricted" in the final column are not diff --git a/docs/manual/logs.html.tr.utf8 b/docs/manual/logs.html.tr.utf8 index 01154e48a9b..320fb174748 100644 --- a/docs/manual/logs.html.tr.utf8 +++ b/docs/manual/logs.html.tr.utf8 @@ -29,6 +29,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

Bir HTTP sunucusunu verimli şekilde yönetebilmek için oluşabilecek sorunlardan başka sunucunun başarımı ve etkinliği hakkında da bazı geri diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 6a93aa8ed36..25b4fd5d821 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -1461,7 +1461,7 @@ to the network - + diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index a31b126d381..f93f6c3682a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -620,8 +620,8 @@ AllowOverrideList Redirect RedirectMatch AllowOverrideList CookieTracking CookieName -

In the example above, AllowOverride - grants permission to the AuthConfig +

In the example above, AllowOverride + grants permission to the AuthConfig directive grouping and AllowOverrideList grants permission to only two directives from the FileInfo directive grouping. All others will cause an internal server error.

@@ -1902,12 +1902,12 @@ to the network
Beschreibung:Threshold above which pending data are flushed to the network
Syntax:FlushMaxThresholdnumber-of-bytes
Syntax:FlushMaxThreshold number-of-bytes
Voreinstellung:FlushMaxThreshold 65536
Kontext:Serverkonfiguration, Virtual Host
Status:Core

This directive allows to configure the maximum number of pipelined responses, which remain pending so long as pipelined request are received. - When the limit is reached, reponses are forcibly flushed to the network in + When the limit is reached, responses are forcibly flushed to the network in blocking mode, until passing under the limit again.

FlushMaxPipelined helps constraining memory - usage. When set to 0 pipelining is disabled, when set to - -1 there is no limit (FlushMaxThreshold + usage. When set to 0 pipelining is disabled, when set to + -1 there is no limit (FlushMaxThreshold still applies).

@@ -1916,7 +1916,7 @@ to the network - + @@ -1928,7 +1928,7 @@ network the network in blocking mode, until passing under the limit again.

FlushMaxThreshold helps constraining memory - usage. When set to 0 or a too small value there are actually + usage. When set to 0 or a too small value there are actually no pending data, but for threaded MPMs there can be more threads busy waiting for the network thus less ones available to handle the other simultaneous connections.

@@ -2376,7 +2376,13 @@ if file exists at startup the path will be checked relative to the compiled-in server root or the server root passed in on the command line via the -d parameter.

- + +

Warning

+ In 2.4.34, it is not possible to specify a filename + with surrounding quotes. This would generate a parsing error at start-up. + The main impact is that filenames with spaces can't be used. + This behavior is fixed in 2.4.35.
+
top
@@ -2977,12 +2983,18 @@ from the client
Description:Threshold above which pending data are flushed to the network
Syntax:FlushMaxThresholdnumber-of-bytes
Syntax:FlushMaxThreshold number-of-bytes
Default:FlushMaxThreshold 65536
Context:server config, virtual host
Status:Core
Status:Core
Module:core
-

Limit (in bytes) on maximum size of an XML-based request - body. A value of 0 will disable any checking.

- +

Limit (in bytes) on the maximum size of an XML-based request + body. A value of 0 will apply a hard limit (depending on + 32bit vs 64bit system) allowing for XML escaping within the bounds of + the system addressable memory, but it exists for compatibility only + and is not recommended since it does not account for memory consumed + elsewhere or concurrent requests, which might result in an overall + system out-of-memory. +

Example:

-
LimitXMLRequestBody 0
+
# Limit of 1 MiB
+LimitXMLRequestBody 1073741824
@@ -4392,16 +4404,16 @@ of a request or the last 63, assuming the request itself is greater than Module:core Compatibility:Available in Apache httpd 2.2.7 and later. -

mod_status with ExtendedStatus On +

mod_status with ExtendedStatus On displays the actual request being handled. For historical purposes, only 63 characters of the request are actually stored for display purposes. This directive - controls whether the 1st 63 characters are stored (the previous + controls whether the first 63 characters are stored (the previous behavior and the default) or if the last 63 characters are. This is only applicable, of course, if the length of the request is 64 characters or greater.

-

If Apache httpd is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows: +

If Apache httpd is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows:

@@ -4728,7 +4740,6 @@ header server more secure. The idea of "security through obscurity" is a myth and leads to a false sense of safety. -

See also

- + diff --git a/docs/manual/mod/core.html.fr.utf8 b/docs/manual/mod/core.html.fr.utf8 index b725de126b1..e79fa7099f8 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.
Descripción:Threshold above which pending data are flushed to the network
Sintaxis:FlushMaxThresholdnumber-of-bytes
Sintaxis:FlushMaxThreshold number-of-bytes
Valor por defecto:FlushMaxThreshold 65536
Contexto:server config, virtual host
Estado:Core
Description:Fonctionnalités de base du serveur HTTP Apache toujours disponibles
Statut:Noyau httpd
diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 818d43d0e15..e2cf9173b71 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -1409,7 +1409,7 @@ to the network - + diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 174415f7fcd..55e9cd82ba1 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.
説明:Threshold above which pending data are flushed to the network
構文:FlushMaxThresholdnumber-of-bytes
構文:FlushMaxThreshold number-of-bytes
デフォルト:FlushMaxThreshold 65536
コンテキスト:サーバ設定ファイル, バーチャルホスト
ステータス:Core
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 3ab3f53bd81..ecbc9048817 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 5b1863109c8..dfbcc27fa43 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +