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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    Customization of HTTP request and response +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    Customization of HTTP request and response headers
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized 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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    Customization of HTTP request and response +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    Customization of HTTP request and response headers
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized 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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    Customization of HTTP request and response +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    Customization of HTTP request and response headers
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized 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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    HTTP リクエストのヘッダと応答のヘッダのカスタマイズ
    +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    HTTP リクエストのヘッダと応答のヘッダのカスタマイズ
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized monitor for mod_heartbeat origin servers
    mod_ident
    RFC 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_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤
    +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized monitor for mod_heartbeat origin servers
    mod_ident
    RFC 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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    Customization of HTTP request and response +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    Customization of HTTP request and response headers
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized 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_cache
    Caches a static list of files in memory
    mod_filter
    Context-sensitive smart filter configuration module
    mod_firehose
    Multiplexes all I/O to a given file or pipe.
    -
    mod_headers
    Customization of HTTP request and response +
    mod_h2
    Support for the HTTP/2 transport layer
    +
    mod_headers
    Customization of HTTP request and response headers
    mod_heartbeat
    Sends messages with server status to frontend proxy
    mod_heartmonitor
    Centralized 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 sBGroup under which the server will answer requests -Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note +H2BufferOutput on|offsvEOutput Buffering Switch +H2BufferSize bytes 65536 svEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 svEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on svEH2 Direct Protocol Switch +H2Engine on|off off svEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 svEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off svESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 svENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 svESize 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]] svdhEConfigure 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 sBGroup under which the server will answer requests -Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note +H2BufferOutput on|offsvEOutput Buffering Switch +H2BufferSize bytes 65536 svEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 svEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on svEH2 Direct Protocol Switch +H2Engine on|off off svEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 svEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off svESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 svENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 svESize 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]] svdhEConfigure 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 secondssM穏やかな停止をかけた後、終了するまで待つ時間 Group unix-group #-1 sBGroup under which the server will answer requests -Header [condition] set|append|add|unset|echo +H2BufferOutput on|offsvEOutput Buffering Switch +H2BufferSize bytes 65536 svEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 svEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on svEH2 Direct Protocol Switch +H2Engine on|off off svEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 svEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off svESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 svENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 svESize of Stream Window for upstream data. +Header [condition] set|append|add|unset|echo header [value] [early|env=[!]variable]svdhEHTTP 応答ヘッダの設定 HeaderName filenamesvdhB インデックス一覧の先頭に挿入されるファイルの名前 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 sBGroup under which the server will answer requests -Header [condition] set|append|add|unset|echo +H2BufferOutput on|offsvEOutput Buffering Switch +H2BufferSize bytes 65536 svEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 svEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on svEH2 Direct Protocol Switch +H2Engine on|off off svEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 svEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off svESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 svENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 svESize of Stream Window for upstream data. +Header [condition] set|append|add|unset|echo header [value] [early|env=[!]variable]svdhEHTTP ÀÀ´ä Çì´õ¸¦ ±¸¼ºÇÑ´Ù HeaderName filenamesvdhBÆÄÀϸñ·Ï À§¿¡ »ðÀÔÇÒ ÆÄÀÏÀÇ À̸§ HeartbeatAddress addr:portsXMulticast 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 saniyesMSunucunun 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 sTİsteklere yanıt verecek sunucunun ait olacağı grubu belirler. -Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note +H2BufferOutput on|offskEOutput Buffering Switch +H2BufferSize bytes 65536 skEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 skEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on skEH2 Direct Protocol Switch +H2Engine on|off off skEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 skEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 skEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off skESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 skENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 skEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 skESize 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]] skdhEConfigure 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 sBGroup under which the server will answer requests -Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note +H2BufferOutput on|offsvEOutput Buffering Switch +H2BufferSize bytes 65536 svEBuffer size for outgoing data per HTTP/2 connection. +H2BufferWriteMax bytes 16384 svEMaximum size of write on a HTTP/2 connection. +H2Direct on|off on svEH2 Direct Protocol Switch +H2Engine on|off off svEH2 Engine Operation Switch +H2MaxHeaderListSize bytes 16384 svEMaximum size of acceptable stream headers. +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2SerializeHeaders on|off off svESerialize Request/Resoonse Processing Switch +H2SessionExtraFiles n 5 svENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2WindowSize bytes 65536 svESize 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]] svdhEConfigure 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