You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/10/15 15:15:05 UTC

svn commit: r1708816 - /httpd/test/framework/trunk/t/conf/extra.conf.in

Author: icing
Date: Thu Oct 15 13:15:05 2015
New Revision: 1708816

URL: http://svn.apache.org/viewvc?rev=1708816&view=rev
Log:
changed test directive for H2ModernTLSOnly and added version check

Modified:
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1708816&r1=1708815&r2=1708816&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Thu Oct 15 13:15:05 2015
@@ -983,6 +983,10 @@ LimitRequestFields    32
         Protocols h2 h2c http/1.1
         LogLevel http2:debug
         H2Direct on
+        <IfVersion > 2.4.17>
+            # new config directives 
+            H2ModernTLSOnly off
+        </IfVersion>
     </IfModule>
 
     <IfModule @CGI_MODULE@>