From: Rich Bowen
Date: Fri, 2 Oct 2015 08:34:19 +0000 (+0000)
Subject: Adds a hint to look at the 'Protocols' doc to enable this stuff.
X-Git-Tag: 2.5.0-alpha~2775
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c55e71d1a77d049b3757edba63359211a6f336c;p=apache
Adds a hint to look at the 'Protocols' doc to enable this stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706359 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en
index 097ff4f9ec..7ed8b0f927 100644
--- a/docs/manual/mod/mod_http2.html.en
+++ b/docs/manual/mod/mod_http2.html.en
@@ -46,6 +46,13 @@
release relative to other standard modules. Users are encouraged to
consult the "CHANGES" file for potential updates.
+
+ You must enable HTTP/2 via Protocols
in order to use the
+ functionality described in this document:
+
+ Protocols h2 http/1.1
+
+
Directives
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 835e811d16..780f5efb4f 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -41,6 +41,15 @@
release relative to other standard modules. Users are encouraged to
consult the "CHANGES" file for potential updates.
+
+ You must enable HTTP/2 via Protocols in order to use the
+ functionality described in this document:
+
+
+ Protocols h2 http/1.1
+
+