How to Install fcgiwrap in Ubuntu 18.04



Install fcgiwrap by entering the following commands in the terminal:

sudo apt update
sudo apt install fcgiwrap

Description:

simple server to run CGI applications over FastCGI

fcgiwrap is a simple server for running CGI applications over FastCGI. Its goal is to provide clean CGI support to the nginx webserver, although can be used with others. . fcgiwrap is lightweight and has no configuration, making it possible to use the same pool to run different sites.

Homepage: https://github.com/gnosek/fcgiwrap

Version: 1.1.0-10

Section: universe/web