You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/03/27 21:46:45 UTC

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

Author: jchampion
Date: Mon Mar 27 21:46:45 2017
New Revision: 1789018

URL: http://svn.apache.org/viewvc?rev=1789018&view=rev
Log:
mod_ssl_ct: fix reallyall test runs in trunk

If mod_ssl_ct is loaded into the server, a CTSCTStorage directive is
required to pass the configtest. Put it into the logs/ directory for
now.

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=1789018&r1=1789017&r2=1789018&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Mon Mar 27 21:46:45 2017
@@ -1099,3 +1099,11 @@ LimitRequestFields    32
 
 </IfModule>
 </IfDefine>
+
+##
+## mod_ssl_ct configuration
+##
+<IfModule mod_ssl_ct.c>
+  # If mod_ssl_ct is loaded, CTSCTStorage is needed to pass the configtest.
+  CTSCTStorage .
+</IfModule>