Re: [galaxy-dev] Apache static contents compression caused corrupted history export tar.gz file

2012-10-26 Thread Nate Coraor
On Oct 25, 2012, at 11:12 PM, Derrick Lin wrote: > Hi guys, > > Just found that history export file created on our galaxy always corrupted. > We spotted that enabling the Apache Compression (on Galaxy wiki) is the cause. > > SetOutputFilter > DEFLATE > > SetEnvIfNoCase > Request_URI \.(?:gif

[galaxy-dev] Apache static contents compression caused corrupted history export tar.gz file

2012-10-25 Thread Derrick Lin
Hi guys, Just found that history export file created on our galaxy always corrupted. We spotted that enabling the Apache Compression (on Galaxy wiki) is the cause. SetOutputFilter DEFLATESetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-varySetEnvIfNoCase Request_URI \.(?:t?gz|zip|bz2)