Guide To Install fcgiwrap On Mac using Brew
Package Information:
Name: fcgiwrap
Use: CGI support for Nginx
URL: https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fcgiwrap using brew
brew install fcgiwrap
fcgiwrap is ready to use now!