hello,
try to:
1. use cgi first to make sure that your application works;
2. make sure fast-cgi works without rails; write a simple handler in
perl for example and see if it works;
3. run rails'' dispatch.fcgi from the command line manually and see what
happens.
konstantin
>
> Since SCGI doesn''t seem to like having subdirectories in my
models/
> (even though they are loaded in the environment.rb) I have been trying
> to setup lighttpd + fastcgi. Problem is fastcgi keeps crashing with
> this :
>
> (mod_fastcgi.c.1925) unexpected end-of-file (perhaps the fa
> stcgi process died): pid: 17323 fcgi-fd: 10 remote-fd: 8
>
> I looked around and on lighttpd.net there''s something about
>
> FCGI_WEB_SERVER_ADDRS not being set and causing a problem.
>
> So I set it as an bin-environment and it still errors out. The
> dispatch.fcgi processes become defunct and I have to basically stop
> and restart the lighttpd server.
>
> Has anyone come across this?
>
> I have tried lighttpd 1.4.4 and 1.3.16 both with the same problem, as
> well as different apps.
>
> Thanks
>
>