From: Bill Erickson Date: Fri, 2 Jan 2015 22:50:26 +0000 (-0500) Subject: LP#1407171 Avoid DEFLATEing fm_IDL.xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2ce20f3d9e5088631e8b1b3ca2aeb4a45d1cd52;p=Evergreen.git 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 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in index 267331e2f8..fa2f5891b0 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 a21df11875..6bbe1e15ff 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 # ----------------------------------------------------------------------------------