Rebuild documentation for the new config directives in 3.0.20
[privoxy.git] / doc / webserver / faq / installation.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6   <title>Installation</title>
7   <meta name="GENERATOR" content=
8   "Modular DocBook HTML Stylesheet Version 1.79">
9   <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
10   "index.html">
11   <link rel="PREVIOUS" title="General Information" href="general.html">
12   <link rel="NEXT" title="Configuration" href="configuration.html">
13   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
14   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
15 </head>
16
17 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
18 "#840084" alink="#0000FF">
19   <div class="NAVHEADER">
20     <table summary="Header navigation table" width="100%" border="0"
21     cellpadding="0" cellspacing="0">
22       <tr>
23         <th colspan="3" align="center">Privoxy Frequently Asked
24         Questions</th>
25       </tr>
26
27       <tr>
28         <td width="10%" align="left" valign="bottom"><a href="general.html"
29         accesskey="P">Prev</a></td>
30
31         <td width="80%" align="center" valign="bottom"></td>
32
33         <td width="10%" align="right" valign="bottom"><a href=
34         "configuration.html" accesskey="N">Next</a></td>
35       </tr>
36     </table>
37     <hr align="left" width="100%">
38   </div>
39
40   <div class="SECT1">
41     <h1 class="SECT1"><a name="INSTALLATION" id="INSTALLATION">2.
42     Installation</a></h1>
43
44     <div class="SECT2">
45       <h3 class="SECT2"><a name="WHICHBROWSERS" id="WHICHBROWSERS">2.1. Which
46       browsers are supported by Privoxy?</a></h3>
47
48       <p>Any browser that can be configured to use a proxy, which should be
49       virtually all browsers, including <span class=
50       "APPLICATION">Firefox</span>, <span class="APPLICATION">Internet
51       Explorer</span>, <span class="APPLICATION">Opera</span>, and
52       <span class="APPLICATION">Safari</span> among others. Direct browser
53       support is not an absolute requirement since <span class=
54       "APPLICATION">Privoxy</span> runs as a separate application and talks
55       to the browser in the standardized HTTP protocol, just like a web
56       server does.</p>
57     </div>
58
59     <div class="SECT2">
60       <h3 class="SECT2"><a name="WHICHOS" id="WHICHOS">2.2. Which operating
61       systems are supported?</a></h3>
62
63       <p>At present, <span class="APPLICATION">Privoxy</span> is known to run
64       on Windows 95 and later versions (98, ME, 2000, XP, Vista, Windows 7
65       etc.), GNU/Linux (RedHat, SuSE, Debian, Fedora, Gentoo, Slackware and
66       others), Mac OS X, OS/2, Haiku, DragonFly, FreeBSD, NetBSD, OpenBSD,
67       Solaris, and various other flavors of Unix.</p>
68
69       <p><span class="APPLICATION">Privoxy</span> used to work on AmigaOS and
70       QNX, too, but the code currently isn't maintained and its status
71       unknown. It might no longer compile, but getting it working again
72       shouldn't be too hard.</p>
73
74       <p>But any operating system that runs TCP/IP, can conceivably take
75       advantage of <span class="APPLICATION">Privoxy</span> in a networked
76       situation where <span class="APPLICATION">Privoxy</span> would run as a
77       server on a LAN gateway. Then only the <span class=
78       "QUOTE">"gateway"</span> needs to be running one of the above operating
79       systems.</p>
80
81       <p>Source code is freely available, so porting to other operating
82       systems is always a possibility.</p>
83     </div>
84
85     <div class="SECT2">
86       <h3 class="SECT2"><a name="EMAIL-CLIENT" id="EMAIL-CLIENT">2.3. Can I
87       use Privoxy with my email client?</a></h3>
88
89       <p>As long as there is some way to set a HTTP proxy for the client,
90       then yes, any application can be used, whether it is strictly speaking
91       a <span class="QUOTE">"browser"</span> or not. Though this may not be
92       the best approach for dealing with some of the common abuses of HTML in
93       email. See <a href="configuration.html#OUTLOOK">How can I configure
94       <span class="APPLICATION">Privoxy</span> with <span class=
95       "APPLICATION">Outlook</span>?</a> below for more on this.</p>
96
97       <p>Be aware that HTML email presents a number of unique security and
98       privacy related issues, that can require advanced skills to overcome.
99       The developers recommend using email clients that can be configured to
100       convert HTML to plain text for these reasons.</p>
101     </div>
102
103     <div class="SECT2">
104       <h3 class="SECT2"><a name="FIRSTSTEP" id="FIRSTSTEP">2.4. I just
105       installed Privoxy. Is there anything special I have to do now?</a></h3>
106
107       <p>All browsers should be told to use <span class=
108       "APPLICATION">Privoxy</span> as a proxy by specifying the correct proxy
109       address and port number in the appropriate configuration area for the
110       browser. It's possible to combine <span class=
111       "APPLICATION">Privoxy</span> with a packet filter to intercept HTTP
112       requests even if the client isn't explicitly configured to use
113       <span class="APPLICATION">Privoxy</span>, but where possible,
114       configuring the client is recommended. See <a href=
115       "../user-manual/startup.html" target="_top">the User Manual for more
116       details</a>. You should also flush your browser's memory and disk cache
117       to get rid of any cached junk items, and remove any stored <a href=
118       "http://en.wikipedia.org/wiki/Browser_cookie" target=
119       "_top">cookies</a>.</p>
120     </div>
121
122     <div class="SECT2">
123       <h3 class="SECT2"><a name="LOCALHOST" id="LOCALHOST">2.5. What is the
124       proxy address of Privoxy?</a></h3>
125
126       <p>If you set up the <span class="APPLICATION">Privoxy</span> to run on
127       the computer you browse from (rather than your ISP's server or some
128       networked computer on a LAN), the proxy will be on <tt class=
129       "LITERAL">127.0.0.1</tt> (sometimes referred to as <span class=
130       "QUOTE">"localhost"</span>, which is the special name used by every
131       computer on the Internet to refer to itself) and the port will be 8118
132       (unless you used the <a href=
133       "../user-manual/config.html#LISTEN-ADDRESS" target=
134       "_top">listen-address</a> config option to tell <span class=
135       "APPLICATION">Privoxy</span> to run on a different port).</p>
136
137       <p>When configuring your browser's proxy settings you typically enter
138       the word <span class="QUOTE">"localhost"</span> or the IP address
139       <span class="QUOTE">"127.0.0.1"</span> in the boxes next to
140       <span class="QUOTE">"HTTP"</span> and <span class=
141       "QUOTE">"Secure"</span> (HTTPS) and then the number <span class=
142       "QUOTE">"8118"</span> for <span class="QUOTE">"port"</span>. This tells
143       your browser to send all web requests to <span class=
144       "APPLICATION">Privoxy</span> instead of directly to the Internet.</p>
145
146       <p><span class="APPLICATION">Privoxy</span> can also be used to proxy
147       for a Local Area Network. In this case, your would enter either the IP
148       address of the LAN host where <span class="APPLICATION">Privoxy</span>
149       is running, or the equivalent hostname, e.g. <tt class=
150       "LITERAL">192.168.1.1</tt>. Port assignment would be same as above.
151       Note that <span class="APPLICATION">Privoxy</span> doesn't listen on
152       any LAN interfaces by default.</p>
153
154       <p><span class="APPLICATION">Privoxy</span> does not currently handle
155       any other protocols such as FTP, SMTP, IM, IRC, ICQ, etc.</p>
156     </div>
157
158     <div class="SECT2">
159       <h3 class="SECT2"><a name="NOTHING" id="NOTHING">2.6. I just installed
160       Privoxy, and nothing is happening. All the ads are there. What's
161       wrong?</a></h3>
162
163       <p>Did you configure your browser to use <span class=
164       "APPLICATION">Privoxy</span> as a proxy? It does not sound like it. See
165       above. You might also try flushing the browser's caches to force a full
166       re-reading of pages. You can verify that <span class=
167       "APPLICATION">Privoxy</span> is running, and your browser is correctly
168       configured by entering the special URL: <a href="http://p.p/" target=
169       "_top">http://p.p/</a>. This should take you to a page titled
170       <span class="QUOTE">"This is Privoxy.."</span> with access to
171       <span class="APPLICATION">Privoxy's</span> internal configuration. If
172       you see this, then you are good to go. If you receive a page saying
173       <span class="QUOTE">"Privoxy is not running"</span>, then the browser
174       is not set up to use your <span class="APPLICATION">Privoxy</span>
175       installation. If you receive anything else (probably nothing at all),
176       it could either be that the browser is not set up correctly, or that
177       <span class="APPLICATION">Privoxy</span> is not running at all. Check
178       the <a href="../user-manual/config.html#LOGFILE" target="_top">log
179       file</a>. For instructions on starting <span class=
180       "APPLICATION">Privoxy</span> and browser configuration, see the
181       <a href="http://www.privoxy.org/user-manual/startup.html" target=
182       "_top">chapter on starting <span class="APPLICATION">Privoxy</span></a>
183       in the <a href="http://www.privoxy.org/user-manual/" target="_top">User
184       Manual</a>.</p>
185     </div>
186
187     <div class="SECT2">
188       <h3 class="SECT2"><a name="NOTUSED" id="NOTUSED">2.7. I get a
189       <span class="QUOTE">"Privoxy is not being used"</span> dummy page
190       although Privoxy is running and being used.</a></h3>
191
192       <p>First, make sure that Privoxy is <span class="emphasis"><i class=
193       "EMPHASIS">really</i></span> running and being used by visiting
194       <a href="http://p.p/" target="_top">http://p.p/</a>. You should see the
195       <span class="APPLICATION">Privoxy</span> main page. If not, see the
196       <a href="http://www.privoxy.org/user-manual/startup.html" target=
197       "_top">chapter on starting <span class="APPLICATION">Privoxy</span></a>
198       in the <a href="http://www.privoxy.org/user-manual/" target="_top">User
199       Manual</a>.</p>
200
201       <p>Now if <a href="http://p.p/" target="_top">http://p.p/</a> works for
202       you, but other parts of <span class="APPLICATION">Privoxy</span>'s web
203       interface show the dummy page, your browser has cached a redirection it
204       encountered before <span class="APPLICATION">Privoxy</span> was being
205       used. You need to clear your browser's cache. Note that shift-reloading
206       the dummy page won't help, since that'll only refresh the dummy page,
207       not the redirection that lead you there.</p>
208
209       <p>The procedure for clearing the cache varies from browser to browser.
210       For example, <span class="APPLICATION">Mozilla/Netscape</span> users
211       would click <span class="GUIBUTTON">Edit</span> --&gt; <span class=
212       "GUIBUTTON">Preferences</span> --&gt; <span class=
213       "GUIBUTTON">Advanced</span> --&gt; <span class="GUIBUTTON">Cache</span>
214       and then click both <span class="QUOTE">"<span class="GUIBUTTON">Clear
215       Memory Cache</span>"</span> and <span class="QUOTE">"<span class=
216       "GUIBUTTON">Clear Disk Cache</span>"</span>. In some <span class=
217       "APPLICATION">Firefox</span> versions it's <span class=
218       "GUIBUTTON">Tools</span> --&gt; <span class="GUIBUTTON">Options</span>
219       --&gt; <span class="GUIBUTTON">Privacy</span> --&gt; <span class=
220       "GUIBUTTON">Cache</span> and then click <span class=
221       "QUOTE">"<span class="GUIBUTTON">Clear Cache Now</span>"</span>.</p>
222     </div>
223   </div>
224
225   <div class="NAVFOOTER">
226     <hr align="left" width="100%">
227
228     <table summary="Footer navigation table" width="100%" border="0"
229     cellpadding="0" cellspacing="0">
230       <tr>
231         <td width="33%" align="left" valign="top"><a href="general.html"
232         accesskey="P">Prev</a></td>
233
234         <td width="34%" align="center" valign="top"><a href="index.html"
235         accesskey="H">Home</a></td>
236
237         <td width="33%" align="right" valign="top"><a href=
238         "configuration.html" accesskey="N">Next</a></td>
239       </tr>
240
241       <tr>
242         <td width="33%" align="left" valign="top">General Information</td>
243
244         <td width="34%" align="center" valign="top">&nbsp;</td>
245
246         <td width="33%" align="right" valign="top">Configuration</td>
247       </tr>
248     </table>
249   </div>
250 </body>
251 </html>