A reverse proxy, load balancer and HTTPS front-end for Web server(s)
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively.
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively.
To install pound, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pound
To see what files were installed by pound, run:
port contents pound
To later upgrade pound, run:
sudo port selfupdate && sudo port upgrade pound
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.