From: David Garamond Date: 2004-12-07T19:37:40+09:00 Subject: Re: Best way to debug ruby+fastcgi? J. D. wrote: > What is the best way to debug fastcgi scripts? > > Do you use Ruby? Expect? Or just deal with 'incomplete header' > messages in the Apache logs? Argh, that error message always makes me mad. I'm sure Apache can be configured so we can see the script's STDERR on some logs, but so far I didn't know how. Sometimes switching to CGI doesn't help, as you need to know what went wrong on _that particular request_... -- dave