Bug 32121 - 16bit CGI failure
Summary: 16bit CGI failure
Status: RESOLVED WONTFIX
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.0.52
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FAQ
: 22875 39401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-08 21:48 UTC by Jason
Modified: 2007-12-23 10:06 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason 2004-11-08 21:48:57 UTC
This possible bug has affected all versions of apache 2.0.x in that whenever a
CGI I have created and compiled in QBasic is run on the server it returns a
script error. It works on all 1.3.x versions so there should be no errors in the
way that the CGI outputs its data.
Comment 1 André Malo 2004-11-09 09:42:12 UTC
Could you please be more specific? So far I cannot see an httpd bug.
Comment 2 Jason 2004-11-09 10:17:53 UTC
When a properly created CGI application is created and implemented on a win32
port of apache 1.3 using QBasic - a 16bit appication development tool - and then
reused on apache 2.0, it fails with an internal server error. Applications
created with QB work on a console level using stdin and stdout. The part that
maked me think that it is apache related is simply that it worked on apache 1.3
and not on apache 2.0. Is there any aspect of apache 2.0 that is not in apache
1.2 that makes the loading of a 16bit executable for CGI purposes impossible?
Comment 3 André Malo 2004-11-09 23:51:25 UTC
Well, just internal server error is not sufficient for tracking down the problem.
Is there anything in the errorlog?
Comment 4 Joe Orton 2005-03-10 14:47:39 UTC
*** Bug 22875 has been marked as a duplicate of this bug. ***
Comment 5 William A. Rowe Jr. 2007-12-21 20:58:46 UTC
Going to tag this as won'tfix, as the overhead isn't worth the pain.
Comment 6 William A. Rowe Jr. 2007-12-21 21:06:46 UTC
*** Bug 39401 has been marked as a duplicate of this bug. ***
Comment 7 William A. Rowe Jr. 2007-12-23 10:06:37 UTC
Finally, marking as FAQ for easier reference.