Return-Path: Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 38357 invoked from network); 12 Apr 2002 12:01:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Apr 2002 12:01:34 -0000 Received: (qmail 22058 invoked by uid 50); 12 Apr 2002 12:01:33 -0000 Date: 12 Apr 2002 12:01:33 -0000 Message-ID: <20020412120133.22057.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8010] New: - cgi doesnt work in Apache 2.0.35 win32 (win2k) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8010 cgi doesnt work in Apache 2.0.35 win32 (win2k) Summary: cgi doesnt work in Apache 2.0.35 win32 (win2k) Product: Apache httpd-2.0 Version: 2.0.35 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: All AssignedTo: bugs@httpd.apache.org ReportedBy: apachez@home.se Hi, I tried to upgrade to Apache 2.0.35 today on current computer. It was previously running Apache 1.3.24 win32 with configurated settings for cgi-bin (both the mainscripts and the printenv (testscripts) worked perfectly). Now when running 2.0.35 im getting a server error 500 on exactly same scripts. The error.log shows following: [Fri Apr 12 13:54:29 2002] [error] [client 172.22.221.94] (22502)The system cannot find the file specified. : couldn't create child process: 22502: C:/webshare/cgi-bin/ip.cgi [Fri Apr 12 13:54:30 2002] [error] [client 172.22.221.94] (22502)The system cannot find the file specified. : couldn't spawn child process: C:/webshare/cgi-bin/ip.cgi and the settings in httpd.conf are: ScriptAlias /cgi-bin/ "c:/webshare/cgi-bin/" Options None AllowOverride None Order allow,deny Allow from all Deny from none Any idea what might got wrong ? Kind Regards Apachez