SHA256
1
0
forked from pool/apache2
Dominique Leuenberger 2015-01-03 21:02:13 +00:00 committed by Git OBS Bridge
commit 0b5c546eb5
2 changed files with 7 additions and 2 deletions

View File

@ -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
#<IfModule socache_dbm>
#<IfModule mod_socache_dbm.c>
#SSLSessionCache dbm:/var/lib/apache2/ssl_scache
#</IfModule>
<IfModule socache_shmcb>
<IfModule mod_socache_shmcb.c>
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
</IfModule>

View File

@ -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