Flup is a random collection of WSGI servers and middleware.
Flup offer three sets of WSGI servers/gateways, which speak AJP 1.3, FastCGI, and SCGI. Each server comes in two flavors: a threaded version, and a forking version.
Flup offer three sets of WSGI servers/gateways, which speak AJP 1.3, FastCGI, and SCGI. Each server comes in two flavors: a threaded version, and a forking version.
To install py27-flup, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-flup
To see what files were installed by py27-flup, run:
port contents py27-flup
To later upgrade py27-flup, run:
sudo port selfupdate && sudo port upgrade py27-flup
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.