From 405c237423a87d82f47b5a8b26dfbc02313e5021 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 20 Jul 2016 13:07:15 +0000 Subject: [PATCH] html update after new http2 directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753500 13f79535-47bb-0310-9956-ffa450edef68 --- 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.fr | 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/quickreference.html.de | 953 ++++++++--------- docs/manual/mod/quickreference.html.en | 953 ++++++++--------- docs/manual/mod/quickreference.html.es | 953 ++++++++--------- docs/manual/mod/quickreference.html.ja.utf8 | 937 ++++++++--------- docs/manual/mod/quickreference.html.ko.euc-kr | 949 ++++++++--------- docs/manual/mod/quickreference.html.tr.utf8 | 965 +++++++++--------- .../manual/mod/quickreference.html.zh-cn.utf8 | 953 ++++++++--------- 16 files changed, 3384 insertions(+), 3336 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index f442a1a5bf..436ec28ff5 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -310,7 +310,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 36d5d57b92..ca6e4cdfdb 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -311,7 +311,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 ca47f7e684..87e4096214 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -313,7 +313,8 @@
  • GprofDir
  • GracefulShutdownTimeout
  • Group
  • -
  • H2Direct
  • +
  • H2CopyFiles
  • +
  • H2Direct
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • diff --git a/docs/manual/mod/directives.html.fr b/docs/manual/mod/directives.html.fr index a680d0687a..1064ee6004 100644 --- a/docs/manual/mod/directives.html.fr +++ b/docs/manual/mod/directives.html.fr @@ -312,7 +312,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 ccb1275524..5e66d64199 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -308,7 +308,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 2fac378490..b5d9b9ca25 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -308,7 +308,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 a815f66447..3f0b97b6d4 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -307,7 +307,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 f338858172..5bfc723032 100644 --- a/docs/manual/mod/directives.html.zh-cn.utf8 +++ b/docs/manual/mod/directives.html.zh-cn.utf8 @@ -306,7 +306,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 e104bd4f9d..8a75d562be 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