summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-10-08 12:55:53 +0000
committerStefan Eissing <icing@apache.org>2015-10-08 12:55:53 +0000
commit2fd2a228512a1c163be5b2e2c5a967b27a1a61d4 (patch)
tree3dff750575d4d57a2d5c2c94401f4f518160448c /docs/conf
parent244cb5ea196fd8f75b5abcf9e71f32d12203a47a (diff)
downloadhttpd-2fd2a228512a1c163be5b2e2c5a967b27a1a61d4.tar.gz
backport of old h2 doc removal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-h2.conf.in12
-rw-r--r--docs/conf/httpd.conf.in3
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/conf/extra/httpd-h2.conf.in b/docs/conf/extra/httpd-h2.conf.in
deleted file mode 100644
index 6d624f66ef..0000000000
--- a/docs/conf/extra/httpd-h2.conf.in
+++ /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>
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index 9fb2e9d1ab..6e41891377 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -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
-