Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94483 invoked by uid 500); 10 Dec 2002 04:22:10 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 94472 invoked from network); 10 Dec 2002 04:22:10 -0000 Received: from host5.apollohosting.com (209.239.40.144) by daedalus.apache.org with SMTP; 10 Dec 2002 04:22:10 -0000 Received: from inhocvince (mke-65-30-160-68.wi.rr.com [65.30.160.68]) by host5.apollohosting.com (8.10.2/8.10.2) with ESMTP id gBA4MJ909323 for ; Mon, 9 Dec 2002 23:22:19 -0500 Reply-To: From: "Jonathan Villa" Sender: "Jonathan Villa" To: Date: Mon, 9 Dec 2002 22:22:09 -0600 Organization: Innovative Source Design & Development, LLC Message-ID: <000801c2a003$b7ec06c0$1302a8c0@inhocvince> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Quick CGI Fix I'm sure that this has been posted before, but I'm in a hurry. I never use CGI-BIN, however I need to this very moment to get test something. This is what I have, (I'm using Windows): DocumentRoot "D:/is/clients/" ScriptAlias /cgi-bin/ "D:/is/clients/cgi-bin/" AllowOverride None Options None Order allow,deny Allow from all then I type http://localhost/cgi-bin/cart.pl But I get an internal server error The error looks like this: [Mon Dec 09 22:12:58 2002] [error] [client 127.0.0.1] (720003)The system cannot find the path specified. : couldn't create child process: 720003: cart.pl [Mon Dec 09 22:12:58 2002] [error] [client 127.0.0.1] (720003)The system cannot find the path specified. : couldn't spawn child process: D:/is/clients/cgi-bin/cart.pl ============================ I don't know what else to do. The only thing I know is what the manual says. I am trying to test this locally before upload to the server to test, which is what I was doing, but don't always have time to do so. When uploading, all I did was upload to /www/cgi-bin/ and everything worked fine. Any ideas/hints? By the way, the printenv.pl which comes with Apache doesn't work either. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org