From 1d3adfdcf559a8fde55e563262b2854fcea3164c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 11 Oct 2006 22:18:39 +0000 Subject: Enable the same list of modules as we had in 2.0 (by default) and do that for all older versions than 2.2.3-3 to fix upgrade issues people have had. Closes: #392349 git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@242 01b336ce-410b-0410-9a02-a0e7f243c266 --- debian/apache2.2-common.postinst | 12 ++++++++++-- debian/changelog | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/apache2.2-common.postinst b/debian/apache2.2-common.postinst index 214dbfaa..9930db06 100644 --- a/debian/apache2.2-common.postinst +++ b/debian/apache2.2-common.postinst @@ -47,9 +47,8 @@ if [ "$2" = "" -o -z "$2" ]; then fi fi -if [ "$2" = "" -o -z "$2" ] || dpkg --compare-versions "$2" lt 2.2.0; then +if [ "$2" = "" -o -z "$2" ] || dpkg --compare-versions "$2" lt 2.2.0-3; then a2enmod alias - a2enmod authz_host a2enmod autoindex a2enmod dir a2enmod env @@ -57,6 +56,15 @@ if [ "$2" = "" -o -z "$2" ] || dpkg --compare-versions "$2" lt 2.2.0; t a2enmod negotiation a2enmod setenvif a2enmod status + a2enmod auth_basic + + # Those come from mod_auth: + a2enmod authz_default + a2enmod authz_groupfile + a2enmod authn_file + + # This comes from mod_access: + a2enmod authz_host fi if [ -n "$2" ] && dpkg --compare-versions "$2" lt 2.2.0; then diff --git a/debian/changelog b/debian/changelog index b52dc522..102feb37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apache2 (2.2.3-3) UNRELEASED; urgency=medium * Build apache2-src package. * Do not AddDefaultCharset if we are proxying. Closes: #277526 * Do not forcefully link against libdb4.3 and other libs. + * Enable the same list of modules as we had in 2.0 (by default) and do + that for all older versions than 2.2.3-3 to fix upgrade issues people + have had. Closes: #392349 [ Adam Conrad ] * Update our php4 and php5 conflicts, to reflect the reality that each -- cgit v1.2.3