Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 2303 invoked by uid 6000); 19 Oct 1998 18:50:05 -0000 Received: (qmail 2112 invoked by uid 2001); 19 Oct 1998 18:50:00 -0000 Date: 19 Oct 1998 18:50:00 -0000 Message-ID: <19981019185000.2111.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Keith Severson Subject: Re: os-next/3223: problem running some cgi scripts Reply-To: Keith Severson Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR os-next/3223; it has been noted by GNATS. From: Keith Severson To: Marc Slemko Cc: apbugs@hyperreal.org 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"