]> granicus.if.org Git - apache/commitdiff
Adds a hint to look at the 'Protocols' doc to enable this stuff.
authorRich Bowen <rbowen@apache.org>
Fri, 2 Oct 2015 08:34:19 +0000 (08:34 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 2 Oct 2015 08:34:19 +0000 (08:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706359 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.html.en
docs/manual/mod/mod_http2.xml

index 097ff4f9ec55b8e1ec7a620f19d6883f83de5d3c..7ed8b0f927bad2dda948a0f5171907dbcab41ad6 100644 (file)
           release relative to other standard modules. Users are encouraged to 
           consult the "CHANGES" file for potential updates.</p>
         </div>
+
+        <p>You must enable HTTP/2 via <code class="directive"><a href="../mod/core.html#protocols">Protocols</a></code> in order to use the
+        functionality described in this document:</p>
+
+        <pre class="prettyprint lang-config">Protocols h2 http/1.1</pre>
+
+
     </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
index 835e811d16e9ed96f85a5d43c5b5e96f7883c799..780f5efb4f8e84142f105763af6be0f6dc5aeaea 100644 (file)
           release relative to other standard modules. Users are encouraged to 
           consult the "CHANGES" file for potential updates.</p>
         </note>
+
+        <p>You must enable HTTP/2 via <directive
+        module="core">Protocols</directive> in order to use the
+        functionality described in this document:</p>
+
+        <highlight language="config">
+            Protocols h2 http/1.1
+        </highlight>
+
     </summary>
     
     <directivesynopsis>