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 11:46:04 -0700 (PDT) >Then try gradually changing my script to look more like yours until you >run into the one change that causes it to stop working. As soon as I add any shell commands it stops working under 1.3.3 The two below scripts work fine under 1.2.4 and 1.3.b6 Under 1.3.3 they return Cannot Load Address "Document contains no data" #!/bin/sh echo "Content-type: text/plain" echo cat >> EOM /bin/date EOM echo "foo" #!/bin/sh echo "Content-type: text/plain" echo /bin/ls echo "foo"
