- /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:
parent
c00cf22114
commit
c5bb63f9e2
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -52,8 +52,9 @@ APACHE_CONF_INCLUDE_DIRS=""
|
||||
# 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_CONF_INCLUDE_DIRS=""
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user