diff --git a/apache2-ssl-global.conf b/apache2-ssl-global.conf index 8c25507..a796b04 100644 --- a/apache2-ssl-global.conf +++ b/apache2-ssl-global.conf @@ -42,11 +42,11 @@ # Note that on most platforms shared memory segments are not allowed to be on # network-mounted drives, so in that case you need to use the dbm method. #SSLSessionCache none - # + # #SSLSessionCache dbm:/var/lib/apache2/ssl_scache # - + SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000) diff --git a/apache2.changes b/apache2.changes index 65e3d84..e8ee302 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 29 15:12:51 UTC 2014 - pgajdos@suse.com + +- fix IfModule directive around SSLSessionCache [bnc#842377c#11] + ------------------------------------------------------------------- Mon Dec 15 17:29:28 UTC 2014 - kstreitova@suse.com