SHA256
1
0
forked from pool/apache2

- /etc/sysconfig/apache2: add socache_shmcb to the list of modules

that are enabled.
  /etc/apache2/ssl-global.conf: make SSLSessionCache shmcb...
  conditional on IfModule socache_shmcb.
  The same applies to SSLSessionCache dmb:* via module socache_dbm
  in commented section of same file. [bnc#864185]
- /etc/sysconfig/apache2: remove reference to non-existing script
  /usr/share/doc/packages/apache2/certificate.sh, which was only a
  wrapper to mkcert.sh anyways. [bnc#864185]

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=401
This commit is contained in:
Roman Drahtmueller
2014-02-17 17:32:05 +00:00
committed by Git OBS Bridge
parent c00cf22114
commit c5bb63f9e2
3 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 17 18:31:11 CET 2014 - draht@suse.de
- /etc/sysconfig/apache2: add socache_shmcb to the list of modules
that are enabled.
/etc/apache2/ssl-global.conf: make SSLSessionCache shmcb...
conditional on IfModule socache_shmcb.
The same applies to SSLSessionCache dmb:* via module socache_dbm
in commented section of same file. [bnc#864185]
- /etc/sysconfig/apache2: remove reference to non-existing script
/usr/share/doc/packages/apache2/certificate.sh, which was only a
wrapper to mkcert.sh anyways. [bnc#864185]
-------------------------------------------------------------------
Mon Nov 25 22:15:51 UTC 2013 - crrodriguez@opensuse.org