search for: secdownload

Displaying 3 results from an estimated 3 matches for "secdownload".

2006 Apr 12
0
mod_auth_token (or secdownload) and routing
I am currently trying to use mod_auth_token with Apache to create relatively secure URLs to files. It is configured with a prefix of /get/, which isn''t in use by any controllers in my application. Do I have to tell rails explicitly that I don''t want /get/ handled by it? Or should Apache deal with that before the request is dispatched to it? At present, I get a routing
2006 Jan 10
3
Serving lots of images to only registred users
Hello guys, I am building a photo website and I have some questions before I really start programming the site. My system will be Debian + lighttpd + mysql +fastcgi + ImageMagick I plan to use file_column for image handling/verification and thumbnail creation. My question is; I need to store images in a place outside of webroot so only registered members can see them. To serve them secure
2006 May 31
4
Sending files through send_file or by httpd?
If I were to serve files, would send_file via rails be slow? I think they will be 200mb avi files. Would it be better to send them via /public ? But I would like to track the clicks on each file - which makes me think that I can''t serve them out on /public as those clicks will not go through my application. Any help or suggestions? -- Posted via http://www.ruby-forum.com/.