in reply to Re: Re: incomplete cgi output
in thread incomplete cgi output
Did you check whether the script really stopped prematurely or whether it was something else that caused it to fail to send all its output to the client? Perhaps if you simultaneously print some debug info to a file (such as a number or timestamp every x lines printed), you can see whether the "break" is in the script (the script did not ran all the way to the end) or somewhere else (the script did ran all the way, but Apache choked on its output halfway through).
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: incomplete cgi output
by rvosa (Curate) on Feb 07, 2004 at 06:21 UTC |