You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2016/02/15 14:59:37 UTC

svn commit: r1730534 - /httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in

Author: rjung
Date: Mon Feb 15 13:59:37 2016
New Revision: 1730534

URL: http://svn.apache.org/viewvc?rev=1730534&view=rev
Log:
Revert r1730061. It doesn't help for testing
mod_ssl_ct, because we would need
<IfModule @ssl_ct_module@> but @ssl_ct_module@
does not yet exist. As is it simply
breaks the test suite.

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

Modified: httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in?rev=1730534&r1=1730533&r2=1730534&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in Mon Feb 15 13:59:37 2016
@@ -253,8 +253,3 @@
     </Location>
 
 </IfModule>
-
-<IfModule @ssl_module@>
-    # CTSCTStorage is needed, otherwise mod_ssl_ct does not load
-    CTSCTStorage ssl_ct_storage
-</IfModule>