From 5c139eebf1587cffc51347d9a7c89ba39230f10a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sun, 19 Jul 2015 12:10:13 +0000
Subject: [PATCH] update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1691820 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/convenience.map | 14 ++++++++++++++
docs/manual/misc/index.html.tr.utf8 | 1 +
docs/manual/misc/index.html.zh-cn.utf8 | 1 +
docs/manual/mod/directives.html.de | 16 +++++++++++++++-
docs/manual/mod/directives.html.en | 16 +++++++++++++++-
docs/manual/mod/directives.html.es | 16 +++++++++++++++-
docs/manual/mod/directives.html.ja.utf8 | 16 +++++++++++++++-
docs/manual/mod/directives.html.ko.euc-kr | 16 +++++++++++++++-
docs/manual/mod/directives.html.tr.utf8 | 16 +++++++++++++++-
docs/manual/mod/directives.html.zh-cn.utf8 | 16 +++++++++++++++-
docs/manual/mod/index.html.de | 3 ++-
docs/manual/mod/index.html.en | 3 ++-
docs/manual/mod/index.html.es | 3 ++-
docs/manual/mod/index.html.ja.utf8 | 3 ++-
docs/manual/mod/index.html.ko.euc-kr | 3 ++-
docs/manual/mod/index.html.tr.utf8 | 3 ++-
docs/manual/mod/index.html.zh-cn.utf8 | 3 ++-
docs/manual/mod/quickreference.html.de | 16 +++++++++++++++-
docs/manual/mod/quickreference.html.es | 16 +++++++++++++++-
docs/manual/mod/quickreference.html.ja.utf8 | 16 +++++++++++++++-
docs/manual/mod/quickreference.html.ko.euc-kr | 16 +++++++++++++++-
docs/manual/mod/quickreference.html.tr.utf8 | 16 +++++++++++++++-
docs/manual/mod/quickreference.html.zh-cn.utf8 | 16 +++++++++++++++-
docs/manual/sitemap.html.de | 1 +
docs/manual/sitemap.html.en | 1 +
docs/manual/sitemap.html.es | 1 +
docs/manual/sitemap.html.ja.utf8 | 1 +
docs/manual/sitemap.html.ko.euc-kr | 1 +
docs/manual/sitemap.html.tr.utf8 | 1 +
docs/manual/sitemap.html.zh-cn.utf8 | 1 +
30 files changed, 232 insertions(+), 20 deletions(-)
diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map
index 504b3e331f..4cc7bc34c8 100644
--- a/docs/manual/convenience.map
+++ b/docs/manual/convenience.map
@@ -260,6 +260,20 @@ forensiclog mod/mod_log_forensic.html#forensiclog
gprofdir mod/core.html#gprofdir
gracefulshutdowntimeout mod/mpm_common.html#gracefulshutdowntimeout
group mod/mod_unixd.html#group
+h2bufferoutput mod/mod_h2.html#h2bufferoutput
+h2buffersize mod/mod_h2.html#h2buffersize
+h2bufferwritemax mod/mod_h2.html#h2bufferwritemax
+h2direct mod/mod_h2.html#h2direct
+h2engine mod/mod_h2.html#h2engine
+h2maxheaderlistsize mod/mod_h2.html#h2maxheaderlistsize
+h2maxsessionstreams mod/mod_h2.html#h2maxsessionstreams
+h2maxworkeridleseconds mod/mod_h2.html#h2maxworkeridleseconds
+h2maxworkers mod/mod_h2.html#h2maxworkers
+h2minworkers mod/mod_h2.html#h2minworkers
+h2serializeheaders mod/mod_h2.html#h2serializeheaders
+h2sessionextrafiles mod/mod_h2.html#h2sessionextrafiles
+h2streammaxmemsize mod/mod_h2.html#h2streammaxmemsize
+h2windowsize mod/mod_h2.html#h2windowsize
header mod/mod_headers.html#header
headername mod/mod_autoindex.html#headername
heartbeataddress mod/mod_heartbeat.html#heartbeataddress
diff --git a/docs/manual/misc/index.html.tr.utf8 b/docs/manual/misc/index.html.tr.utf8
index cc1124531d..a3c24fc527 100644
--- a/docs/manual/misc/index.html.tr.utf8
+++ b/docs/manual/misc/index.html.tr.utf8
@@ -29,6 +29,7 @@
tr |
zh-cn
+Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
AÅaÄıda listelenen belgeler de Apache HTTP sunucusu geliÅtirme projesi
diff --git a/docs/manual/misc/index.html.zh-cn.utf8 b/docs/manual/misc/index.html.zh-cn.utf8
index 7146ebb7ef..ed1cdc6b4e 100644
--- a/docs/manual/misc/index.html.zh-cn.utf8
+++ b/docs/manual/misc/index.html.zh-cn.utf8
@@ -29,6 +29,7 @@
tr |
zh-cn
+æ¤ç¿»è¯å¯è½è¿æãè¦äºè§£æè¿çæ´æ¹ï¼è¯·é
è¯»è±æçã
ä¸é¢æ¯éç¨äº Apache æå¡å¨å¼å项ç®çéå ææ¡£ã
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index 0ca565a542..3dfce86022 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -302,7 +302,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 5b28543974..48d66f9bbd 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -303,7 +303,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index d32fc66ea5..7392b67e94 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -305,7 +305,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index 5f647a47c9..90269a86cd 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -300,7 +300,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index dfec6ab9c1..f5dfa13912 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -300,7 +300,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index 6476d528e0..b310a93367 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -299,7 +299,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/directives.html.zh-cn.utf8 b/docs/manual/mod/directives.html.zh-cn.utf8
index 47936e2142..c4b235f87f 100644
--- a/docs/manual/mod/directives.html.zh-cn.utf8
+++ b/docs/manual/mod/directives.html.zh-cn.utf8
@@ -298,7 +298,21 @@
GprofDir
GracefulShutdownTimeout
Group
-Header
+H2BufferOutput
+H2BufferSize
+H2BufferWriteMax
+H2Direct
+H2Engine
+H2MaxHeaderListSize
+H2MaxSessionStreams
+H2MaxWorkerIdleSeconds
+H2MaxWorkers
+H2MinWorkers
+H2SerializeHeaders
+H2SessionExtraFiles
+H2StreamMaxMemSize
+H2WindowSize
+Header
HeaderName
HeartbeatAddress
HeartbeatListen
diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de
index 3443f948c8..6831f79f75 100644
--- a/docs/manual/mod/index.html.de
+++ b/docs/manual/mod/index.html.de
@@ -145,7 +145,8 @@ delivery to the client
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersCustomization of HTTP request and response
+mod_h2Support for the HTTP/2 transport layer
+mod_headersCustomization of HTTP request and response
headers
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index 3e10252738..c598dff2e7 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -141,7 +141,8 @@ delivery to the client
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersCustomization of HTTP request and response
+mod_h2Support for the HTTP/2 transport layer
+mod_headersCustomization of HTTP request and response
headers
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es
index 7465b85bc5..9a5d9f3562 100644
--- a/docs/manual/mod/index.html.es
+++ b/docs/manual/mod/index.html.es
@@ -146,7 +146,8 @@ delivery to the client
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersCustomization of HTTP request and response
+mod_h2Support for the HTTP/2 transport layer
+mod_headersCustomization of HTTP request and response
headers
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8
index 858b594163..4698734c45 100644
--- a/docs/manual/mod/index.html.ja.utf8
+++ b/docs/manual/mod/index.html.ja.utf8
@@ -135,7 +135,8 @@ HTTP caching filter.
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersHTTP ãªã¯ã¨ã¹ãã®ãããã¨å¿çã®ãããã®ã«ã¹ã¿ãã¤ãº
+mod_h2Support for the HTTP/2 transport layer
+mod_headersHTTP ãªã¯ã¨ã¹ãã®ãããã¨å¿çã®ãããã®ã«ã¹ã¿ãã¤ãº
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
mod_identRFC 1413 ident lookups
diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr
index 73928e13a7..510945d85a 100644
--- a/docs/manual/mod/index.html.ko.euc-kr
+++ b/docs/manual/mod/index.html.ko.euc-kr
@@ -133,7 +133,8 @@ index
mod_file_cache¸Þ¸ð¸®¿¡ Á¤Àû ÆÄÀϵéÀ» ij½¬
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersHTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤
+mod_h2Support for the HTTP/2 transport layer
+mod_headersHTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
mod_identRFC 1413 ident °Ë»ö
diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8
index 80d4138ef6..58cfee6919 100644
--- a/docs/manual/mod/index.html.tr.utf8
+++ b/docs/manual/mod/index.html.tr.utf8
@@ -135,7 +135,8 @@ delivery to the client
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersCustomization of HTTP request and response
+mod_h2Support for the HTTP/2 transport layer
+mod_headersCustomization of HTTP request and response
headers
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
diff --git a/docs/manual/mod/index.html.zh-cn.utf8 b/docs/manual/mod/index.html.zh-cn.utf8
index 2d9d1b88ce..172acb2abd 100644
--- a/docs/manual/mod/index.html.zh-cn.utf8
+++ b/docs/manual/mod/index.html.zh-cn.utf8
@@ -136,7 +136,8 @@ delivery to the client
mod_file_cacheCaches a static list of files in memory
mod_filterContext-sensitive smart filter configuration module
mod_firehoseMultiplexes all I/O to a given file or pipe.
-mod_headersCustomization of HTTP request and response
+mod_h2Support for the HTTP/2 transport layer
+mod_headersCustomization of HTTP request and response
headers
mod_heartbeatSends messages with server status to frontend proxy
mod_heartmonitorCentralized monitor for mod_heartbeat origin servers
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 5c610abac5..0db5f8d701 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -502,7 +502,21 @@ angegebenen MIME-Content-Type
will exit.
Group unix-group | #-1 | s | B |
Group under which the server will answer
requests |
-Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
+H2BufferOutput on|off | | sv | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sv | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sv | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sv | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sv | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sv | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sv | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sv | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sv | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sv | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sv | E | Size of Stream Window for upstream data. |
+Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
| | svdh | E | Configure HTTP response headers |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index d5a8907f54..8a55bd246a 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -504,7 +504,21 @@ media type in the HTTP Content-Type header field |
will exit.
Group unix-group | #-1 | s | B |
Group under which the server will answer
requests |
-Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
+H2BufferOutput on|off | | sv | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sv | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sv | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sv | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sv | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sv | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sv | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sv | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sv | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sv | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sv | E | Size of Stream Window for upstream data. |
+Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
| | svdh | E | Configure HTTP response headers |
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index 66099cc358..277b4e5b8c 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -473,7 +473,21 @@ request |
GracefulShutDownTimeout seconds | | s | M |
ç©ãããªåæ¢ããããå¾ãçµäºããã¾ã§å¾
ã¤æé |
Group unix-group | #-1 | s | B |
Group under which the server will answer
requests |
-Header [condition] set|append|add|unset|echo
+H2BufferOutput on|off | | sv | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sv | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sv | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sv | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sv | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sv | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sv | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sv | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sv | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sv | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sv | E | Size of Stream Window for upstream data. |
+Header [condition] set|append|add|unset|echo
header [value] [early|env=[!]variable] | | svdh | E | HTTP å¿çãããã®è¨å® |
HeaderName filename | | svdh | B |
ã¤ã³ããã¯ã¹ä¸è¦§ã®å
é ã«æ¿å
¥ããããã¡ã¤ã«ã®åå |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index ae474ef3df..cb587fdf37 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -472,7 +472,21 @@ media type in the HTTP Content-Type header field |
will exit.
Group unix-group | #-1 | s | B |
Group under which the server will answer
requests |
-Header [condition] set|append|add|unset|echo
+H2BufferOutput on|off | | sv | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sv | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sv | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sv | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sv | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sv | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sv | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sv | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sv | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sv | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sv | E | Size of Stream Window for upstream data. |
+Header [condition] set|append|add|unset|echo
header [value] [early|env=[!]variable] | | svdh | E | HTTP ÀÀ´ä Çì´õ¸¦ ±¸¼ºÇÑ´Ù |
HeaderName filename | | svdh | B | ÆÄÀϸñ·Ï À§¿¡ »ðÀÔÇÒ ÆÄÀÏÀÇ À̸§ |
HeartbeatAddress addr:port | | s | X | Multicast address for heartbeat packets |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 93bd9d20d0..6dfb43b8fd 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -494,7 +494,21 @@ found |
GracefulShutDownTimeout saniye | | s | M |
Sunucunun nazikçe kapatılmasının ardından ana süreç çıkana kadar
geçecek süre için bir zaman aÅımı belirler. |
Group unix-grubu | #-1 | s | T |
İsteklere yanıt verecek sunucunun ait olacaÄı grubu belirler. |
-Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
+H2BufferOutput on|off | | sk | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sk | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sk | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sk | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sk | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sk | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sk | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sk | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sk | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sk | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sk | E | Size of Stream Window for upstream data. |
+Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
| | skdh | E | Configure HTTP response headers |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index c63c2359bd..82dd409b1a 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -492,7 +492,21 @@ media type in the HTTP Content-Type header field |
will exit.
Group unix-group | #-1 | s | B |
Group under which the server will answer
requests |
-Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
+H2BufferOutput on|off | | sv | E | Output Buffering Switch |
+H2BufferSize bytes | 65536 | sv | E | Buffer size for outgoing data per HTTP/2 connection. |
+H2BufferWriteMax bytes | 16384 | sv | E | Maximum size of write on a HTTP/2 connection. |
+H2Direct on|off | on | sv | E | H2 Direct Protocol Switch |
+H2Engine on|off | off | sv | E | H2 Engine Operation Switch |
+H2MaxHeaderListSize bytes | 16384 | sv | E | Maximum size of acceptable stream headers. |
+H2MaxSessionStreams n | 100 | sv | E | Maximum number of active streams per HTTP/2 session. |
+H2MaxWorkerIdleSeconds n | 600 | s | E | Maximum number of seconds h2 workers remain idle until shut down. |
+H2MaxWorkers n | | s | E | Maximum number of worker threads to use per child process. |
+H2MinWorkers n | | s | E | Minimal number of worker threads to use per child process. |
+H2SerializeHeaders on|off | off | sv | E | Serialize Request/Resoonse Processing Switch |
+H2SessionExtraFiles n | 5 | sv | E | Number of Extra File Handles |
+H2StreamMaxMemSize bytes | 65536 | sv | E | Maximum amount of output data buffered per stream. |
+H2WindowSize bytes | 65536 | sv | E | Size of Stream Window for upstream data. |
+Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
| | svdh | E | Configure HTTP response headers |
diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de
index 624f9703df..56f8455e1a 100644
--- a/docs/manual/sitemap.html.de
+++ b/docs/manual/sitemap.html.de
@@ -241,6 +241,7 @@ HPUX betreiben
Apache-Modul mod_file_cache
Apache-Modul mod_filter
Apache-Modul mod_firehose
+Apache-Modul mod_h2
Apache-Modul mod_headers
Apache-Modul mod_heartbeat
Apache-Modul mod_heartmonitor
diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en
index 23d7a45dd0..b760b12cf0 100644
--- a/docs/manual/sitemap.html.en
+++ b/docs/manual/sitemap.html.en
@@ -241,6 +241,7 @@ log_server_status
Apache Module mod_file_cache
Apache Module mod_filter
Apache Module mod_firehose
+Apache Module mod_h2
Apache Module mod_headers
Apache Module mod_heartbeat
Apache Module mod_heartmonitor
diff --git a/docs/manual/sitemap.html.es b/docs/manual/sitemap.html.es
index 5f9b426456..888623df1e 100644
--- a/docs/manual/sitemap.html.es
+++ b/docs/manual/sitemap.html.es
@@ -219,6 +219,7 @@ usados para describir las directivas de Apache
Módulo Apache mod_file_cache
Módulo Apache mod_filter
Módulo Apache mod_firehose
+Módulo Apache mod_h2
Módulo Apache mod_headers
Módulo Apache mod_heartbeat
Módulo Apache mod_heartmonitor
diff --git a/docs/manual/sitemap.html.ja.utf8 b/docs/manual/sitemap.html.ja.utf8
index 0408fc3bf2..67f51d5076 100644
--- a/docs/manual/sitemap.html.ja.utf8
+++ b/docs/manual/sitemap.html.ja.utf8
@@ -219,6 +219,7 @@
Apache ã¢ã¸ã¥ã¼ã« mod_file_cache
Apache ã¢ã¸ã¥ã¼ã« mod_filter
Apache ã¢ã¸ã¥ã¼ã« mod_firehose
+Apache ã¢ã¸ã¥ã¼ã« mod_h2
Apache ã¢ã¸ã¥ã¼ã« mod_headers
Apache ã¢ã¸ã¥ã¼ã« mod_heartbeat
Apache ã¢ã¸ã¥ã¼ã« mod_heartmonitor
diff --git a/docs/manual/sitemap.html.ko.euc-kr b/docs/manual/sitemap.html.ko.euc-kr
index f899ef8d39..7411238f89 100644
--- a/docs/manual/sitemap.html.ko.euc-kr
+++ b/docs/manual/sitemap.html.ko.euc-kr
@@ -218,6 +218,7 @@
¾ÆÆÄÄ¡ ¸ðµâ mod_file_cache
¾ÆÆÄÄ¡ ¸ðµâ mod_filter
¾ÆÆÄÄ¡ ¸ðµâ mod_firehose
+¾ÆÆÄÄ¡ ¸ðµâ mod_h2
¾ÆÆÄÄ¡ ¸ðµâ mod_headers
¾ÆÆÄÄ¡ ¸ðµâ mod_heartbeat
¾ÆÆÄÄ¡ ¸ðµâ mod_heartmonitor
diff --git a/docs/manual/sitemap.html.tr.utf8 b/docs/manual/sitemap.html.tr.utf8
index 4cd1e15bc0..4dba0bddbd 100644
--- a/docs/manual/sitemap.html.tr.utf8
+++ b/docs/manual/sitemap.html.tr.utf8
@@ -221,6 +221,7 @@ Windows ile Apache Kullanımı
Apache Modülü mod_file_cache
Apache Modülü mod_filter
Apache Modülü mod_firehose
+Apache Modülü mod_h2
Apache Modülü mod_headers
Apache Modülü mod_heartbeat
Apache Modülü mod_heartmonitor
diff --git a/docs/manual/sitemap.html.zh-cn.utf8 b/docs/manual/sitemap.html.zh-cn.utf8
index a3d5b18ba8..3c169c36eb 100644
--- a/docs/manual/sitemap.html.zh-cn.utf8
+++ b/docs/manual/sitemap.html.zh-cn.utf8
@@ -219,6 +219,7 @@
Apache 模å mod_file_cache
Apache 模å mod_filter
Apache 模å mod_firehose
+Apache 模å mod_h2
Apache 模å mod_headers
Apache 模å mod_heartbeat
Apache 模å mod_heartmonitor
--
2.40.0
|