You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/06/24 19:28:04 UTC

svn commit: r1834264 - in /httpd/httpd/trunk/docs/manual/howto: http2.html.en http2.xml.es http2.xml.fr

Author: jailletc36
Date: Sun Jun 24 19:28:04 2018
New Revision: 1834264

URL: http://svn.apache.org/viewvc?rev=1834264&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/howto/http2.html.en
    httpd/httpd/trunk/docs/manual/howto/http2.xml.es
    httpd/httpd/trunk/docs/manual/howto/http2.xml.fr

Modified: httpd/httpd/trunk/docs/manual/howto/http2.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/http2.html.en?rev=1834264&r1=1834263&r2=1834264&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/http2.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/http2.html.en Sun Jun 24 19:28:04 2018
@@ -132,7 +132,7 @@
     which offer HTTP/2.</p>
     <div class="note"><h3>Choose a strong SSLCipherSuite</h3>
     <p>The <code class="directive"><a href="../mod/mod_ssl.html#sslciphersuite">SSLCipherSuite</a></code> needs to be configured with
-    a strong TLS cipher suite. The current version of <code class="directive">mod_http2</code> does not enforce any cipher but most
+    a strong TLS cipher suite. The current version of <code class="module"><a href="../mod/mod_http2.html">mod_http2</a></code> does not enforce any cipher but most
     clients do so. Pointing a browser to a <code>h2</code> enabled server with a inappropriate
     cipher suite will force it to simply refuse and fall back to HTTP 1.1. This is a common mistake
     that is done while configuring httpd for HTTP/2 the first time, so please keep it in mind to avoid
@@ -300,7 +300,7 @@
     <pre class="prettyprint lang-config">H2EarlyHints on</pre>
 
     <p>(It is not enabled by default since some older browser tripped on such responses.)</p>
-    <p>If this feature is on, you can the directive <code class="directive"><a href="../mod/mod_http2.html#h2pushresource">H2PushResource</a></code> to 
+    <p>If this feature is on, you can use the directive <code class="directive"><a href="../mod/mod_http2.html#h2pushresource">H2PushResource</a></code> to 
     trigger early hints and resource PUSHes:</p>
     <pre class="prettyprint lang-config">&lt;Location /xxx.html&gt;
     H2PushResource /xxx.css

Modified: httpd/httpd/trunk/docs/manual/howto/http2.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/http2.xml.es?rev=1834264&r1=1834263&r2=1834264&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/http2.xml.es [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/howto/http2.xml.es [utf-8] Sun Jun 24 19:28:04 2018
@@ -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.es.xsl"?>
-<!-- English Revision: 1779744:1834261 (outdated) -->
+<!-- English Revision: 1779744:1834263 (outdated) -->
 <!-- Spanish translation : Daniel Ferradal -->
 <!-- Reviewed & updated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 

Modified: httpd/httpd/trunk/docs/manual/howto/http2.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/http2.xml.fr?rev=1834264&r1=1834263&r2=1834264&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/http2.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/howto/http2.xml.fr [utf-8] Sun Jun 24 19:28:04 2018
@@ -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.fr.xsl"?>
-<!-- English Revision: 1830439:1834261 (outdated) -->
+<!-- English Revision: 1830439:1834263 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->