From 2fd2a228512a1c163be5b2e2c5a967b27a1a61d4 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 8 Oct 2015 12:55:53 +0000 Subject: [PATCH] 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 --- docs/conf/extra/httpd-h2.conf.in | 12 ------------ docs/conf/httpd.conf.in | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 docs/conf/extra/httpd-h2.conf.in 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 -# -# Required modules: mod_h2 - - - # This can also set to "off" and turned on only for specific virtual hosts - H2Engine on - 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 # -# h2/h2c (HTTP/2) connections -#Include @rel_sysconfdir@/extra/httpd-h2.conf - -- 2.50.1