[apache2] 02/03: Don't treat mpm_itk as MPM module in a2enmod

Stefan Fritsch sf at moszumanska.debian.org
Sat Oct 24 20:06:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit e99908cf4895df9519303df909b10bd124f52be0
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Oct 24 22:02:39 2015 +0200

    Don't treat mpm_itk as MPM module in a2enmod
---
 debian/a2enmod   | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/a2enmod b/debian/a2enmod
index ac4bfbd..12e241b 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -430,7 +430,7 @@ sub threaded {
     if ( $? != 0 ) {
 
         # config doesn't work
-        if ( -e "$enabldir/mpm_prefork.load" || -e "$enabldir/mpm_itk.load" )
+        if ( -e "$enabldir/mpm_prefork.load" )
         {
             return 0;
         }
diff --git a/debian/changelog b/debian/changelog
index 5b10432..7489db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ apache2 (2.4.17-1) UNRELEASED; urgency=medium
   * Conflict with apache2.2-common and apache2.2-bin to get the transitional
     packages removed. Closes: #768815
   * Don't treat mpm_itk as MPM module in a2query. Closes: #791902
+  * Don't treat mpm_itk as MPM module in a2enmod.
 
   [ Jean-Michel Vourgère ]
   * Updated upstream keyring used to check source authenticity.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list