diff options
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r-- | debian/apache2.postinst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index e7e1ac22..f32cc54e 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -173,7 +173,11 @@ enable_default_mpm() ;; apache2-mpm-itk) - mpm="mpm_itk" + # apache2-mpm-itk is installed, which is a + # transitional package depending on + # libapache2-mpm-itk which will enable itself + # in its maintainer scripts. + mpm="mpm_prefork" ;; *) |