Tagged Questions
8
votes
1answer
4k views
Serving Large Files Through Nginx via Rails 2.3 Using x-sendfile
Let's say I have a Rails 2.3.2 application fronted by nginx and served by mongrel in which I need to serve a large static file through Rails (to control access to it). I want the Rails app to delegate ...
5
votes
1answer
362 views
mod_xsendfile with symbolic links
I'm running into an issue using xsendfile with my Rails 3 app.
I'm using capistrano to manage deployments and in each release, there is a symbolic link to the shared/assets dir (e.g. ...
1
vote
1answer
274 views
Rails/Dragonfly/Apache - Rack::Cache - how to use X-Sendfile?
I'm using Dragonfly to serve processed images for my Rails app. Dragonfly relies on Rack::Cache for future visits to those processed images, so that Dragonfly won't have to process those images again ...
1
vote
1answer
269 views
rails media file stream accept byte range request through send_data or send_file method
I have the following problem. Sounds are hidden from the public folder, cause there are only certain Users who should have access to the sound files. So I made a certain method, which acts like a ...
1
vote
1answer
587 views
MongoDB's GridFS, Rails 3, X-Sendfile, and ACL's, HOW-TO?
I have a Rails 3 project that does file upload/download, with access rights (User has many Files, and can only read/write his own files).
If I store my files on classic filesystem, I can check the ...
1
vote
3answers
1k views
Problems with x_sendfile in Rails
I’m having some problems with John Guenin's x_sendfile (http://john.guen.in/past/2007/4/17/send_files_faster_with_xsendfile/).
When coding the download of a PDF file, I’m using the following code:
...
0
votes
0answers
24 views
Did anyone used the XSENDFILETEMPORARY in apache2 virtual host?
Did anyone xsendfileTemporary in apache2 virtual host?
I have tried to use it in my virtual host, but it is showing the error message:
Syntax error on line 6 of ...
0
votes
2answers
468 views
rails - x-sendfile + temporary files
Some time ago I wrote a question regarding the use of temporary files within a rails app. On thar particular case, I decided to use tempfile
This causes a problem if I also want to use the x-sendfile ...
0
votes
1answer
821 views
Problem downloading large files with Rails, Nginx (with x-accel-redirect) and Apache(x-sendfile)
We have a big problem with downloads when the size is over than 1gb.
We are using Rails 2.3.5, passenger 2.2.9 on Amazon EC2 2gb with 2gb of Ram and Fedora 10.
Files are stored on /mnt/files, ...