X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.opensuse;h=2ffb2fcedbdc47f61b3ba341e2fbf1e50ef9af35;hb=f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49;hp=6c00a8812569bf395cfe83d9d242a542080c39b3;hpb=7289c2ead3c6082ff4ca3291240d5bd2813db56b;p=koha_gimpoz diff --git a/INSTALL.opensuse b/INSTALL.opensuse index 6c00a88125..2ffb2fcedb 100644 --- a/INSTALL.opensuse +++ b/INSTALL.opensuse @@ -6,7 +6,7 @@ No liability for the contents of this document can be accepted. Feedback/bug reports: Koha Developer's List: -http://lists.koha.org/mailman/listinfo/koha-devel +http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel This document last modified: 02 December 2008 @@ -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