in reply to Premature end of script headers
So that's the problem. How do you debug it?
I'd start by looking at the apache logs a little more, to see if there are any obvious Perl/shell errors immediately before or after the "premature end of script headers" line. If there are no Perl/shell errors there, then the program ran successfully (or at least it thought it did) and exited cleanly, but the output didn't contain the required header block, so I'd run the code from the command line to verify that:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Premature end of script headers
by gszabo (Novice) on Sep 30, 2015 at 10:05 UTC | |
by choroba (Cardinal) on Sep 30, 2015 at 10:11 UTC | |
by gszabo (Novice) on Sep 30, 2015 at 10:48 UTC | |
by choroba (Cardinal) on Sep 30, 2015 at 12:17 UTC | |
by gszabo (Novice) on Sep 30, 2015 at 10:54 UTC | |
by hippo (Archbishop) on Sep 30, 2015 at 12:33 UTC | |
by perlron (Pilgrim) on Sep 30, 2015 at 21:31 UTC |