FastCGI library and tools for web server integration
Protocol for interfacing interactive programs with a web server
cgi-fcgi$ cgi-fcgi -bind -listen 9000 /path/to/script.cgi$ cgi-fcgi -connect localhost:9000$ cgi-fcgi -bind -listen /tmp/fcgi.sock /usr/bin/perl /path/to/app.pl