Re: [Mongrel] problem in downloading large file with apache+mongrel

2010-09-23 Thread James Tucker
On 23 Sep 2010, at 02:42, Amit Tomar wrote: > James Tucker wrote: >> On 22 Sep 2010, at 12:00, Amit Tomar wrote: >>> luis i change my code as you said >>> >>> filename = "#...@stream.location}" >>> response.headers['Content-Type'] = "application/force-download" >>> response.headers['Content-Dis

Re: [Mongrel] sendfile and mongrel

2010-09-23 Thread Kirk Haines
On Thu, Sep 23, 2010 at 7:24 AM, Amit Tomar wrote: > Matte Edens wrote: >> I use X_SendFile with Apache 2.2 just fine.  FYI. >> > > > Matt how do i force apche to handle downlaod request?? Wow. This is an ancient thread that you just hijacked. This is 10% an Apache configuration issue. It do

Re: [Mongrel] sendfile and mongrel

2010-09-23 Thread Amit Tomar
Matte Edens wrote: > I use X_SendFile with Apache 2.2 just fine. FYI. > Matt how do i force apche to handle downlaod request?? -- Posted via http://www.ruby-forum.com/. ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/m

[Mongrel] how to i force apche to handle download request

2010-09-23 Thread Amit Tomar
hii all, Am running apche as frontend to mongrel ,i added these line in Apache's httpd.conf file LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_http_module modules/mod_