Hi List, I''m using FastCGI on apache 1.3 and rails 1.8.2 When an execption notification occurs (whether it''s a 404 or 500) my FastCGI process dies. I''m find it hard to get at the error, as there''s no debug info in any of the logs (production.log, server error.log or fastcgi crach log). I''ve enabled noisy mailer errors, but nothing''s showing up. Any pointers? Cheers, Ian ps. Here''s the log First this happens (production.log) Rendering /home/sites/home/dwapp/public/../config/../public/404.html (404 Not Found) (looks good) Then this happens (in apache error.log) [Tue Apr 4 10:20:22 2006] [warn] FastCGI: server "/home/sites/home/dwapp/public/dispatch.fcgi" (pid 13396) terminated by calling exit with status ''1'' [Tue Apr 4 10:20:22 2006] [warn] FastCGI: server "/home/sites/home/dwapp/public/dispatch.fcgi" restarted (pid 13543) [Tue Apr 4 10:20:22 2006] [error] [client 82.38.203.45] FastCGI: incomplete headers (0 bytes) received from server "/home/sites/home/dwapp/public/dispatch.fcgi" (doh!) The same for 500 errors.