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 12:03:04 -0700 (PDT) Sorry One of those sample scripts I sent was wrong. Should have been. #!/bin/sh echo "Content-type: text/plain" echo cat << EOM testing EOM echo "foo"
