[Howto] - Polipo 1.0.4 under OpenBSD
By my quick search for a fast and small HTTP-Proxy, which runs under OpenBSD, I’ve found the caching web proxy Polipo, which looks really good. Hence here is a short howto about the installation & configuration (which is really really fast & easy to do) of Polipo under OpenBSD.
Download
# cd /tmp/
# ftp http://freehaven.net/~chrisd/polipo/polipo-1.0.4.tar.gz
# tar xvfz polipo-1.0.4.tar.gz
Installation
# cd polipo-1.0.4
# make all
# make install