[Mongrel] Error log, when using apache2.2.x modproxy with mongrel

2008-04-17 Thread koji Lin
Hi all im new to use mongrel, my mongrel version is 1.1.4 and apache is 2.2.8 when i using apapche+mod_proxy+mongrel, there are some error in my log file and make apache 502 prxoy error. ex: proxy: error reading status line from remote server localhost proxy: Error reading from remote server

[Mongrel] fastthread only needed on ruby =1.8

2008-04-17 Thread cdr
hey.. havent learned gemspec stuff yet, maybe someone who already knows can make the fastthread dep optional? its just kind of annoying, since 'gem install mongrel' always breaks on 1.9, even tho mongrel works fine, plus 'gem install mongrel' doesnt even leave a local gem around to manually

[Mongrel] [patch] RSTRING fixes for 1.9

2008-04-17 Thread cdr
doing what ebb did. change RSTRING(str)-ptr and RSTRING(str)-len to RSTRING_PTR(str) and RSTRING_LEN(str) and define a backwards-compatible macro.. i dont think i had to fix this before. maybe thin or something already had installed a working http11.so maybe the mongrel parser should be its

Re: [Mongrel] fastthread only needed on ruby =1.8

2008-04-17 Thread Luis Lavena
On Thu, Apr 17, 2008 at 11:31 AM, cdr [EMAIL PROTECTED] wrote: hey.. havent learned gemspec stuff yet, maybe someone who already knows can make the fastthread dep optional? fastthread is required for ruby version = 1.8.5, which is most stable one distributed across servers in the wild 1.8.6

Re: [Mongrel] [patch] RSTRING fixes for 1.9

2008-04-17 Thread Luis Lavena
On Thu, Apr 17, 2008 at 12:21 PM, cdr [EMAIL PROTECTED] wrote: doing what ebb did. change RSTRING(str)-ptr and RSTRING(str)-len to RSTRING_PTR(str) and RSTRING_LEN(str) and define a backwards-compatible macro.. i dont think i had to fix this before. maybe thin or something already had

Re: [Mongrel] fastthread only needed on ruby

2008-04-17 Thread MenTaLguY
On Thu, 17 Apr 2008 12:18:49 -0300, Luis Lavena [EMAIL PROTECTED] wrote: fastthread is required for ruby version = 1.8.5, which is most stable one distributed across servers in the wild 1.8.6 with patchlevel higher than 36 ships with it, but is not widely installed. There are problems with

[Mongrel] qrp followup, deployment results

2008-04-17 Thread Eric Wong
I posted about qrp (http://qrp.rubyforge.org/) many weeks ago, but only deployed it to a live site a few weeks ago (after a few bug fixes leading up to qrp v0.4.0). qrp was deployed late on 2008-03-27 to roughly half our servers, and then fully deployed on 2008-03-28. So far, the results have