0adf4238b5
Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy) designed to be used by one person or a small group of people. I like to think that is similar in spirit to WWWOFFLE, but the implementation techniques are more like the ones ones used by Squid. from Jon Trembley <jon@brain-box.net>; help and ok alek@
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
When run as the root user, the polipo daemon will drop privileges to
|
|
that of the _polipo user and its login group.
|
|
|
|
Some sample configuration files have been installed in
|
|
${SYSCONFDIR}/polipo.
|
|
|
|
Additionally, you may wish to start polipo at system start-up time via
|
|
the /etc/rc.local script.
|
|
|
|
if [ X"${polipo}" == X"YES" -a -x ${PREFIX}/bin/polipo ]; then
|
|
echo -n ' polipo'
|
|
${PREFIX}/bin/polipo daemonise=yes
|
|
fi
|
|
|
|
and adding "polipo=YES" to /etc/rc.conf.local
|