From 112b2707b8bba33f9a096deb8b1a498c0431f070 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 2 Jan 2015 17:50:26 -0500 Subject: [PATCH] LP#1407171 Avoid DEFLATEing fm_IDL.xml Prevent fm_IDL.xml from going through the Apache DEFLATE filter before it's passed off to IDLCHUNK, which is unable to process deflated files. Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/examples/apache/eg_vhost.conf.in | 1 + Open-ILS/examples/apache_24/eg_vhost.conf.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in index 6f3fae3ccc..87e90543dc 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf.in +++ b/Open-ILS/examples/apache/eg_vhost.conf.in @@ -549,6 +549,7 @@ RewriteRule . - [E=locale:%1] IDLChunkStripDoctype "yes" IDLChunkContentType "application/xml; charset=utf-8" AddOutputFilter INCLUDES;IDLCHUNK .xml + SetEnv no-gzip # ---------------------------------------------------------------------------------- diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in index 53275ae9a6..3d60fda7a5 100644 --- a/Open-ILS/examples/apache_24/eg_vhost.conf.in +++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in @@ -554,6 +554,7 @@ RewriteRule . - [E=locale:%1] IDLChunkStripDoctype "yes" IDLChunkContentType "application/xml; charset=utf-8" AddOutputFilter INCLUDES;IDLCHUNK .xml + SetEnv no-gzip # ---------------------------------------------------------------------------------- -- 2.43.2