DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22875>. 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=22875 Execution of exe cgi script (not related to the script itself) Summary: Execution of exe cgi script (not related to the script itself) Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: Windows NT/2K Status: UNCONFIRMED Severity: Minor Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When executing a *.exe CGI script on apache that is 16bit, windows reports an error along the lines of it being executed with an invalid handle. To reproduce the effect, write a cgi script on QBasic that looks similar to the following: PRINT "[HEADER1]" PRINT "[HEADER2]" PRINT "" PRINT "Text..." where [HEADER1] and [HEADER2] are HTTP headers. After this program has been compiled into an exe format, test it on Apache 1.3.x and ensure it works. Then try the same program on Apache 2.0.47. This should regenerate the error. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
