Ansible role to install cgi-fcgi, a bridge from CGI to FastCGI
Installs cgi-fcgi, a bridge from CGI to FastCGI
This command can be used for debugging a fcgi setup (e.g. php-fpm by
making it easier to send synthetic test requests directly to the fcgi
server)
- hosts: servers
roles:
- role: wtanaka.cgi-fcgi
GPLv2