You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/07/02 08:10:26 UTC

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

Author: jorton
Date: Thu Jul  2 08:10:25 2020
New Revision: 1879430

URL: http://svn.apache.org/viewvc?rev=1879430&view=rev
Log:
Test shmcb if TEST_SSL_SESSCACHE is defined.

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=1879430&r1=1879429&r2=1879430&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in Thu Jul  2 08:10:25 2020
@@ -5,11 +5,12 @@
     AddType application/x-x509-ca-cert .crt
     AddType application/x-pkcs7-crl    .crl
 
-    SSLSessionCache        none
-    #XXX: would be nice to test these
-    #SSLSessionCache        shm:@ServerRoot@/logs/ssl_scache(512000)
-    #SSLSessionCache        dbm:@ServerRoot@/logs/ssl_scache
-    #SSLSessionCacheTimeout  300
+    <IfDefine TEST_SSL_SESSCACHE>
+      SSLSessionCache        shmcb
+    </IfDefine>
+    <IfDefine !TEST_SSL_SESSCACHE>
+      SSLSessionCache        none
+    </IfDefine>
 
     <IfVersion < 2.3.4>
     #SSLMutex  file:@ServerRoot@/logs/ssl_mutex