advanced proxy caching server for http, https, ftp, gopher
Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Squid keeps metadata and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 5.x is the previous release series, and needs a C++11 compiler to build.
Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Squid keeps metadata and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 5.x is the previous release series, and needs a C++11 compiler to build.
To install squid5, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install squid5
To see what files were installed by squid5, run:
port contents squid5
To later upgrade squid5, run:
sudo port selfupdate && sudo port upgrade squid5
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.