forked from pool/apache2
Accepting request 266862 from Apache
1 OBS-URL: https://build.opensuse.org/request/show/266862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=94
This commit is contained in:
commit
0b5c546eb5
@ -42,11 +42,11 @@
|
|||||||
# Note that on most platforms shared memory segments are not allowed to be on
|
# 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.
|
# network-mounted drives, so in that case you need to use the dbm method.
|
||||||
#SSLSessionCache none
|
#SSLSessionCache none
|
||||||
#<IfModule socache_dbm>
|
#<IfModule mod_socache_dbm.c>
|
||||||
#SSLSessionCache dbm:/var/lib/apache2/ssl_scache
|
#SSLSessionCache dbm:/var/lib/apache2/ssl_scache
|
||||||
#</IfModule>
|
#</IfModule>
|
||||||
|
|
||||||
<IfModule socache_shmcb>
|
<IfModule mod_socache_shmcb.c>
|
||||||
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
|
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
@ -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
|
Mon Dec 15 17:29:28 UTC 2014 - kstreitova@suse.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user