Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running VFP 8.0 Application on the Web
Message
From
08/12/2003 09:25:48
 
 
To
07/12/2003 08:07:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00825246
Message ID:
00856809
Views:
35
Hello Andrus

>
>So I'm looking for information how to use ISAPI in COM mode with Apache.
>

You may want to look at FastCGI.

From the spec document at http://www.fastcgi.com/devkit/doc/fcgi-spec.html
"FastCGI is an open extension to CGI that provides high performance for all Internet applications without the penalties of Web server APIs"

modules exist for apache (*nix and windows) and ISAPI Dll is available for IIS

You run handler programs on the local box or specify an external server to process requests (You can have a Windows box processing dynamic requests for a *nix web server). Communication to external programs is over an ip port with no temp files.

I have been looking at the python example from http://alldunn.com/python/fcgi.py as a starting point for a front end for WebConnection



Ken
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform