openbsd-ports/net/ziproxy/pkg/MESSAGE
edd c43f7e713d import ziproxy
Ziproxy is forwarding, non-caching, compressing HTTP proxy server.
Basically it squeezes images by converting them to lower quality JPEGs
or JPEG 2000 and compresses (gzip) HTML and other text-like data.  It
also provides other features such as: HTML/JS/CSS optimization,
preemptive hostname resolution, transparent proxying and more.

OK sthen@
2009-10-27 16:46:10 +00:00

10 lines
275 B
Plaintext

A sample configuration file has been installed to:
${SYSCONFDIR}/ziproxy/ziproxy.conf.
To start ziproxy at boot, add the following to /etc/rc.local:
if [ -x ${PREFIX}/bin/ziproxy ]; then
echo -n ' ziproxy'
${PREFIX}/bin/ziproxy -d > /var/run/ziproxy.pid
fi