From 5d33b63fa8fd6d38e38147f3ecb7d6bdb1d1ba9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 28 Jul 2016 09:23:15 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754376 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/mod/directives.html.de | 3 +- docs/manual/mod/directives.html.en | 3 +- docs/manual/mod/directives.html.es | 3 +- docs/manual/mod/directives.html.ja.utf8 | 3 +- docs/manual/mod/directives.html.ko.euc-kr | 3 +- docs/manual/mod/directives.html.tr.utf8 | 3 +- docs/manual/mod/directives.html.zh-cn.utf8 | 3 +- docs/manual/mod/mod_http2.html.en | 33 + docs/manual/mod/mod_proxy_http2.html.en | 15 + docs/manual/mod/mpm_common.html.de | 2 +- docs/manual/mod/mpm_common.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.de | 897 ++++++++--------- docs/manual/mod/quickreference.html.en | 897 ++++++++--------- docs/manual/mod/quickreference.html.es | 897 ++++++++--------- docs/manual/mod/quickreference.html.ja.utf8 | 879 ++++++++--------- docs/manual/mod/quickreference.html.ko.euc-kr | 893 ++++++++--------- docs/manual/mod/quickreference.html.tr.utf8 | 909 +++++++++--------- .../manual/mod/quickreference.html.zh-cn.utf8 | 897 ++++++++--------- docs/manual/vhosts/index.html.en | 15 +- docs/manual/vhosts/index.html.tr.utf8 | 1 + docs/manual/vhosts/index.html.zh-cn.utf8 | 1 + 22 files changed, 3216 insertions(+), 3144 deletions(-) diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 439720e87df..cbd4dab6c3b 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -242,6 +242,7 @@ globallog mod/mod_log_config.html#globallog gprofdir mod/core.html#gprofdir gracefulshutdowntimeout mod/mpm_common.html#gracefulshutdowntimeout group mod/mod_unixd.html#group +h2copyfiles mod/mod_http2.html#h2copyfiles h2direct mod/mod_http2.html#h2direct h2maxsessionstreams mod/mod_http2.html#h2maxsessionstreams h2maxworkeridleseconds mod/mod_http2.html#h2maxworkeridleseconds diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index a53e86283e0..2a8aa5a0843 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -284,7 +284,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index e5c8b26932f..a996deae5cd 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -285,7 +285,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 5a4306287cd..6ea5c6bcdd6 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -287,7 +287,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index fe1c04b27df..1644d5e26e3 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -282,7 +282,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 0ecf9f96273..3643ec024b6 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -282,7 +282,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index 702af88a9f3..eb75f89aaf5 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -281,7 +281,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.zh-cn.utf8 b/docs/manual/mod/directives.html.zh-cn.utf8 index 71468f99587..ceefeb3e4ad 100644 --- a/docs/manual/mod/directives.html.zh-cn.utf8 +++ b/docs/manual/mod/directives.html.zh-cn.utf8 @@ -280,7 +280,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index c8dde1d2568..aa08fb7984e 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -82,6 +82,7 @@
  • How it works
  • Directives