From 239e8249a904eb02a6a08f3f2e2e795912121a82 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 13 Aug 2013 16:33:35 +0000 Subject: [PATCH] gzip html and xml output toroid output will be up to 15 times smaller --- web/conf/apache2.0/irspy.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + -- 1.7.10.4