Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 70528 invoked by uid 500); 20 Apr 2000 03:33:38 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 70514 invoked from network); 20 Apr 2000 03:33:38 -0000 From: "William A. Rowe, Jr." To: Subject: RE: CGI workups (was WinBuild) Date: Wed, 19 Apr 2000 22:32:31 -0500 Message-ID: <000e01bfaa79$3116b640$345985d0@corecomm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <008801bfaad8$11bb7920$6ba0e320@apache> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > From: Bill Stoddard [mailto:stoddard@raleigh.ibm.com] > Sent: Thursday, April 20, 2000 9:53 AM > > > our coding (there seems to be many bad Win32 CGI things going on!) > > What are you seeing? I am pretty familier with the code so > maybe it is a > quick fix. At one time is was working reasonable well but I > may have broken > it with the non-blocking pipes. My other biggie is to create a mapping table function to allow administrators to quickly map, say, all /usr/bin/perl to /home/usr/bin/perl (or for windows folks, map /usr/bin/perl to c:\program files\perl\bin\perl :-) This is a big hangup I have provided all the websites I cross test and code for... when silly things like that change alot I'm always forgetting to trip it. I'm also less than pleased with any of the registry handling stuff, since everything after the %1 script name argument is lopped off (and may be critical, such as a perl switch). I'd also like to see an override (or exclusive control) option within the registry, to override today's options: HKEY_CLASSES_ROOT \perlfile \shell \open \command commandstring with something like HKEY_CLASSES_ROOT \perlfile \shell (possibly httpd or apache instead) \ExecCGI \command commandstring which would allow web admins not to worry about people trying to serve up .doc files with notepad :-) The advantage to keeping shell is that they could edit these with the Windows Explorer options dialog. Just ideas I'm playing with.