Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2014-02-26 23:20:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2014-02-13 
06:53:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2014-02-26 
23:20:26.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Feb 17 18:31:11 CET 2014 - dr...@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]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ apache2-ssl-global.conf ++++++
--- /var/tmp/diff_new_pack.d0KnoL/_old  2014-02-26 23:20:27.000000000 +0100
+++ /var/tmp/diff_new_pack.d0KnoL/_new  2014-02-26 23:20:27.000000000 +0100
@@ -39,13 +39,17 @@
        #   Inter-Process Session Cache:
        #   Configure the SSL Session Cache: First the mechanism 
        #   to use and second the expiring timeout (in seconds).
-       #   shm means the same as shmht. 
        #   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>
        #SSLSessionCache         dbm:/var/lib/apache2/ssl_scache
-       #SSLSessionCache        shmht:/var/lib/apache2/ssl_scache(512000)
+       #</IfModule>
+
+        <IfModule socache_shmcb>
        SSLSessionCache         shmcb:/var/lib/apache2/ssl_scache(512000)
+        </IfModule>
+
        SSLSessionCacheTimeout  300
 
 



++++++ sysconfig.apache2 ++++++
--- /var/tmp/diff_new_pack.d0KnoL/_old  2014-02-26 23:20:27.000000000 +0100
+++ /var/tmp/diff_new_pack.d0KnoL/_new  2014-02-26 23:20:27.000000000 +0100
@@ -52,8 +52,9 @@
 #   You may also name an absolute path if you like.
 #
 # * NOTE ON SSL: before you can use mod_ssl, you need a server certificate. 
-#   A test certificate can be created by entering 
-#   'cd /usr/share/doc/packages/apache2; ./certificate.sh' as root.
+#   A test certificate can be created by (as root):
+#   cd /usr/share/doc/packages/apache2; /bin/sh ./mkcert.sh make 
--no-print-directory /usr/bin/openssl /usr/sbin/ test
+#   Please feel free to have a look at the mkcert.sh script to see how 
certificates can be created.
 #   Also, you need to set the ServerName inside the <VirtualHost 
_default_:443> 
 #   block to the fully qualified domain name (see /etc/HOSTNAME).
 # * if your server certificate is protected by a passphrase you should 
increase the
@@ -72,7 +73,7 @@
 # apache's default installation
 # APACHE_MODULES="authz_host actions alias asis auth autoindex cgi dir imap 
include log_config mime negotiation setenvif status userdir"
 # your settings
-APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile 
authz_default authz_user autoindex cgi dir env expires include log_config mime 
negotiation setenvif ssl userdir php5 reqtimeout"
+APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile 
authz_default authz_user autoindex cgi dir env expires include log_config mime 
negotiation setenvif ssl socache_shmcb userdir php5 reqtimeout"
 
 
 ## Type:       string

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to