The following reply was made to PR general/3691; it has been noted by GNATS.
From: Shane Owenby <[EMAIL PROTECTED]> To: John Raff <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: Subject: Re: general/3691: couldn't spawn child process: e:/program files/apache group/apache/cgi-bin/envdmp.pl Date: Mon, 18 Jan 1999 09:25:56 -0500 On Sat, Jan 16, 1999 at 07:07:20PM -0000, John Raff wrote: > >Number: 3691 > >Category: general > >Synopsis: couldn't spawn child process: e:/program files/apache > >group/apache/cgi-bin/envdmp.pl > Do I have to enable anything else? What am I missing?? Are you sending the correct HTTP headers in your cgi? try #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<h1>Hello</h1>"; And if that works then, the setup is correct adn your CGI is wrong. Shane
