You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@hyperreal.org on 1998/03/11 20:44:30 UTC

Re: os-windows/1866: Error attempting to run cgi script. Apparently cannot find a script ending .cgi If I rename it to .exe, it can run it.

Synopsis: Error attempting to run cgi script. Apparently cannot find a script ending .cgi If I rename it to .exe, it can run it.

State-Changed-From-To: open-feedback
State-Changed-By: marc
State-Changed-When: Wed Mar 11 11:44:30 PST 1998
State-Changed-Why:
Is it an interpted script?  If so, do you have a line
of the form:

#!/path/to/interpreter.exe

as the first line of the script, where that specifies
the path to the interpreter used?