summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-10-08 12:52:54 +0000
committerStefan Eissing <icing@apache.org>2015-10-08 12:52:54 +0000
commit54e6961c7ed57ceb144b22158de9f51af22e7f15 (patch)
treec2faafdcf658edf51dd2ac0004f772ebab263fed /docs/conf
parentf58c0c5a8e04accb5e1ba0e7b51268fcec0a8677 (diff)
downloadhttpd-54e6961c7ed57ceb144b22158de9f51af22e7f15.tar.gz
removing no longer needed h2 extra conf thing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-h2.conf.in11
-rw-r--r--docs/conf/httpd.conf.in3
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/conf/extra/httpd-h2.conf.in b/docs/conf/extra/httpd-h2.conf.in
deleted file mode 100644
index 4e4662d8a0..0000000000
--- a/docs/conf/extra/httpd-h2.conf.in
+++ /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>
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index 8c4382635e..47a3183062 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -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
-