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

Stefan Fritsch sf at moszumanska.debian.org
Sat Nov 28 13:19:08 UTC 2015


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

sf pushed a commit to branch jessie
in repository apache2.

commit fc41efc4d5257e7ecdcdef0956d576a5f5f03e41
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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/a2enmod b/debian/a2enmod
index 23e3375..6f4ed06 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;
         }

-- 
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