From: Bob Showalter Date: 2005-11-24T03:46:31+09:00 Subject: Re: debugging a cgi mark wrote: > Thanks for the suggestion, > but this will only help in cases where an Exception is thrown. > What could cause a 500 response? 1) Script won't pass 'ruby -c'. You can check this on another system. 2) Script emits a malformed MIME header. This should be easy to check. 3) Script raises an exception. Is there something else I'm not seeing?