Hi I''m running a Debian Sarge system and installed ruby, rails and libapache2-mod-fastcgi. My rails application works if I use Webrick or the cgi dispatcher, but whenever I try to use the fastcgi dispatcher I get a page saying "Application error Rails application failed to start properly". The Apache2 error log reads: [Sat Sep 17 17:24:12 2005] [error] [client 61.68.50.205] FastCGI: comm with (dynamic) server "/var/www/mike/rails/Test/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) [Sat Sep 17 17:24:12 2005] [error] [client 61.68.50.205] FastCGI: incomplete headers (0 bytes) received from server "/var/www/mike/rails/Test/public/dispatch.fcgi" Any ideas on why this is happening? Michael