fcgiwrap

FastCGI wrapper that enables CGI script support for Nginx

brewmacoslinux
Try with needOr install directly
Source

About

CGI support for Nginx

Commands

fcgiwrap

Examples

Start fcgiwrap listening on Unix socket for Nginx$ fcgiwrap -s unix:/var/run/fcgiwrap.socket
Run fcgiwrap with multiple worker processes on TCP port$ fcgiwrap -c 4 -s tcp:127.0.0.1:9000
Start fcgiwrap as a daemon with socket ownership$ fcgiwrap -s unix:/var/run/fcgiwrap.socket -U www-data -G www-data