I’m really lost on this issue. Do I need to reinstall rails / gems?
The rest of my rails setup seems to be working. I just can’t run
dispatch.fcgi. (Details in original message below).
I have no idea how to troubleshoot this. I’m not even positive it is
supposed to be runnable from the command line. I found a
troubleshooting guide that implied it was supposed to work.
Ideas are very welcome. FYI: I using SUSE 10.0 with self installed
rails and lighttpd.
It’s my understanding that dispatch.fcgi isn’t runnable from the command
line as it expects the process connecting to it to be speaking in
FCGI-language and you at the command line are not.
FYI, out of my many working FCGI setups, I’ve only ever gotten Error 500
when trying to run it via the command line - I don’t think it is
supposed to
work.
It’s my understanding that dispatch.fcgi isn’t runnable from the command
line as it expects the process connecting to it to be speaking in
FCGI-language and you at the command line are not.
FYI, out of my many working FCGI setups, I’ve only ever gotten Error 500
when trying to run it via the command line - I don’t think it is supposed to
work.
It’s my understanding that dispatch.fcgi isn’t runnable from the command
line as it expects the process connecting to it to be speaking in
FCGI-language and you at the command line are not.
FYI, out of my many working FCGI setups, I’ve only ever gotten Error 500
when trying to run it via the command line - I don’t think it is supposed to
work.
Thanks for the feedback. I admit to getting frustrated on this issue.
Note that I’m not complaining about the error 500 at this point. I’m
complaining that dispatch.fcgi in pure standalone mode crashes within
a couple seconds. The troubleshooting reference I read implied it
should at least run until a control-c killed it.
If indeed dispatch.fcgi should not run at all in standalone mode I can
live with that, but when I try to run lighttpd from the command line:
I get nothing for a few seconds then a get a burst of error
messages identical to what I get when I run dispatch.fcgi from the
command line.