1 Polipo installation instructions -*-text-*-
2 ********************************
4 1. Building and running polipo
5 ******************************
12 If you want Polipo to put itself into the background, you may replace
15 $ polipo daemonise=true logFile="/var/log/polipo.log"
17 On SVR4 systems (Solaris, HP/UX), you will need to use one of the
18 following (whichever works):
20 $ make PLATFORM_DEFINES=-DSVR4 all
21 $ make PLATFORM_DEFINES=-DSVR4 LDLIBS='-lsocket -lnsl -lresolv' all
23 You can also use Polipo without installing:
26 $ nroff -man polipo.man | more
29 2. Configuring your user-agent
30 ******************************
32 Once polipo is running, configure your user-agent (web browser) to use
33 the proxy on `http://localhost:8123/'. Depending on the user-agent,
34 this is done either by setting the environment variable http_proxy,
37 $ http_proxy=http://localhost:8123; export http_proxy
39 or by using the browser's ``preferences'' menu.
44 If you want to use an on-disk cache, you will need to create its root
47 $ mkdir /var/cache/polipo/
49 You should then arrange for cron to run the following on a regular
57 If you want to use a configuration file, you should put it in one of
58 the locations `/etc/polipo/config' or `~/.polipo'; you can also use
59 the `-c' flag to put it in a non-standard location. See the file
60 `config.sample' for an example.
62 You might also want to create a forbidden URLs file, which you should
63 put either in one of `/etc/polipo/forbidden' or `~/.polipo-forbidden';
64 you can set the variable `forbiddenFile' in your config file if you
65 want to put it in a non-standard location. See `forbidden.sample' for