On Jun 22, 2010, at 3:39 PM, Nate Coraor wrote:
Davide Cittaro wrote:
On Jun 22, 2010, at 3:17 PM, James Taylor
wrote:
We use nginx in front of Galaxy which
provides partial GET support. You may be able to accomplish this with
an alternative wsgi server as well.
I've disabled the proxy and still have the
issue :-( That means that the apache (or nginx) proxy doesn't affect
this (probably)...
nginx would need to be configured to use x-accel-redirect. Apache would
need to use x-sendfile. This is so the dataset will be sent directly by
the proxy, rather than just streamed through from Paste.
OMFG! It works! Thanks! It works for BAM and bigWig (and about
this, are you interested in my implementation or are you implementing
it on your own?)
d