From: Wolfram Schneider Date: Tue, 13 Aug 2013 16:33:35 +0000 (+0000) Subject: gzip html and xml output X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=239e8249a904eb02a6a08f3f2e2e795912121a82 gzip html and xml output toroid output will be up to 15 times smaller --- diff --git a/web/conf/apache2.0/irspy.conf b/web/conf/apache2.0/irspy.conf index 509afea..efa8d5b 100644 --- a/web/conf/apache2.0/irspy.conf +++ b/web/conf/apache2.0/irspy.conf @@ -57,5 +57,11 @@ #ProxyPass /toroid/ http://localhost:12367/ #ProxyPassReverse /toroid/ http://localhost:12367/ + # compress output + + AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml + SetOutputFilter DEFLATE + +