Re: Need help: EU-exe + CGI + Xitami
- Posted by Michael Sabal <mikes at notations.com> May 18, 2001
- 394 views
I suspect the problem is that you are trying to use the Windows version of = bind rather than the DOS version. Since CGI is pure text-processing = (controls are built by printing tags to stdout), you should have cgitest.ex= (not exw) and use bind, not bindw. HTH, Michael J. Sabal >>> rolf.schroeder at desy.de 05/18/01 04:35AM >>> Hello, I have installed on an WinNT 4.0 Workstation xitami as an service (called from now on 'server'), and from a second NT 4.0 workstation I'm able to access html files with Netscape Messenger. I read that I could execute executables via the CGI interface on the 'server'. I wrote a little test program Cgitst.exw which i binded with 'bindw' to create an Cgitst.exe file.