Author: elukey
Date: Fri Jan 20 08:46:55 2017
New Revision: 1779579
URL: http://svn.apache.org/viewvc?rev=1779579&view=rev
Log:
Documentation rebuild
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_proxy_http2.html.en
httpd/httpd/trunk/docs/manual/programs/httpd.html.en
httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko
httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr
Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_http2.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_http2.html.en?rev=1779579&r1=1779578&r2=1779579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_http2.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_http2.html.en Fri Jan 20 08:46:55 2017
@@ -45,9 +45,14 @@
have to be present in the server.</p>
<p><code class="module"><a href="../mod/mod_proxy_http2.html">mod_proxy_http2</a></code>
works with incoming requests
- over HTTP/1.1 and HTTP/2 requests. If <code class="module"><a href="../mod/mod_http2.html">mod_http2</a></code>
- handles the frontend connection, requests against the same HTTP/2
- backend are sent over a single connection, whenever possible.</p>
+ over HTTP/1.1 and HTTP/2 requests. In both cases, requests proxied
+ to the same backend are sent over a single connection
+ whenever possible (namely when the connection can be re-used).</p>
+
+ <p><code class="module"><a href="../mod/mod_proxy_http2.html">mod_proxy_http2</a></code>
will not use the HTTP/2 protocol
+ when the frontend requests use HTTP/1.1.
+ This means that HTTP/2 will be used to proxy requests to a capable backend
+ only when the frontend requests use the same protocol.</p>
<p>This module relies on <a href="http://nghttp2.org/">libnghttp2</a>
to provide the core http/2 engine.</p>
Modified: httpd/httpd/trunk/docs/manual/programs/httpd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.html.en?rev=1779579&r1=1779578&r2=1779579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.html.en Fri Jan 20 08:46:55 2017
@@ -51,7 +51,7 @@
[ -<strong>e</strong> <var>level</var> ] [ -<strong>E</strong>
<var>file</var> ]
[ <strong>-k</strong> start|restart|graceful|stop|graceful-stop ]
- [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong>
]
+ [ -<strong>h</strong> ]
[ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong>
]
[ -<strong>t</strong> ] [ -<strong>v</strong> ] [ -<strong>V</strong>
]
[ -<strong>X</strong> ] [ -<strong>M</strong> ] [ -<strong>T</strong>
]
Modified: httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko?rev=1779579&r1=1779578&r2=1779579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko [euc-kr] Fri Jan 20 08:46:55 2017
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1558775 (outdated) -->
+<!-- English Revision: 105989:1779469 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified: httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr?rev=1779579&r1=1779578&r2=1779579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr [utf-8] Fri Jan 20 08:46:55 2017
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1242483:1558775 (outdated) -->
+<!-- English Revision: 1242483:1779469 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
|