Commit b31dbbfd authored by Stefan Eissing's avatar Stefan Eissing
Browse files

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
parent da5b9b66
Loading
Loading
Loading
Loading

docs/conf/extra/httpd-h2.conf.in

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
#
# 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>
+0 −3
Original line number Diff line number Diff line
@@ -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