Description
A small server wrapper that runs CGI applications through FastCGI. It lets web servers hand requests to traditional CGI programs while avoiding the cost of starting a fresh process for every request.
Use it when deploying CGI applications behind a web server that expects FastCGI integration. It is server infrastructure and should be configured with normal web security limits and permissions.