FastCGI module
FastCGI module allows to develop server side application to use them with standard Web servers.
Examples
Small example is available online: http://forge.ada-ru.org/matreshka/cgi-bin/demo.fcgi
Its source code is stored in the repository: trunk/design/fastcgi
Web-server Notes
Apache
No known issues.
Microsoft IIS Notes
IIS FastCGI extension module must be configured to use Tcp protocol instead of default Named Pipes protocol. Is can be done by adding
Protocol=Tcp
into corresponding Application section of fcgiext.ini file.
Last modified
8 years ago
Last modified on Mar 31, 2014, 5:14:59 AM
Note:
See TracWiki
for help on using the wiki.