polipo(1) - Linux man page
Name
polipo - a caching web proxySynopsis
polipo [ -h | -v | -x ] [ -c config ] [ var=val ]...Description
By default, Polipo listens on TCP port 8123. Please configure your web browser to use the proxy on localhost port 8123.
Options
- -h
- Display help and exit.
- -v
- Display the list of configuration variables and exit.
- -x
- Purge the on-disk cache and exit.
- -c
- Select an alternate configuration file.
- var=val
- Change the value of a configuration variable.
Files
- /etc/polipo/config
- The default location of Polipo's configuration file.
- /etc/polipo/forbidden
- The default location of the list of forbidden URLs.
- /var/cache/polipo/
- The default location of the on-disk cache.
- /usr/share/polipo/www/
- The default root of the local web space.
Signals
- SIGUSR1
- write out all in-memory objects to disk and reload the forbidden URLs file.
- SIGUSR2
- write out all in-memory objects to disk, discard all in-memory objects, and reload the forbidden URLs file.
- SIGTERM, SIGINT, SIGHUP
- write out all in-memory objects to disk and quit.
Security
The internal web server will follow symbolic links that point outside the local document tree. You should run Polipo in a chroot jail if that is a problem.There is no reason to run Polipo as root.
Full Documentation
The full manual for Polipo is maintained in a texinfo file, and is normally available through a web server internal to Polipo. Please make sure that Polipo is running, and point your favourite web browser at- http://localhost:8123/
Alternatively, you may type
- $ info polipo
at a shell prompt, or
- C-h i m polipo RET
in Emacs.