You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Hiroshi Katayama <hi...@soupacific.com> on 1998/12/04 11:31:16 UTC

mod_cgi/3488: Can't run CGI script

>Number:         3488
>Category:       mod_cgi
>Synopsis:       Can't run CGI script
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Fri Dec  4 02:40:00 PST 1998
>Last-Modified:
>Originator:     hiroshi@soupacific.com
>Organization:
apache
>Release:        1.3.3
>Environment:
Windows NT 4.0 SP3
VC++ 5.0
>Description:
We are publisher of Xbase based CGI Interpreter.

When I want send like following way, there is now way to excute interpreter.

<img src="/cgi-bin/image.prg?form1=string1&form2=string2&form3=string3 >

image.prg is program script file.

Usualy I call as next. when I don't need to pass aruguments.

<img src="/cgi-bin/aragoi.exe?image.prg >

I look your util_script.c, 
 Open script file and check "#!" first. 

But I can't change our interpreter to accept "#!" syntax since it cause compatiblity problem for Xbase syntax.

If Apache could have some new directive to connect with script extention with interperter name to excute.

This also help any interpereter .exe with script and data passing too.

IIS has this future.

Thanks






>How-To-Repeat:

>Fix:
Please make a new directive!
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> 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!         ]