]> granicus.if.org Git - apache/commitdiff
eliminating the last surviving H2Engine directive
authorStefan Eissing <icing@apache.org>
Wed, 2 Sep 2015 12:20:57 +0000 (12:20 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 2 Sep 2015 12:20:57 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700783 13f79535-47bb-0310-9956-ffa450edef68

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

index 6d624f66ef69ca73b7c5cccf93905d63ba472ed7..4e4662d8a0c8b64e0b28515addefeb4d3b29ddc8 100644 (file)
@@ -7,6 +7,5 @@
 # Required modules: mod_h2
 
 <IfModule h2_module>
-    # This can also set to "off" and turned on only for specific virtual hosts
-    H2Engine on
+  # h2 is enabled by loading, for site specific control see 'Protocols'
 </IfModule>