]> granicus.if.org Git - apache/commitdiff
removing no longer needed h2 extra conf thing
authorStefan Eissing <icing@apache.org>
Thu, 8 Oct 2015 12:52:54 +0000 (12:52 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 8 Oct 2015 12:52:54 +0000 (12:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707519 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 4e4662d..0000000
+++ /dev/null
@@ -1,11 +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>
-  # h2 is enabled by loading, for site specific control see 'Protocols'
-</IfModule>
index 8c4382635edf9f9c1ae4e1cb8fe51da6c70c14d1..47a3183062bcd51d61a2debaf0de516cec013e66 100644 (file)
@@ -426,6 +426,3 @@ SSLRandomSeed connect builtin
 #RequestHeader unset DNT env=bad_DNT
 #</IfModule>
 
-# h2/h2c (HTTP/2) connections
-#Include @rel_sysconfdir@/extra/httpd-h2.conf
-