1. NT CGI scripts in Euphoria
I'm new to both Euphoria and this list, so I apologize
if this is a subject that has been discussed before.
I'm trying to write a CGI script (actually an .exe), using Euphoria,
running on an NT machine via MS NT server. My Euphoria program
writes the proper output to the screen, including the HTTP headers,
but when I run from the browser, I get a CGI error indicating that the
server saw no headers at all. This implies, I think, that the .exe is
being executed but the server isn't seeing the output. I'm using
puts(1,"xxxx").
Any suggestions? Thanks in advance.
David Dvorkin
FRx Software Corporation
mailto:ddvorkin at frxsoft.com
(303) 741-8280
2. Re: NT CGI scripts in Euphoria
>I'm trying to write a CGI script (actually an .exe), using Euphoria,
>running on an NT machine via MS NT server. My Euphoria program
>writes the proper output to the screen, including the HTTP headers,
>but when I run from the browser, I get a CGI error indicating that the
>server saw no headers at all. This implies, I think, that the .exe is
>being executed but the server isn't seeing the output. I'm using
>puts(1,"xxxx").
I do not nothing about this myself. I have *no* direct experience with a
server, but Irv has a tutorial about this on his site, that has helped a few
others with the same questions.
http://www.mindspring.com/~mountains/
(Choose: Euphoria CGI)
I hope this helps ya.
Ralf.