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:
committed by
Git OBS Bridge
parent
c00cf22114
commit
c5bb63f9e2
@@ -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
|
||||
|
Reference in New Issue
Block a user