FastCGI
Local
External
External Server
Here is what worked for me under Windows.
Note that it includes an executable named 'fake.exe'.
'fake.exe' does not actually exist, it is just the name used in a URL to call the server. Example URL:
http://localhost:8080/fcgi/fake.exe
Installing with Apache under Windows
- Download the .dll from http://www.fastcgi.com/dist/ (either AP13 for Apache 1.3 or AP20 for Apache 2.0)
- Place it in the Apaches modules directory
- Add the text shown below into Apache's httpd.conf file
- You can now place fastcgi programs in C:/Program Files/Apache Group/Apache2/fcgi-bin/ and test them
like this http://localhost:8080/fcgi/echo.exe (?does windows have a problem with .exe? sometimes? if so see the trick at ./apache.html#windowsBatCgi
From the Faq, maybe this is useful (Apache httpd.conf settings)
Installing