From: André Malo Date: Thu, 28 Jul 2016 09:23:15 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.4.24~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d33b63fa8fd6d38e38147f3ecb7d6bdb1d1ba9a;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754376 13f79535-47bb-0310-9956-ffa450edef68 --- 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