5. Starting Privoxy

Before launching Privoxy for the first time, you will want to configure your browser(s) to use Privoxy as a HTTP and HTTPS proxy. The default is localhost for the proxy address, and port 8118 (earlier versions used port 8000). This is the one configuration step that must be done!

With Netscape (and Mozilla), this can be set under Edit -> Preferences -> Advanced -> Proxies -> HTTP Proxy. For Internet Explorer: Tools -> Internet Properties -> Connections -> LAN Setting. Then, check "Use Proxy" and fill in the appropriate info (Address: localhost, Port: 8118). Include if HTTPS proxy support too.

After doing this, flush your browser's disk and memory caches to force a re-reading of all pages and to get rid of any ads that may be cached. You are now ready to start enjoying the benefits of using Privoxy!

Privoxy is typically started by specifying the main configuration file to be used on the command line. If no configuration file is specified on the command line, Privoxy will look for a file named config in the current directory. Except on Win32 where it will try config.txt.

5.1. RedHat and Debian

We use a script. Note that RedHat does not start Privoxy upon booting per default. It will use the file /etc/privoxy/config as its main configuration file. FIXME: Debian??

 # /etc/rc.d/init.d/privoxy start

5.2. SuSE

We use a script. It will use the file /etc/privoxy/config as its main configuration file. Note that SuSE starts Privoxy upon booting your PC.

 # rcprivoxy start

5.3. Windows

Click on the Privoxy Icon to start Privoxy. If no configuration file is specified on the command line, Privoxy will look for a file named config.txt. Note that Windows will automatically start Privoxy upon booting you PC.

5.4. Solaris, NetBSD, FreeBSD, HP-UX and others

Example Unix startup command:

 # /usr/sbin/privoxy /etc/privoxy/config

5.5. OS/2

FIXME.

5.6. MAX OSX

FIXME.

5.7. AmigaOS

FIXME.

5.8. Command Line Options

Privoxy may be invoked with the following command-line options: