How do I start the fastcgi process?
Posted by: tmaterna
Posted on: 2007-02-25 10:27:00
Hi,
I have a rails app installed with fastcgi but when I try it, my browser says it can't load the page. I don't see any process running when I do a "ps -A". There used to be a some fcgi scripts running, if I remember well. How do I start those processes? I thought they should start automatically upon a request from a browser but it is obviously not the
case.
I never figured that out and when I first installed my app, it eventually started working somehow (the processes started) but it doesn't anymore. What do I have to do to start my application???
BTW: my app hasn't changed! It just didn't restart after the last power outage.
Any help would be greatly appreciated. I can't imagine I am the only one with that problem, I haven't seen anything about it in the wiki.