Using nginx with mogilefs

I’m already using nginx for all my web-server needs (+ reverse proxy to
apache for php).

I’m preparing a setup to use mogilefs for storing large media files.

wish to use nginx to server the files via a “X-Accel-Redirect” header
(http://wiki.nginx.org/NginxXSendfile),
would this work with the Nginx mogilefs module,
Nginx mogilefs module (v 1.0.4)
And I need support of http ranged requests, anyone knows if this would
work with nginx + X-Accel-Redirect + mogilefs module?

Thanks

----- Runner Up [email protected] wrote:

I’m already using nginx for all my web-server needs (+ reverse proxy to
apache for php).

I’m preparing a setup to use mogilefs for storing large media files.

wish to use nginx to server the files via a “X-Accel-Redirect” header
(http://wiki.nginx.org/NginxXSendfile),
would this work with the Nginx mogilefs module,
Nginx mogilefs module (v 1.0.4)

Yes, X-Accel-Redirect will work with this module.

And I need support of http ranged requests, anyone knows if this would
work with nginx + X-Accel-Redirect + mogilefs module?

Yes, it will work if the web server on storage nodes supports ranged
requests.