fcgi

FastCGI library and tools for web server integration

brewmacoslinux
Try with needOr install directly
Source

About

Protocol for interfacing interactive programs with a web server

Commands

cgi-fcgi

Examples

Run a CGI script as a FastCGI application$ cgi-fcgi -bind -listen 9000 /path/to/script.cgi
Connect to a FastCGI application server$ cgi-fcgi -connect localhost:9000
Test FastCGI protocol communication with a local socket$ cgi-fcgi -bind -listen /tmp/fcgi.sock /usr/bin/perl /path/to/app.pl