SHA256
1
0
forked from pool/apache2

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
This commit is contained in:
Kristyna Streitova 2014-12-30 13:15:12 +00:00 committed by Git OBS Bridge
parent b23df1a23f
commit fefabf0a4d
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