Hi, I'm new to Rails and was trying out the tutorial that they give on the apple website
http://developer.apple.com/tools/rubyonrails.html
I installed everything including lighttpd, and I got up to the point where I want to create my first record. When I hit the 'create' button, lighttpd quits. If I have the server running as a foreground process I get this message and it then closes the server and returns to the command line. If I run the webrick server it doesn't exit and acts as expected. I don't understand. Does anyone know what could be going wrong? Any help is appreciated.
=> Booting lighttpd (use 'script/server webrick' to force WEBrick) => Rails application started on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server (see config/lighttpd.conf for options)
Processing ExpensesController#new (for 127.0.0.1 at 2006-10-17 02:20:50) [GET] Session ID: 1d6777b6d44d39e2f0a1c8138e54a0a3 Parameters: {"action"=>"new", "controller"=>"expenses"} Account Columns (0.005781) SHOW FIELDS FROM accounts Rendering within layouts/expenses Rendering expenses/new Rendered expenses/_form (0.00393) Completed in 0.07239 (13 reqs/sec) | Rendering: 0.01446 (19%) | DB: 0.00578 (7%) | 200 OK [ http://localhost/expenses/new\] Exiting
Thanks, Nikhil