From fefabf0a4d2f8d386fcd7fd855525786d7506683e4e04e0eef3ea0c38984927c Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Tue, 30 Dec 2014 13:15:12 +0000 Subject: [PATCH] Accepting request 266793 from home:pgajdos - fix IfModule directive around SSLSessionCache [bnc#842377c#11] OBS-URL: https://build.opensuse.org/request/show/266793 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=426 --- apache2-ssl-global.conf | 4 ++-- apache2.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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