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)$ no-gzip dont-vary
The URL for downloading export file does not match either rules.
So I add the 3rd one and issue is fixed.
SetEnvIfNoCase Request_URI export_archive no-gzip dont-vary
Maybe anyone in the team can have a look and decide if this should be added to the wiki:
http://wiki.g2.bx.psu.edu/Admin/Config/Apache%20Proxy
Cheers, D
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|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:t?gz|zip|bz2)$ no-gzip dont-vary
The URL for downloading export file does not match either rules.
So I add the 3rd one and issue is fixed.
SetEnvIfNoCase Request_URI export_archive no-gzip dont-vary
Maybe anyone in the team can have a look and decide if this should be added to the wiki:
Hi Derrick,
I've added this to the wiki. Thanks for the suggestion.
--nate
Cheers, D ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
galaxy-dev@lists.galaxyproject.org