spawn-fcgi

Spawn FastCGI processes for web application servers

brewmacoslinux
Try with needOr install directly
Source

About

Spawn FastCGI processes

Commands

spawn-fcgi

Examples

Spawn a single FastCGI process listening on port 9000$ spawn-fcgi -p 9000 /usr/bin/php-cgi
Spawn 4 FastCGI processes on a Unix socket with specific user$ spawn-fcgi -s /tmp/php.sock -u www-data -g www-data -C 4 /usr/bin/php-cgi
Spawn FastCGI process on localhost with idle timeout$ spawn-fcgi -a 127.0.0.1 -p 9000 -I 60 /usr/bin/php-cgi