The following reply was made to PR os-next/3223; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Keith Severson <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-next/3223: problem running some cgi scripts Date: Sat, 17 Oct 1998 23:58:32 -0700 (PDT) On 15 Oct 1998, Keith Severson wrote: > >Description: > Some cgi scripts have stopped working after 1.3b6 > 1.3b7 and 1.3.0 wouldn't compile. > What ever patch was made to 1.31 for Next seems to be the likely problem. > Scripts which worked with 1.3b6 and before now return > "Document contains no data" or a blank page > Here's a simple date script which no longer works, > returns "Document contains no data" What does the error log say? Does something simpler like: #!/bin/sh echo "Content-type: text/plain" echo echo "foo" do the same thing?
