Prevent mod_deflate from mysteriously causing problems in interfaces like Conify
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Dec 2008 04:49:14 +0000 (04:49 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Dec 2008 04:49:14 +0000 (04:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11385 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index f805934..e4c2569 100644 (file)
@@ -197,6 +197,9 @@ DEB_APACHE_MODS = \
     proxy_http\
     rewrite
 
+DEB_APACHE_DISMODS = \
+    deflate
+
 # Chronically unpackaged CPAN modules
 CPAN_MODULES = \
     Business::CreditCard::Object \
@@ -290,6 +293,8 @@ clean:
 debian_sys_config: 
        # link the apache modules in
        for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
+       # keep the bad apache modules away
+       for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
 
 # Install the debian-specific dependencies
 install_debs: