RailsをApacheから・・・FastCGIエラー

RailsアプリをApacheから起動したくて、goodpicさんのエントリをみながらシコシコやってみる。


結果!

Application error
Rails application failed to start properly

Apacheのerror_log

[Tue Oct 11 01:03:07 2005] [error] [client 127.0.0.1] FastCGI: comm with (dynamic) server "/home/bird/public_html/User/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec)
[Tue Oct 11 01:03:07 2005] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "/home/bird/public_html/User/public/dispatch.fcgi"
[Tue Oct 11 01:03:07 2005] [warn] FastCGI: (dynamic) server "/home/bird/public_html/User/public/dispatch.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds


FastCGIをうまく設定できてないようだ。。