The following reply was made to PR os-next/3223; it has been noted by GNATS.
From: Keith Severson <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-next/3223: problem running some cgi scripts Date: Mon, 19 Oct 1998 07:43:17 -0700 (PDT) I don't get anything in the erorr log. I turned on the script log as well, but don't get anything posting there either. your script works fine. Keith --------------- Begin forwarded message --------------- From: Marc Slemko <[EMAIL PROTECTED]> Subject: Re: os-next/3223: problem running some cgi scripts Date: Sat, 17 Oct 1998 23:58:32 -0700 (PDT) To: Keith Severson <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] 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? ---------------- End forwarded message ----------------
