]> granicus.if.org Git - apache/commitdiff
backport of old h2 doc removal
authorStefan Eissing <icing@apache.org>
Thu, 8 Oct 2015 12:55:53 +0000 (12:55 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 8 Oct 2015 12:55:53 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707520 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-h2.conf.in [deleted file]
docs/conf/httpd.conf.in

diff --git a/docs/conf/extra/httpd-h2.conf.in b/docs/conf/extra/httpd-h2.conf.in
deleted file mode 100644 (file)
index 6d624f6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# This is the Apache server configuration file providing HTTP/2 support.
-# It contains the configuration directives to instruct the server how to
-# serve pages via the http/2 protocol. For detailed information about these 
-# directives see <URL:http://httpd.apache.org/docs/trunk/mod/mod_h2.html>
-# 
-# Required modules: mod_h2
-
-<IfModule h2_module>
-    # This can also set to "off" and turned on only for specific virtual hosts
-    H2Engine on
-</IfModule>
index 9fb2e9d1ab5ae798cc443f6b114c7d2bfa68b08a..6e4189137746df5089323aa8bbbfba01a0333f70 100644 (file)
@@ -418,6 +418,3 @@ SSLRandomSeed connect builtin
 #RequestHeader unset DNT env=bad_DNT
 #</IfModule>
 
-# h2/h2c (HTTP/2) connections
-#Include @rel_sysconfdir@/extra/httpd-h2.conf
-