>Number: 3015
>Category: os-windows
>Synopsis: .exe cgi don't work--500 internal error
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: doc-bug
>Submitter-Id: apache
>Arrival-Date: Wed Sep 16 23:10:01 PDT 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.1 Win32
>Environment:
binary Apache 1.3.1 Win32
OS: Win 95
>Description:
handler set for both .bat and .exe
however, in the same directory, the batch file run properly but not the other
one with .exe extension
the .exe is compiled by version 2.8.1 release of the GNU C compiler
>How-To-Repeat:
#include <stdlib.h>
#include <stdio.h>
void main()
{ fprintf(stdout,"Content-type: text/html\n\n");
fprintf(stdout,"<html><body>\n");
fprintf(stdout,"<strong>hihi</strong>\n");
fprintf(stdout,"</body></html>\n");
}
this is the prog that I am using
>Fix:
no, sorry
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig- ]
[nored unless you are responding to an explicit request ]
[from a developer. ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]