From: Stefan Eissing Date: Thu, 8 Oct 2015 12:52:54 +0000 (+0000) Subject: removing no longer needed h2 extra conf thing X-Git-Tag: 2.5.0-alpha~2738 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54e6961c7ed57ceb144b22158de9f51af22e7f15;p=apache 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 --- 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 -# -# Required modules: mod_h2 - - - # h2 is enabled by loading, for site specific control see 'Protocols' - 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 # -# h2/h2c (HTTP/2) connections -#Include @rel_sysconfdir@/extra/httpd-h2.conf -