[Koha-patches] [PATCH] [Bug 3404] update INSTALL* to acknowledge the use of mod_deflate

Tomas Cohen Arazi tomascohen at gmail.com
Tue Dec 28 16:12:10 CET 2010


From: Tomás Cohen Arazi <tomascohen at gmail.com>

---
 INSTALL              |    2 +-
 INSTALL.debian       |    2 +-
 INSTALL.opensuse     |    8 ++++----
 INSTALL.ubuntu       |    2 +-
 INSTALL.ubuntu.lucid |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/INSTALL b/INSTALL
index 9498fc5..e2dd28d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,7 @@ Default installation instructions:
 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha
   (note that the path to koha-httpd.conf may be different depending on your
   installation choices)
-6. sudo a2enmod rewrite
+6. sudo a2enmod rewrite deflate
 7. sudo a2ensite koha && /etc/init.d/apache2 reload
 8. sudo zebrasrv -f /etc/koha/koha-conf.xml
   (note that you will want to run Zebra in daemon mode for a production
diff --git a/INSTALL.debian b/INSTALL.debian
index e5c560d..345bdb1 100644
--- a/INSTALL.debian
+++ b/INSTALL.debian
@@ -186,7 +186,7 @@ Add the following lines to /etc/apache2/ports.conf:
 
 Run the following commands:
 
-    $ sudo a2enmod rewrite
+    $ sudo a2enmod rewrite deflate
     $ sudo a2ensite koha
     $ sudo apache2ctl restart
 
diff --git a/INSTALL.opensuse b/INSTALL.opensuse
index 4f23279..2ffb2fc 100644
--- a/INSTALL.opensuse
+++ b/INSTALL.opensuse
@@ -2753,13 +2753,13 @@ Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not i
 
 
 
-== Enable the mod_rewrite Apache module ==
+== Enable the mod_rewrite and mod_deflate Apache modules ==
 
-OK... It seems that we need to enable the mod_rewrite Apache module:
+OK... It seems that we need to enable the mod_rewrite and the mod_deflate Apache module:
 |--------------------
-myhost:/etc/sysconfig # a2enmod rewrite
+myhost:/etc/sysconfig # a2enmod rewrite deflate
 |--------------------
-[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the word "rewrite" (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
+[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the words "rewrite" -and "deflate"- (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
 |--------------------
 myhost:/etc/sysconfig # service apache2 restart
 Syntax OK
diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu
index 58220ca..23214ae 100644
--- a/INSTALL.ubuntu
+++ b/INSTALL.ubuntu
@@ -257,7 +257,7 @@ If not running named virtual hosts (The default koha installation does not use n
 
 Run the following commands:
 
-    $ sudo a2enmod rewrite
+    $ sudo a2enmod rewrite deflate
     $ sudo a2ensite koha
     $ sudo apache2ctl restart
 
diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid
index 4d77227..e569f3b 100644
--- a/INSTALL.ubuntu.lucid
+++ b/INSTALL.ubuntu.lucid
@@ -191,7 +191,7 @@ named virtual hosts.), comment out the following line:
 
 Run the following commands:
 
-    $ sudo a2enmod rewrite
+    $ sudo a2enmod rewrite deflate
     $ sudo a2ensite koha
     $ sudo apache2ctl restart
 
-- 
1.7.1



More information about the Koha-patches mailing list