[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. a796cdbfe9b96b50824a94896ec3bf18ee1a2f20

Stefan Fritsch sf at sfritsch.de
Mon Feb 6 21:22:27 UTC 2012


The following commit has been merged in the next branch:
commit 441807ca428760a6f733b935fc555ad9d78372af
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Feb 6 22:02:20 2012 +0100

    Follow upstream and make mpm_event the default

diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index d334ef7..743f614 100755
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -20,7 +20,7 @@ set -e
 
 enable_default_mpm()
 {
-	a2enmod -q mpm_worker
+	a2enmod -q mpm_event
 }
 
 enable_default_modules()

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list