FastCGI
Description:
FastCGI server interface library
This library makes it easy to be a server for FastCGI programs so that a web server, like Apache, nginx, or lighthttpd can proxy for this application.
There are three interfaces: a CGI-esque interface available through stdin and friends, a single-threaded interface available via accept and a multi-threaded interface available via request.