]> granicus.if.org Git - apache/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Jun 2018 19:28:04 +0000 (19:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 24 Jun 2018 19:28:04 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834264 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/http2.html.en
docs/manual/howto/http2.xml.es
docs/manual/howto/http2.xml.fr

index 646212b3e6b53c691fed4e4fd1b6ce5f207c697f..63fafc15b42952177010bbe79c21afd0ba2d02ac 100644 (file)
     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
     <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
index 3af41aa269d063f249dd12989bc8f791b4ff1f0e..c1a4026fe455ff9bcc8595da7754f122ce3c7f04 100644 (file)
@@ -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 -->
 
index 3684079b8b27a09bb836c42c5f9956edb9bfe2ae..526ff9e36751fdcae25d038a2a164eb87bf22e08 100644 (file)
@@ -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 -->