I made a clean install of my system yesterday, and installed ROR and related items using the script from nubyonrails. Now whenever I start the server, it stops after a couple requests. If I force it to start using webbrick, it works OK. I even created a fresh rails app to test it and I continue to get the same problem, so the problem is definitely not in the code. Does anyone know what the problem might be, and how to solve it? Mac OS X 10.3.9 Ruby 1.8.4 Rails 1.0 Lighttpd 1.4.8 I''ve pasted fastcgi.crash.log here: http://rafb.net/paste/results/080BXF63.html All the other log files do not show any error. Thanks Arpan -- Posted via http://www.ruby-forum.com/.
does anyone know how to solve this problem? -- Posted via http://www.ruby-forum.com/.
Ezra Zygmuntowicz
2006-Mar-14 19:48 UTC
[Rails] Re: Lighttpd stops after serving 2 requests.
On Mar 14, 2006, at 10:55 AM, Arpan wrote:> does anyone know how to solve this problem? > > -- > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >Arpan- I''m not sure why this is but commenting out this line fixed the same problem for me a while ago on osx: #server.event-handler = "freebsd-kqueue" Cheers- -Ezra Zygmuntowicz Yakima Herald-Republic WebMaster http://yakimaherald.com 509-577-7732 ezra@yakima-herald.com
> > Arpan- > > I''m not sure why this is but commenting out this line fixed the same > problem for me a while ago on osx: > > #server.event-handler = "freebsd-kqueue" >I tried searching for that line, but could not find it. In which file is it? Thanks for the help. Arpan -- Posted via http://www.ruby-forum.com/.