Accepting request 179383 from home:elvigia:branches:Apache

- apache-20-22-upgrade: still no cookie, module authn_file 
  is ok and must not be disabled on update.
  authn_core must however be enabled too.

OBS-URL: https://build.opensuse.org/request/show/179383
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=381
This commit is contained in:
Cristian Rodríguez
2013-06-18 07:44:40 +00:00
committed by Git OBS Bridge
parent 6c94b60b21
commit 8ec9a9f331
2 changed files with 11 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ if a2enmod -q auth_ldap; then
a2enmod mod_authnz_ldap
fi
for module in mod_authn_default mod_authz_default mod_mem_cache authz_default authn_file authn_core; do
for module in mod_authn_default mod_authz_default mod_mem_cache authz_default; do
if a2enmod -q "$module"; then
echo "!!ATTENTION! $module was removed from apache version 2.4 or later, CHECK YOUR CONFIGURATION!!!"
a2dismod "$module"
@@ -71,5 +71,8 @@ if [ -x /usr/bin/systemd-notify ] && /usr/bin/systemd-notify --booted && ! a2enm
a2enmod systemd
fi
if ! a2enmod -q authn_core; then
a2enmod authn_core
fi
echo 'Done.'

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 18 07:41:36 UTC 2013 - crrodriguez@opensuse.org
- apache-20-22-upgrade: still no cookie, module authn_file
is ok and must not be disabled on update.
authn_core must however be enabled too.
-------------------------------------------------------------------
Tue Jun 18 06:42:33 UTC 2013 - crrodriguez@opensuse.org