Re: [Mongrel] clients hang on large PUTs to Mongrel::HttpHandler-based web service

2008-07-13 Thread Randy Fischer
Follow up to an old problem, finally solved, in case anyone else stumbles across the same problem. > I have a problem with a storage web service our group wrote using > Mongrel::HttpHandler We have a consistent problem when using > http PUT to this service when the data is larger than about 4 GB.

[Mongrel] Testing cluster setup

2008-07-13 Thread Farhad Farzaneh
Hi all, I have 2 questions that are hopefully simple to answer: - I've set up Apache 2.2 w/ mongrel_cluster and the proxy balancer, consistent w/ the setup shown on various blogs, and it all seems to work ok. But how can I tell if Apache, and not mongrel, is in fact serving the static files as i

[Mongrel] Default Configuration of Mongrel Under script/server

2008-07-13 Thread Timothy Wagner
Hey All, I was curious how I can control the default mongrel configuration when it is run through the use of 'script/server'. Is there a way to edit possibly a default .conf file? Any help would be greatly appreciated! Regards, Tim ___ Mon

Re: [Mongrel] Testing cluster setup

2008-07-13 Thread Jerrod Blavos
you can use curl -I http://www.google.com/intl/en_ALL/images/logo.gif (thats a capital i, not a lowercase L) and look for the server header -J On Jul 13, 2008, at 9:00 PM, Farhad Farzaneh wrote: Hi all, I have 2 questions that are hopefully simple to answer: - I've set up Apache 2.2 w/ mong