Lighttpd stops after serving 2 requests

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

does anyone know how to solve this problem?

On Mar 14, 2006, at 10:55 AM, Arpan wrote:

does anyone know how to solve this problem?


Rails mailing list
[email protected]
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 Z.
Yakima Herald-Republic
WebMaster

509-577-7732
[email protected]

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