From 60ad3b55f2e0bebcc2fedc5846f4eb81d240c088 Mon Sep 17 00:00:00 2001 From: Nate Jensen Date: Wed, 17 Oct 2012 11:32:49 -0500 Subject: [PATCH] Issue #1265 remove pypies gzip handling Change-Id: Ia79c1b7b2440849893bacf5cd8290fb5627ed4e5 Former-commit-id: fa3e87549a9b23da36b3abeaf997ee66a438c68c [formerly fa3e87549a9b23da36b3abeaf997ee66a438c68c [formerly 6bb4d39b266bedbecff6ecda95bf05e65aa1e58c]] Former-commit-id: 2dac2f5dde7d6836b4ec956622118ad7f8c14a33 Former-commit-id: 740146d83871c61565c42c801a40b55590834a2e --- .../configuration/apache/pypies.conf | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/rpms/awips2.core/Installer.httpd-pypies/configuration/apache/pypies.conf b/rpms/awips2.core/Installer.httpd-pypies/configuration/apache/pypies.conf index 993a86aa7e..3bb8be3664 100644 --- a/rpms/awips2.core/Installer.httpd-pypies/configuration/apache/pypies.conf +++ b/rpms/awips2.core/Installer.httpd-pypies/configuration/apache/pypies.conf @@ -15,20 +15,5 @@ WSGIPythonHome /awips2/python Order deny,allow Allow from all - - - SetInputFilter DEFLATE - SetOutputFilter DEFLATE - - - ProxyPass /zipped http://localhost:9582/ - ProxyPassReverse /zipped http://localhost:9582/ - - DeflateFilterNote Input instream - DeflateFilterNote Output outstream - DeflateFilterNote Ratio ratio - - LogFormat '%t "%r" %{outstream}n/%{instream}n (%{ratio}n%%) %D' deflate - CustomLog logs/compression_log deflate - +