WINCGI
WinCGI allows to have communication with the new process trough .ini
files. WinCGI is supported only on the Microsoft Windows platform.
To enable WinCGI in MyServer, you need to configure the
correct MIME
type corresponding to your WinCGI application files, and make them
run as WinCGI (EXECUTEWINCGI)
Use WinCGI only if it is the only way possible to use your old web
applications, the WinCGI protocol is everything that is not a good way
for inter-processes communication. It uses files on the disk to
communicate with the new created process, making it even slower than
standard CGI.
Like in CGI, you can place all your applications in
a cgi-bin directory in
the web directory in MyServer as seen below:
The cgi-bin folder is directly beneath the
selected web folder.
However, WinCGI applications can be placed anywhere in the web
directory.