diff -Nru apache2-2.4.7/debian/a2enmod apache2-2.4.7/debian/a2enmod --- apache2-2.4.7/debian/a2enmod 2014-01-07 13:23:42.000000000 +0000 +++ apache2-2.4.7/debian/a2enmod 2016-04-20 14:20:56.000000000 +0000 @@ -177,11 +177,6 @@ # handle module dependencies if ( $obj eq 'module' ) { if ( $act eq 'enable' ) { - if ( $acton eq 'mpm_itk' ) { - warning( "MPM_ITK is a third party module that is not part " - . "of the official Apache HTTPD. It has seen less " - . "testing than the official MPM modules." ); - } my @depends = get_deps("$availdir/$acton.load"); do_deps( $acton, @depends ) or return 0; diff -Nru apache2-2.4.7/debian/changelog apache2-2.4.7/debian/changelog --- apache2-2.4.7/debian/changelog 2016-01-13 21:34:51.000000000 +0000 +++ apache2-2.4.7/debian/changelog 2016-04-20 16:02:26.000000000 +0000 @@ -1,3 +1,12 @@ +apache2 (2.4.7-1ubuntu4.10) trusty; urgency=medium + + * Add apache2 specific modification needed along with fix to + libapache2-mpm-itk so it becomes installable again (LP: #1286882): + - Removes warning on mpm_itk use + - Removes conflicts on mpm_itk + + -- Louis Bouchard Wed, 20 Apr 2016 16:21:03 +0200 + apache2 (2.4.7-1ubuntu4.9) trusty; urgency=medium * Force disablereuse on for mod_proxy_wstunnel. Fixes "Unable to connect to: diff -Nru apache2-2.4.7/debian/config-dir/mods-available/mpm_event.load apache2-2.4.7/debian/config-dir/mods-available/mpm_event.load --- apache2-2.4.7/debian/config-dir/mods-available/mpm_event.load 2014-01-03 14:48:41.000000000 +0000 +++ apache2-2.4.7/debian/config-dir/mods-available/mpm_event.load 2016-04-20 14:20:56.000000000 +0000 @@ -1,2 +1,2 @@ -# Conflicts: mpm_worker mpm_prefork mpm_itk +# Conflicts: mpm_worker mpm_prefork LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so diff -Nru apache2-2.4.7/debian/config-dir/mods-available/mpm_prefork.load apache2-2.4.7/debian/config-dir/mods-available/mpm_prefork.load --- apache2-2.4.7/debian/config-dir/mods-available/mpm_prefork.load 2014-01-03 14:48:41.000000000 +0000 +++ apache2-2.4.7/debian/config-dir/mods-available/mpm_prefork.load 2016-04-20 14:20:56.000000000 +0000 @@ -1,2 +1,2 @@ -# Conflicts: mpm_event mpm_worker mpm_itk +# Conflicts: mpm_event mpm_worker LoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so diff -Nru apache2-2.4.7/debian/config-dir/mods-available/mpm_worker.load apache2-2.4.7/debian/config-dir/mods-available/mpm_worker.load --- apache2-2.4.7/debian/config-dir/mods-available/mpm_worker.load 2014-01-03 14:48:41.000000000 +0000 +++ apache2-2.4.7/debian/config-dir/mods-available/mpm_worker.load 2016-04-20 14:20:56.000000000 +0000 @@ -1,2 +1,2 @@ -# Conflicts: mpm_event mpm_prefork mpm_itk +# Conflicts: mpm_event mpm_prefork LoadModule mpm_worker_module /usr/lib/apache2/modules/mod_mpm_worker.so