Hi all hopefully someone has already gone through my pain.
Firstly the setup. I am running Lighttpd(latest) + FastCGI + Rails
2.3.8 and it works brilliantly and very fast.
When trying the deploy the Rails 3.0 beta in the same fashion the
fastcgi processes start and then crash 5 seconds later. The dispatcher
command in rails 3 I know is removed so I made my own dispatchers
looking closely at the others from my rails 2 apps. it just shows the
dispatch.fcgi process as <defunct>
PLEASE help!
Below is my lighty config. It also for some reason even though I have
specified 1 process max it always spawns 4.
Hi all� hopefully someone has already gone through my pain.
Firstly the setup.� I am running Lighttpd(latest) + FastCGI + Rails
2.3.8 and it works brilliantly and very fast.
�
When trying the deploy the Rails 3.0 beta in the same fashion the
fastcgi processes start and then crash 5 seconds later. The dispatcher
command in rails 3 I know is removed so I made my own dispatchers
looking closely at the others from my rails 2 apps.� it just shows the
dispatch.fcgi process as <defunct>
PLEASE help!
FCGI is obsolescent, if not entirely obsolete. Just use Passenger and
have done with it.