Hi i''m setting up my production server and after installing ruby and rails and lighttpd and mysql. Everything seems to be working relatively well. I have made small test app and it seems to work perfectly accessing the database etc. This is my console output when running and exciting the test app: :~/test$ ruby script/server => Booting lighttpd (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server (see config/lighttpd.conf for options) Exiting Couldn''t find any pid file in ''/home/caspar/test/tmp/pids'' matching ''dispatch.[0-9]*.pid'' (also looked for processes matching "/home/caspar/test/public/dispatch.fcgi") The last 2 lines is the reason for this post. What does it mean and should I worry about it and how do I fix it if it is a problem. I installed the setup on debian by following this tutorial: http://brainspl.at/rails_stack.html Is it something to do with fcgi? (which i know very little about but i believe it is installed, irb -> require ''fcgi'' ==> true) thank you in advance for any help. Regards, Caspar -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---