diff -u apache2-2.2.16/debian/apache2.2-common.postinst apache2-2.2.16/debian/apache2.2-common.postinst --- apache2-2.2.16/debian/apache2.2-common.postinst +++ apache2-2.2.16/debian/apache2.2-common.postinst @@ -73,7 +73,7 @@ # Note, this line catches new installs as well as upgrades if dpkg --compare-versions "$2" lt 2.2.15-1~0; then - a2enmod -q reqtimeout + a2enmod -q reqtimeout || true fi # The definition of other_vhost_access.log has been moved. diff -u apache2-2.2.16/debian/changelog apache2-2.2.16/debian/changelog --- apache2-2.2.16/debian/changelog +++ apache2-2.2.16/debian/changelog @@ -1,3 +1,11 @@ +apache2 (2.2.16-1ubuntu4) maverick; urgency=low + + [ Chuck Short ] + * debian/apache2.2-common.postinst: Don't fail if you can load the reqtimeout odule. + (LP: #621837) + + -- Michael Vogt Wed, 06 Oct 2010 10:17:26 +0200 + apache2 (2.2.16-1ubuntu3) maverick; urgency=low * Revert "stty sane" to unbreak apache starting, this will have to be