C fast-cgi implementation

Huy Phan dachuy at gmail.com
Sat Apr 25 08:51:30 MSD 2009


Charles McGarvey <onefriedrice at ...> writes:

> 
> 
> http://www.fastcgi.com/drupal/node/5
> 
> Download the "Development Kit" which includes a C library implementation
> of FastCGI and C/C++ examples.  The library is very easy to learn, so
> you should be up and running quickly.  Read the fcgiapp.h file to get going.
> 
> Cheers,
> Chaz
> 

Thanks for this page, 
I see that Nginx has the module NginxHttpFcgiModule which allows Nginx to
interact with FastCGI processes, but we have to start the fastcgi server myself. 
I wrote the code with FastCGI Dev Kit but don't know how to start the FastCGI
server with it.
The document from fastcgi.com only mentions about servers that support FastCGI
and execute itself.






More information about the nginx mailing list