From 71209e71f75f69647ceecd42aca5f02a6e733cd0 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 --- 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.11.0