Version update. Spell chkconfig correctly :)
[privoxy.git] / doc / source / faq.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
2 <!entity % dummy "INCLUDE"> 
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity seealso SYSTEM "seealso.sgml">
7 <!entity contacting SYSTEM "contacting.sgml">
8 <!entity history SYSTEM "history.sgml">
9 <!entity copyright SYSTEM "copyright.sgml">
10 <!entity p-version "2.9.14">
11 <!entity p-status "beta">
12 <!entity % p-not-stable "INCLUDE">
13 <!entity % p-stable "IGNORE">
14 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
15 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
16 <!entity % p-supp-userman "INCLUDE"> <!-- Include all from supported.sgml -->
17 ]>
18 <!--
19  File        :  $Source: /cvsroot/ijbswa/current/doc/source/faq.sgml,v $
20
21  Purpose     :  FAQ
22                 This file belongs into
23                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
24                 
25  $Id: faq.sgml,v 1.44 2002/04/07 21:24:29 hal9 Exp $
26
27  Written by and Copyright (C) 2001 the SourceForge
28  Privoxy team. http://www.privoxy.org/
29
30  Based on the Internet Junkbuster originally written
31  by and Copyright (C) 1997 Anonymous Coders and 
32  Junkbusters Corporation.  http://www.junkbusters.com
33
34  <Qandaset defaultlabel='qanda'>
35   <QandAEntry>
36    <question>
37     <para> 
38      How are you?
39     </para>
40    </question>
41    <answer>
42     <para> 
43      Fine.
44     </para>
45    </answer>
46   </QandAEntry>
47  </QandASet>
48
49  ========================================================================
50  NOTE: Please read developer-manual/documentation.html before touching 
51  anything in this, or other Privoxy documentation. You have been warned!
52  Failure to abide by this rule will result in the revocation of your license 
53  to live a peaceful existence!
54  ========================================================================
55
56 -->
57
58
59 <article id="index" class="faq">
60 <artheader>
61 <title>Privoxy Frequently Asked Questions</title>
62
63 <pubdate>$Id: faq.sgml,v 1.44 2002/04/07 21:24:29 hal9 Exp $</pubdate>
64
65 <authorgroup>
66  <author>
67   <affiliation>
68    <orgname>By: Privoxy Developers</orgname>
69    </affiliation>
70  </author>
71 </authorgroup>
72
73 <abstract>
74 <![%dummy;[
75 <para>
76  <comment>
77   This is here to keep vim syntax file from breaking :/
78   If I knew enough to fix it, I would.
79   PLEASE DO NOT REMOVE! HB: hal@foobox.net
80  </comment>
81 </para>
82 ]]>
83  <para>
84  This FAQ gives users and developers alike answers to frequently asked
85  questions about <ulink url="http://www.privoxy.org">Privoxy</ulink> 
86  <![%p-stable;[ v.&p-version]]>.
87  </para>
88
89 <!-- Include privoxy.sgml boilerplate: -->
90  &p-intro;
91 <!-- end boilerplate -->
92
93  <para>
94   You can find the latest version of the document at <ulink
95   url="http://www.privoxy.org/faq/">http://www.privoxy.org/faq/</ulink>.
96   Please see the Contact section if you want to contact the developers.
97  </para>
98
99 <!--   <para> -->
100 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
101 <!--   </para> -->
102 </abstract>
103 </artheader>
104
105 <!--   ~~~~~       New section      ~~~~~     -->
106 <sect1 id="intro" label=""><title></title>
107 <!-- dummy section to force TOC on page by itself -->
108 <!-- DO NOT REMOVE! please ;) -->
109 <para> </para>
110 </sect1>
111
112 <!--   ~~~~~       New section      ~~~~~     -->
113
114 <sect1 label="1" id="general"><title>General Information</title>
115
116 <sect2 renderas="sect3" id="newjb"><title>What is this new version of <application>Privoxy</application>?</title>
117  <para>
118   The original <application><trademark>Internet
119   Junkbuster</trademark></application> (tm) is a copyrighted product of <ulink
120   url="http://www.junkbusters.com">Junkbusters Corporation</ulink>.
121   Development of this effort stopped some time ago as of version 2.0.2. Stefan
122   Waldherr started the ijbswa project on <ulink
123   url="http://sourceforge.net/projects/ijbswa/">Sourceforge</ulink> to
124   rekindle development. Other developers subsequently joined with Stefan, and
125   have since added many new features, refinements and enhancements. The result
126   of this effort is <application>Privoxy</application>.
127  </para>
128  <para>
129   <application>Privoxy</application> has evolved from the 
130   <application>Junkbuster 2.0.2</application> code base, and has advanced
131   significantly at this point. 
132  </para>
133  <para> 
134   Please see the <link linkend="copyright">History section</link> for more
135   information on the history of <application>Junkbuster</application> and 
136   <application>Privoxy</application>.
137  </para>
138
139 </sect2>
140
141
142 <sect2 renderas="sect3">
143 <title id="whyprivoxy">Why <quote>Privoxy</quote>? Why a name change at all?</title>
144 <para>
145  <application>Privoxy</application> is the 
146  <quote><emphasis>Privacy Enhancing Proxy</emphasis></quote>.
147 </para>
148 <para>
149  There are potential legal complications from the continued use of the 
150  <application>Junkbuster</application> name, which is a registered trademark of 
151  <ulink url="http://junkbusters.com">Junkbusters Corporation</ulink>.
152  And thus they <quote>own</quote> the rights to the name.
153  (There are, however, no objections from Junkbusters Corporation to the 
154  <application>Privoxy</application> project itself, and they, in fact, still
155  share our ideals and goals.)
156 </para>
157
158 <para>
159  The developers also believed that there are so many changes from the original 
160  code, that it was time to make a clean break from the past and make 
161  a name in their own right<![%p-not-stable;[, especially now with the pending
162  release of version 3.0]]>.
163 </para>
164 </sect2>
165
166
167 <sect2 renderas="sect3" id="differs"><title>How does <application>Privoxy</application> differ
168 from the old <application>Junkbuster?</application></title> 
169 <para>
170   <application>Privoxy</application> picks up where
171   <application>Junkbuster</application> left off. All the old features remain.
172   The new <application>Privoxy</application> still blocks ads and banners,
173   still manages cookies, and still helps protect your privacy. But, these are
174   all enhanced, and many new features have been added, all in the same vein.
175  </para>
176  <para>
177   The configuration has changed significantly as well. This is something that
178   users will notice right off the bat if you are upgrading from 
179   <application>Junkbuster</application> 2.0.x. The <quote>blocklist</quote>
180   file does not exist any more. This is replaced by <quote>actions</quote>
181   files, such as <filename>default.actions</filename>. This is where most of
182   the per site configuration is now.
183  </para>
184 </sect2>
185
186 <sect2 renderas="sect3" id="features"><title>What are some of the new features?</title>
187 <!-- Include newfeatures.sgml: --> 
188  &newfeatures;
189 <!-- end include -->
190
191 </sect2>
192
193 <sect2 renderas="sect3" id="proxymoron"><title>What is a <quote>proxy</quote>? How does
194 <application>Privoxy</application> work? </title>
195  <para>
196   When you connect to a web site with <application>Privoxy</application>, 
197   you are really connecting to your locally running version of 
198   <application>Privoxy</application>. <application>Privoxy</application>
199   intercepts your requests for the web page, and relays that to the 
200   <quote>real</quote> web site. The web site sends the HTTP data stream 
201   back to <application>Privoxy</application>, where
202   <application>Privoxy</application> can work its magic before it 
203   relays this data back to your web browser.
204  </para>
205
206  <para>
207   Since <application>Privoxy</application> sits between you and the 
208   WWW, it is in a position to intercept and completely manage all web traffic and 
209   HTTP content before it gets to your browser.
210   <application>Privoxy</application> uses various programming methods to do
211   this, all of which is under your control via the various configuration
212   files and options.
213  </para>
214
215  <para>
216   There are many kinds of proxies. <application>Privoxy</application> best 
217   fits the <quote>filtering proxy</quote> category.
218  </para>
219
220 </sect2>
221
222
223 <sect2 renderas="sect3">
224 <title id="knows">How does <application>Privoxy</application> know what is
225 an ad, and what is not?</title>
226 <para>
227  <application>Privoxy</application> processes all the raw content of every 
228  web page. So it reads everything on each page. It then compares this to the
229  rules as set up in the configuration files, and looks for any matches to
230  these rules. <application>Privoxy</application> makes heavy use of
231  <quote>regular expressions</quote>. (If you are not familiar with regular
232  expressions, it is explained briefly in <ulink
233  url="../user-manual/appendix.html">the user manual</ulink>.) Regular
234  expressions facilitate matching of one text string against another, using
235  wildcards to build complex patterns. So <application>Privoxy</application>
236  will typically look for URLs and other content that match certain key words
237  and expressions as defined in the configuration files. For instance a URL
238  that contains <quote>/banners</quote>, has a high probability of containing
239  ad banners, and thus would be a prime candidate to have a matching rule.
240 </para>
241 <para>
242  So <application>Privoxy</application> will look for these kinds of obvious 
243  looking culprits. And also, will use lists of known organizations that
244  specialize in ads. Again, using complex patterns to match as many potential 
245  combinations as possible since there tend to be many, many variations used by 
246  advertisers, and new ones are being introduced all the time.
247 </para>
248 </sect2>
249
250 <sect2 renderas="sect3">
251 <title id="mistakes">Can <application>Privoxy</application> make mistakes? 
252 This does not sound very scientific.</title>
253 <para>
254  Actually, it's a black art ;-) And yes, it is always possible to have a broad rule
255  accidentally block something by mistake. There is a good chance you may run 
256  into such a situation at some point. It is tricky writing rules to cover
257  every conceivable possibility, and not occasionally get false positives.
258 </para>
259
260 <para>
261  But this should not be a big concern since the
262  <application>Privoxy</application> configuration is very flexible, and
263  includes tools to help identify these types of situations so they can be
264  addressed as needed, allowing you to customize your installation.
265  (<link linkend="badsite">See the Troubleshooting section below</link>.)
266 </para>
267
268 </sect2>
269
270
271 <sect2 renderas="sect3" id="browsers2"><title>My browser does the same things as
272 <application>Privoxy</application>. Why should I use
273 <application>Privoxy</application> at all?</title>
274  <para>
275   Modern browsers do indeed have <emphasis>some</emphasis> of the same
276   functionality as <application>Privoxy</application>. Maybe this is
277   adequate for you. But <application>Privoxy</application> is much more
278   versatile and powerful, and can do a number of things that browsers just can't.
279  </para>
280  <para>
281   In addition, a proxy is good choice if you use multiple browsers, or 
282   have a LAN with multiple computers. This way all the configuration 
283   is in one place, and you don't have to maintain a similar configuration 
284   for possibly many browsers.
285
286  </para>
287 </sect2>
288
289
290
291 <sect2 renderas="sect3" id="license"><title>Is there is a license or fee? What about a 
292 warranty? Registration?</title>
293  <para>
294   <application>Privoxy</application> is licensed under the GNU General Public
295   License (GPL). It is free to use, copy, modify or distribute as you wish
296   under the terms of this license.  Please see the Copyright section for more
297   information on the license and copyright.
298
299   </para>
300  <para>
301   There is no warranty of any kind, expressed, implied or otherwise. That is
302   something that would cost real money ;-) There is no registration either.
303   <application>Privoxy</application> really is <emphasis>free</emphasis>
304   in every respect!
305
306  </para>
307
308 </sect2>
309
310 <sect2 renderas="sect3" id="jointeam"><title>I would like to help you, what do I do?</title>
311
312 <sect3 renderas="sect4" id="jointeam-money"><title>Money Money Money</title>
313 <para>
314  We, of course, welcome donations and use the money for domain registering,
315  regular world-wide get-togethers (hahaha). Anyway, we'll soon describe the
316  process how to donate money to the team.
317 </para>
318 </sect3>
319
320 <sect3 renderas="sect4" id="jointeam-work"><title>You want to work with us?</title>
321 <para>
322    Well, helping the team is always a good idea. We welcome new developers,
323    RPM gurus or documentation makers. Simply get an account on sourceforge.net
324    and mail your id to the developer mailing list. Then read the
325    section Quickstart in the <ulink url="../developer-manual/quickstart.html">
326    Developer's Manual</ulink>.
327 </para>
328 <para>
329  Once we have added you to the team, you'll have write access to the CVS
330  repository, and together we'll find a suitable task for you.
331 </para>
332 </sect3>
333
334 </sect2>
335
336 </sect1>
337
338
339 <!--   ~~~~~       New section      ~~~~~     -->
340
341 <sect1  label="2" id="installation"><title>Installation</title>
342
343 <sect2 renderas="sect3" id="whichbrowsers">
344 <title>Which browsers are supported by <application>Privoxy</application>?</title>
345 <para>
346  Any browser that can be configured to use a <quote>proxy</quote>, which 
347  should be virtually all browsers. Direct browser support is not necessary
348  since <application>Privoxy</application> runs as a separate application and
349  just exchanges standard HTML data with your browser, just like a web server
350  does.
351 </para>
352 </sect2>
353
354 <sect2 renderas="sect3" id="whichos">
355 <title>Which operating systems are supported?</title>
356 <!--
357 Include supported.sgml here:
358 -->
359 &supported;
360 </sect2>
361
362 <sect2 renderas="sect3" id="newinstall"><title>Can I install  
363  <application>Privoxy</application> over <application>Junkbuster</application>?</title>
364  <para>
365    We recommend you uninstall <application>Junkbuster</application>
366    first to minimize conflicts and confusion. You may want to 
367    save your old configuration files for future reference. The configuration
368    is substantially changed.
369  </para>
370  <para>
371   See the <ulink
372   url="../user-manual/index.html">user-manual</ulink> for
373   platform specific installation instructions.
374  </para>
375  <para>
376   Note: Some installers may automatically uninstall
377   <application>Junkbuster</application>, if present!
378  </para>
379
380 </sect2>
381
382 <sect2 renderas="sect3">
383 <title id="firststep">I just installed <application>Privoxy</application>. Is there anything 
384 special I have to do now?</title>
385
386 <para>
387  All browsers must be told to use <application>Privoxy</application> 
388  as a proxy by specifying the correct proxy address and port number 
389  in the appropriate configuration area for the browser. See below.
390  Also, you should flush your browser's memory and disk cache to get rid of any
391  cached items.
392
393 </para>
394
395 </sect2>
396
397
398 <sect2 renderas="sect3" id="localhost"><title>What is the proxy address of <application>Privoxy</application>?</title>
399  <para>
400   If you set up the <application>Privoxy</application> to run on
401   the computer you browse from (rather than your ISP's server or some
402   networked computer on a LAN), the proxy will be on <quote>localhost</quote>
403   (which is the special name used by every computer on the Internet to refer
404   to itself) and the port will be 8118 (unless you have <application>Privoxy</application> to run on a different port with the
405   <emphasis>listen-address</emphasis> config option). 
406  </para>
407  <para>
408   When configuring your browser's proxy settings you typically enter
409   the word <quote>localhost</quote> in the boxes next to <quote>HTTP</quote>
410   and <quote>Secure</quote> (HTTPS) and then the number <quote>8118</quote>
411   for <quote>port</quote>.  This tells your browser to send all web 
412   requests to <application>Privoxy</application> instead of directly to the 
413   Internet.
414  </para>
415  <para>
416   <application>Privoxy</application> can also be used to proxy for 
417   a Local Area Network. In this case, your would enter either the IP 
418   address of the LAN host where <application>Privoxy</application> 
419   is running, or the equivalent hostname. Port assignment would be 
420   same as above.
421  </para>
422  <para>
423   <application>Privoxy</application> does not currently handle
424   protocols such as FTP, SMTP, IM, IRC, ICQ, or other Internet
425   protocols. 
426  </para>
427 </sect2>
428
429 <sect2 renderas="sect3">
430 <title id="nothing">I just installed <application>Privoxy</application>, and nothing is happening.
431 All the ads are there. What's wrong?</title>
432
433 <para>
434  Did you configure your browser to use <application>Privoxy</application> 
435  as a proxy? It does not sound like it. See above. You might also try flushing
436  the browser's caches to force a full re-reading of pages. You can verify 
437  that <application>Privoxy</application> is running, and your browser 
438  is correctly configured by entering the special URL: 
439  <ulink url="http://p.p/">http://p.p/</ulink>. This should give you 
440  a banner that says <quote>This is Privoxy</quote> and 
441  access to <application>Privoxy's</application> internal configuration. 
442  If you see this, then you are good to go. If not, the browser or 
443  <application>Privoxy</application> are not set up correctly.
444
445 </para>
446
447 </sect2>
448
449 </sect1>
450
451
452 <!--   ~~~~~       New section      ~~~~~     -->
453
454 <sect1  label="3" id="configuration"><title>Configuration</title>
455
456 <sect2 renderas="sect3" id="newconfig"><title>Can I use my old config files?</title>
457  <para>
458    There are major changes to <application>Junkbuster</application>/ 
459    <application>Privoxy</application> configuration from version 2.0.x to
460    2.9.x and later. Most of the older files will not work at all. This is 
461    especially true of <filename>blocklist</filename>. If this is the case, you
462    will need to re-enter your old data into the new configuration structure.
463    This is probably also a good recommendation even if upgrading from 2.9.x to
464    3.x since there were many minor changes along the way.
465  </para>
466 </sect2>
467
468 <sect2 renderas="sect3">
469 <title id="actionsfile">What is an <quote>actions</quote> file?</title>
470
471 <para>
472  <quote>actions</quote> files are where various actions that
473  <application>Privoxy</application> might take, are configured. 
474  Typically, you would define a set of default actions that apply 
475  to all URLs, then add exceptions to these defaults.
476 </para>
477  
478 <para>
479  Actions can be defined on a per site basis, or for groups of sites. Actions
480  can also be grouped together and then applied to one or more sites. There
481  are many possible actions that might apply to any given site. As an example,
482  if we are blocking cookies as one of our default
483  <application>actions</application>, but need to accept cookies from a given
484  site, we would define this in our <quote>actions</quote> file.
485
486 </para>
487
488 <para>
489  <application>Privoxy</application> comes with several default
490  <application>actions</application> files, with varying degrees 
491  of filtering and blocking, as starting points for your own 
492  configuration (see below).
493 </para>
494
495 </sect2>
496
497 <sect2 renderas="sect3" id="actionss">
498 <title>The <quote>actions</quote> concept confuses me. Please list 
499 some of these <quote>actions</quote>.</title>
500 <para>
501  These are all explained in the 
502  <ulink url="../user-manual/configuration.html#ACTIONSFILE">user-manual</ulink>.
503  Please refer to that.
504 </para>
505 </sect2>
506
507
508 <sect2 renderas="sect3">
509 <title id="actconfig">How are actions files configured? What is the easiest
510 way to do this?</title> 
511
512 <para>
513  The easiest way to do this, is to access <application>Privoxy</application>
514  with your web browser at <ulink url="http://p.p/">http://p.p/</ulink>, 
515  and then select 
516  "<ulink url="http://config.privoxy.org">Edit the actions list</ulink>"
517  from the selection list. You can also do this by editing the appropriate 
518  file with a text editor.
519 </para>
520
521 <para>
522  Please see the 
523  <ulink
524  url="../user-manual/configuration.html#ACTIONSFILE">user-manual</ulink> for a
525  detailed explanation of these and other configuration files, and their
526  various options and syntax.
527 </para>
528 </sect2>
529
530
531 <!--
532 FIXME: Commenting these out until we have some data there. HB 03/17/02.
533
534 <sect2 renderas="sect3" id="yahoo"><title>How can I make my Yahoo account work?</title>
535  <para>
536    Fillme.
537  </para>
538 </sect2>
539
540 <sect2 renderas="sect3" id="hotmail"> <title>How can I make my Hotmail account work?</title>
541   <para>
542    Fillme.
543   </para>
544 </sect2>
545
546 <sect2 renderas="sect3" id="gmx"> <title>How can I make my GMX account work?</title>
547  <para>
548    Fillme.
549  </para>
550 </sect2>
551 -->
552
553 <sect2 renderas="sect3" id="configfiles"> <title>What are the differences between
554 intermediate.action, basic.action, etc.?</title>
555  <para>
556 Configuring <application>Privoxy</application> is not easy. To help you get
557 started, we provide you with three different default configurations. The
558 following table shows you, which features are enabled in each configuration.
559  </para>
560  <para>
561 <table frame=all><title>Default Configurations</title>
562 <tgroup cols=5 align=left colsep=1 rowsep=1>
563 <colspec colname=c1>
564 <colspec colname=c2>
565 <colspec colname=c3>
566 <colspec colname=c4>
567 <colspec colname=c5>
568 <thead>
569 <row>
570   <entry>Feature</entry>
571   <entry>default.action</entry>
572   <entry>basic.action</entry>
573   <entry>intermediate.action</entry>
574   <entry>advanced.action</entry>
575 </row>
576 </thead>
577
578 <!--  <tfoot> -->
579 <!--  <row> -->
580 <!--    <entry>f1</entry> -->
581 <!--    <entry>f2</entry> -->
582 <!--    <entry>f3</entry> -->
583 <!--    <entry>f4</entry> -->
584 <!--    <entry>f5</entry> -->
585 <!--  </row> -->
586 <!--  </tfoot> -->
587
588 <tbody>
589 <!-- new row -->
590 <row>
591   <entry>ad-filtering</entry>
592   <entry>?</entry>
593   <entry>x</entry>
594   <entry>x</entry>
595   <entry>x</entry>
596 </row>
597 <!-- new row -->
598 <row>
599   <entry>blank image</entry>
600   <entry>?</entry>
601   <entry>x</entry>
602   <entry>x</entry>
603   <entry>x</entry>
604 </row>
605 <!-- new row -->
606 <row>
607   <entry>de-animate GIFs</entry>
608   <entry>?</entry>
609   <entry>x</entry>
610   <entry>x</entry>
611   <entry>x</entry>
612 </row>
613 <!-- new row -->
614 <row>
615   <entry>referer forging</entry>
616   <entry>?</entry>
617   <entry>x</entry>
618   <entry>x</entry>
619   <entry>x</entry>
620 </row>
621 <!-- new row -->
622 <row>
623   <entry>jon's +no-cookies-keep (i.e. session cookies only)</entry>
624   <entry>?</entry>
625   <entry>x</entry>
626   <entry>x</entry>
627   <entry>x</entry>
628 </row>
629 <!-- new row -->
630 <row>
631   <entry>no-popup windows</entry>
632   <entry>?</entry>
633   <entry></entry>
634   <entry>x</entry>
635   <entry>x</entry>
636 </row>
637 <!-- new row -->
638 <row>
639   <entry>fast redirects</entry>
640   <entry>?</entry>
641   <entry></entry>
642   <entry>x</entry>
643   <entry>x</entry>
644 </row>
645 <!-- new row -->
646 <row>
647   <entry>hide-referrer</entry>
648   <entry>?</entry>
649   <entry></entry>
650   <entry>x</entry>
651   <entry>x</entry>
652 </row>
653 <!-- new row -->
654 <row>
655   <entry>hide-useragent</entry>
656   <entry>?</entry>
657   <entry></entry>
658   <entry>x</entry>
659   <entry>x</entry>
660 </row>
661 <!-- new row -->
662 <row>
663   <entry>content-modification</entry>
664   <entry>?</entry>
665   <entry></entry>
666   <entry></entry>
667   <entry>x</entry>
668 </row>
669 <!-- new row -->
670 <row>
671   <entry>feature-x</entry>
672   <entry>?</entry>
673   <entry></entry>
674   <entry></entry>
675   <entry></entry>
676 </row>
677 <!-- new row -->
678 <row>
679   <entry>feature-y</entry>
680   <entry>?</entry>
681   <entry></entry>
682   <entry></entry>
683   <entry></entry>
684 </row>
685 <!-- new row -->
686 <row>
687   <entry>feature-z</entry>
688   <entry>?</entry>
689   <entry></entry>
690   <entry></entry>
691   <entry></entry>
692 </row>
693 <!-- finish -->
694 </tbody>
695 </tgroup>
696 </table>
697 </para>
698 </sect2>
699
700 <sect2 renderas="sect3" id="browseconfig"> <title>Why can I change the configuration with a
701 browser? Does that not raise security issues?</title>
702  <para>
703 What I don't understand, is how I can browser edit the config file as a
704 regular user, while the whole <filename>/etc/privoxy</filename> hierarchy
705 belongs to the user <quote>privoxy</quote>, with only 644 permissions.
706  </para>
707  <para>
708 When you use the browser-based editor, <application>Privoxy</application>
709 itself is writing to the config files.  Because
710 <application>Privoxy</application> is running as the user <quote>privoxy</quote>, it can
711 update the config files.
712  </para>
713  <para>
714 If you don't like this, setting <quote>enable-edit-actions 0</quote> in the
715 config file will disable the browser-based editor.  If you're that paranoid,
716 you should also consider setting <quote>enable-remote-toggle 0</quote> to prevent
717 browser-based enabling/disabling of <application>Privoxy</application>.
718  </para>
719  <para>
720 Note that normally only local users can connect to
721 <application>Privoxy</application>, so this is not (normally) a security
722 problem.
723  </para>
724 </sect2>
725
726
727 <sect2 renderas="sect3">
728 <title id="filterfile">What is <quote>default.filter</quote>?</title>
729 <para>
730  The <quote>default.filter</quote> file is used to <quote>filter</quote> any
731  web page content. By <quote>filtering</quote> we mean it can modify, remove, 
732  or change <emphasis>anything</emphasis> on the page, including HTML tags, and
733  JavaScript. Regular expressions are used to accomplish this, and operate 
734  on a line by line basis. This is potentially a very powerful feature, but
735  requires some expertise. 
736 </para>
737
738 <para>
739  If you are familiar with regular expressions, and HTML, you can look at 
740  the provided <filename>default.filter</filename> with a text editor and see
741  some of things it can be used for.
742 </para>
743
744 <para>
745  Presently, there is no GUI editor option for this part of the configuration, 
746  but you can disable/enable various sections of the included default 
747  file with the <quote>Actions List Editor</quote> from your browser.
748 </para>
749
750 </sect2>
751
752 <sect2 renderas="sect3">
753 <title id="lanconfig">How can I set up <application>Privoxy</application> to act as a proxy for my 
754  LAN?</title>
755 <para>
756  By default, <application>Privoxy</application> only responds to requests 
757  from localhost. To have it act as a server for a network, this needs to be 
758  changed in the main config file where the <application>Privoxy</application>
759  configuration is located. In that file is a <quote>listen-address</quote> 
760  option. It may be commented out with a <quote>#</quote> symbol. Make sure 
761  it is uncommented, and assign it the address of the LAN gateway interface, 
762  and port number to use:
763 </para>
764
765 <para>
766  <screen>
767   listen-address  192.168.1.1:8118
768  </screen>
769 </para>
770
771 <para>
772  Save the file, and restart <application>Privoxy</application>. Configure 
773  all browsers on the network then to use this address and port number.
774 </para>
775
776 </sect2>
777
778
779 <sect2 renderas="sect3">
780 <title id="noseeum">Instead of ads, now I get a checkerboard pattern. I don't want to see anything.</title>
781 <para>
782  This is a configuration option for images that
783  <application>Privoxy</application> is stopping. You have the choice <!-- of
784  the --> <!-- <application>Privoxy</application> logo, --> of a checkerboard
785  pattern, a transparent 1x1 GIF image (aka <quote>blank</quote>), or a custom
786  URL of your choice. Note that to fit this category, the URL must match both 
787  the <quote>+image</quote> and <quote>+block</quote> actions.
788 </para>
789
790 <para>
791  If you want to see nothing, then change the <quote>+image-blocker</quote> 
792  action to <quote>+image-blocker{blank}</quote>. This can be done from the 
793  <quote>Edit Actions List</quote> selection at <ulink
794  url="http://p.p/">http://p.p/</ulink>. Or by hand editing the appropriate 
795  actions file. This will only effect what is defined as <quote>images</quote>
796  though. Also, some URLs that generate the bright red <quote>Blocked</quote>
797  banner, can be moved to the <quote>+image-blocker</quote> section for the
798  same reason, but there are some limits and risks to this (see below).
799 </para>
800
801 </sect2>
802
803
804 <sect2 renderas="sect3">
805 <title id="whyseeum">Why would anybody want to see a checkerboard pattern?</title>
806 <para>
807  This can be helpful for troubleshooting problems. It might also be good 
808  for anyone new to <application>Privoxy</application> so that they can 
809  see if their favorite pages are displaying correctly, and
810  <application>Privoxy</application> is not inadvertently removing something 
811  important.
812 </para>
813
814 </sect2>
815
816 <sect2 renderas="sect3">
817 <title id="blockedisugly">I see large red banners on some pages that say 
818 <quote>Blocked</quote>. Why and how do I get rid of this?</title>
819 <para>
820  These are URLs that match something in one of 
821  <application>Privoxy's</application> block actions (+block). It is meant
822  to be a warning so that you know something has been blocked and an easy way
823  for you to see why. These are handled differently than what has been defined
824  explicitly as <quote>images</quote> (e.g. ad banners). Depending on the 
825  URL itself, it is sometimes hard for <application>Privoxy</application> to 
826  really know whether there is indeed an ad image there or not. And there are
827  limitations as to what <application>Privoxy</application> can do to 
828  <quote>fool</quote> the browser.
829 </para>
830
831 <para>
832  For instance, if the ad is in a frame, then it is embedded in the separate
833  HTML page used for the frame. In this case, you cannot just substitute an
834  aribitray image (like we would for a <quote>blank</quote> image), for an HTML
835  page. The browser is expecting an HTML page, and that is what it must have
836  for frames. So this situation can be a little trickier to deal with, and 
837  <application>Privoxy</application> will use the <quote>Blocked</quote> page.
838 </para>
839
840 <para>
841  If you want these to be treated as if they were images, so that they can be
842  made invisible, you can try moving the offending URL from the
843  <quote>+block</quote> section to the <quote>+imageblock</quote> section of
844  your actions file. Just be forewarned, if any URL is made
845  <quote>invisible</quote>, you may not have any inkling that something has
846  been removed from that page, or why. If this approach does not work, then you are
847  probably dealing with a frame (or <quote>ilayer</quote>), and the only thing
848  that can go there is an HTML page of some sort.
849 </para>
850 <para>
851  To deal with this situation, you could modify the
852  <quote><filename>block</filename></quote> HTML template that is used by
853  <application>Privoxy</application> to display this, and make it something
854  more to your liking. Currently, there is no configuration option for this.
855  You will have to modify, or create your own page, and use this to replace
856  <filename>templates/blocked</filename>, which is what
857  <application>Privoxy</application> uses to display the <quote>Blocked</quote>
858  page.
859 </para>
860 <para>
861  Another way to deal with this is find why and where
862  <application>Privoxy</application> is blocking the frame, and 
863  diable this. Then let the <quote>+image-blocker</quote> action 
864  handle the ad that is embedded in the frame's HTML page. 
865 </para>
866
867 </sect2>
868
869 <sect2 renderas="sect3" id="alliseeisred">
870 <title>I cannot see all of the <quote>Blocked</quote> page banner. All I
871 see is a bright red square.</title>
872 <para>
873  There is not enough space to fit the entire page. Try right clicking on the
874  visible, red portion, and select <quote>Show Frame</quote>, or equivalent.
875  This will usually allow you to see the entire Privoxy <quote>Blocked</quote>
876  page, and from there you can see just what is being blocked, and why.
877 </para>
878 </sect2>
879
880 <sect2 renderas="sect3" id="srvany">
881 <title>Can <application>Privoxy</application> run as a service 
882 on Win2K/NT?</title>
883 <para>
884  Yes, it can run as a system service using <command>srvany.exe</command>.
885  The only catch is that this will effectively disable the
886  <application>Privoxy</application> icon in the taskbar. You can have 
887  one or the other, but not both at this time :( 
888 </para>
889 <para>
890  There is a pending feature request for this functionality. See 
891  thread: <ulink
892  url="http://sourceforge.net/tracker/?func=detail&#38;atid=361118&#38;aid=485617&#38;group_id=11118">http://sourceforge.net/tracker/?func=detail&#38;atid=361118&#38;aid=485617&#38;group_id=11118</ulink>, 
893  for details, and a sample configuration.
894
895 </para>
896 </sect2>
897
898
899 <sect2 renderas="sect3" id="otherproxy">
900 <title>How can I make <application>Privoxy</application> work with other 
901 proxies like <application>Squid</application>?</title>
902 <para>
903  This can be done. See the <ulink
904  url="../user-manual/configuration.html#FORWARDING">user manual</ulink>, 
905  which describes how to do this.
906
907 </para>
908
909 </sect2>
910
911 </sect1>
912
913 <!--   ~~~~~       New section      ~~~~~     -->
914
915 <sect1  label="4"id="misc"><title>Miscellaneous</title>
916
917 <sect2 renderas="sect3">
918 <title id="slowsme">How much does <application>Privoxy</application> slow my browsing down? This 
919 has to add extra time to browsing.</title>
920 <para>
921  It should not slow you down any in real terms, and may actually help 
922  speed things up since ads, banners and other junk are not being displayed.
923  The actual processing time required by <application>Privoxy</application> 
924  itself for each page, is relatively small in the overall scheme of things,
925  and happens very quickly. This is typically more than offset by time saved
926  not downloading and rendering ad images.
927 </para>
928
929 <para>
930  <quote>Filtering</quote> via the <filename>filterfile</filename> 
931  mechanism may cause a perceived slowdown, since the entire page is buffered
932  before displaying. See below.
933 </para>
934
935 </sect2>
936
937
938
939 <sect2 renderas="sect3" id="loadingtimes"><title>I noticed considerable
940 delays in page requests compared to the old Junkbuster. What's wrong?</title>
941 <para>
942 Using the default filtering configuration, I noticed considerable delays in
943 page requests compared to the old Junkbuster. Loading pages with large contents
944 seemed to take forever, then suddenly delivering all the content at once.
945  </para>
946 <para>
947 The whole content must be loaded in order to filter, and nothing is is
948 sent to the browser during this time. The loading time does not really
949 change in real numbers, but the feeling is different, because most
950 browsers are able to start rendering incomplete content, giving the
951 user a feeling of "it works". 
952  </para>
953 <para>
954 To modify the content of a page (i.e. make frames resizeable again, etc.) and
955 not just replace ads, <application>Privoxy</application> needs to download the
956 entire page first, do its content magic and then send the page to the browser.
957 </para>
958 </sect2>
959
960
961 <sect2 renderas="sect3" id="configurl"><title>What is the "http://p.p/"?</title>
962 <para>
963 Since <application>Privoxy</application> sits between your web browser and the Internet, it can be
964 programmed to handle certain pages specially.
965 </para>
966
967 <para>
968 With recent versions of <application>Privoxy</application> (version 2.9.x), you can get some
969 information about <application>Privoxy</application> and change some settings by going to
970 <ulink url="http://p.p/">http://p.p/</ulink> or, equivalently, <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
971 (Note that p.p is far easier to type but may not work in some
972 configurations. With the name change to <application>Privoxy</application>,
973 this is changed from the previous http://i.j.b/ or earlier 2.9.x versions).
974 </para>
975
976 <para>
977 These pages are <emphasis>not</emphasis> forwarded to a server on the Internet
978 - instead they are handled by a special web server which is built in to
979 <application>Privoxy</application>.
980 </para>
981
982 <para>
983 If you are not running <application>Privoxy</application>, then <ulink
984 url="http://p.p/">http://p.p/</ulink> will fail, and <ulink
985 url="http://config.privoxy.org/">http://config.privoxy.org/</ulink> will
986 return a web page telling you you're not running
987 <application>Privoxy</application>.
988 </para>
989
990 <para>
991 If you have version 2.0.2, then the equivalent is
992 http://example.com/show-proxy-args (but you get far less information, and you
993 should really consider upgrading to &p-version;).
994 </para>
995 </sect2>
996
997 <!--
998 FIXME: commented out until we have data. HB 03/18/02.
999
1000 <sect2 renderas="sect3" id="badfiledesc"><title>I get the message 'Bad File Descriptor', why?</title>
1001 <para>
1002    Fillme.
1003 </para>
1004 </sect2>
1005
1006 <sect2 renderas="sect3" id="proxy-chaining"><title>How do I chain <application>Privoxy</application> with other proxies
1007 (e.g. squid)?</title>
1008 <para>
1009    Fillme.
1010 </para>
1011 </sect2>
1012 -->
1013
1014 <sect2 renderas="sect3" id="blocklist"><title>Do you still maintain the blocklists?</title>
1015 <para>
1016     No. The format of the blocklists has changed significantly in versions
1017     2.9.x and later. <![%p-not-stable;[Once we have released the new stable
1018     version, v3.0, there will again be blocklists that you can update
1019     automatically.]]>
1020 </para>
1021 </sect2>
1022
1023 <sect2 renderas="sect3" id="newads"><title>How can I submit new ads?</title>
1024 <para>
1025     As of now, please discontinue to submit new ad blocking infos. Once we
1026     have released the new version, there will again be a form on the website,
1027     which you can use to contribute new ads.
1028 </para>
1029 </sect2>
1030
1031 <sect2 renderas="sect3" id="ip"><title>How can I hide my IP address?</title>
1032 <para>
1033  You cannot hide your IP address with <application>Privoxy</application> or any other software, since
1034 the server needs to know your IP address to send the answer to you.
1035 </para>
1036 <para>
1037 Fortunately there are many publicly usable anonymous proxies out there, which
1038 solve the problem by providing a further level of indirection between you and
1039 the web server, shared by many people and thus letting your requests "drown"
1040 in white noise of unrelated requests as far as user tracking is concerned.
1041 </para>
1042 <para>
1043 Most of them will, however, log your IP address and make it available to the
1044 authorities in case you abuse that anonymity for criminal purposes. In fact
1045 you can't even rule out that some of them only exist to *collect* information
1046 on (those suspicious) people with a more than average preference for privacy.
1047 </para>
1048 <para>
1049 You can find a list of anonymous public proxies at <ulink
1050 url="http://www.multiproxy.org/anon_list.htm">multiproxy.org</ulink> and many
1051 more through Google.
1052 </para>
1053 </sect2>
1054
1055 <!--  <sect2 renderas="sect3" id="image"><title>What is the imagefile (simage.ini, etc.) for?</title> -->
1056 <!--  <para> -->
1057 <!--   Anytime <application>Privoxy</application> determines (with the help of the blocklist) that a URL -->
1058 <!--   contains an advertisement, it has to decide whether this advertisement is an -->
1059 <!--   image or not. <application>Privoxy</application> uses the imagefile for that purpose. -->
1060 <!--  </para> -->
1061 <!--  </sect2> -->
1062
1063 <sect2 renderas="sect3">
1064 <title id="anonforsure">Can <application>Privoxy</application> guarantee I am anonymous?</title>
1065 <para>
1066  No. Your chances of remaining anonymous are greatly improved, but unless you
1067  are an expert on Internet security it would be safest to assume that
1068  everything you do on the Web can be traced back to you.
1069 </para>
1070 <para>
1071  <application>Privoxy</application> can remove various information about you,
1072  and allows <emphasis>you</emphasis> more freedom  to decide which sites 
1073  you can trust, and what details you want to reveal. But it's still possible
1074  that web sites can find out who you are. Here's one way this can happen.
1075 </para>
1076 <para>
1077  A few browsers disclose the user's email address in certain situations, such
1078  as when transferring a file by FTP. <application>Privoxy</application>
1079  does not filter FTP. If you need this feature, or are concerned about the
1080  mail handler of your browser disclosing your email address, you might
1081  consider products such as <application>NSClean</application>.
1082 </para>
1083 <para>
1084  Browsers available only as binaries could use non-standard headers to give
1085  out any information they can have access to: see the manufacturer's license
1086  agreement. It's impossible to anticipate and prevent every breach of privacy
1087  that might occur. The professionally paranoid prefer browsers available as
1088  source code, because anticipating their behavior is easier. Trust the source,
1089  Luke!
1090 </para>
1091
1092 </sect2>
1093
1094 <sect2 renderas="sect3">
1095 <title id="sitebreak">Might some things break because header information is
1096 being altered?</title>
1097
1098 <para>
1099  Definitely. More and more sites use HTTP header content to decide what to
1100  display and how to display it. There is many ways that this can be handled, 
1101  so having hard and fast rules, is tricky.
1102 </para>
1103
1104 <para>
1105  <quote>USER AGENT</quote> in particular is often used in this way to identify
1106  the browser, and adjust content accordingly. Changing this now is not
1107  recommended, since so many sites do look for this. You may get undesirable 
1108  results by changing this.
1109 </para>
1110
1111 <para>
1112  For instance, different browsers use different encodings of Russian and Czech
1113  characters, certain web servers convert pages on-the-fly according to the
1114  User Agent header. Giving a <quote>User Agent</quote> with the wrong
1115  operating system or browser manufacturer causes some sites in these languages
1116  to be garbled; Surfers to Eastern European sites should change it to
1117  something closer. And then some page access counters work by looking at the
1118  <quote>REFERER</quote> header; they may fail or break if unavailable. The
1119  weather maps of Intellicast have been blocked by their server when no
1120  <quote>REFERER</quote> or cookie is provided, is another example. There are
1121  many, many other ways things can go wrong when trying to fool a web server.
1122 </para>
1123
1124 <para>
1125  If you have problems with a site, you will have to adjust your configuration 
1126  accordingly. Cookies are probably the most likely adjustment that may 
1127  be required, but by no means the only one.
1128 </para>
1129
1130 </sect2>
1131
1132
1133 <sect2 renderas="sect3">
1134 <title id="caching">Can <application>Privoxy</application> act as a <quote>caching</quote> proxy to 
1135 speed up web browsing?</title>
1136 <para>
1137  No, it does not have this ability at all. You want something like 
1138  <ulink url="http://www.squid-cache.org/">Squid</ulink> for this. And, yes, 
1139  before you ask, <application>Privoxy</application> can co-exist 
1140  with other kinds of proxies like <application>Squid</application>.
1141 </para>
1142 </sect2>
1143
1144 <sect2 renderas="sect3">
1145 <title id="firewall">What about as a firewall? Can <application>Privoxy</application> protect me?</title>
1146 <para>
1147  Not in the way you mean, or in the way a true firewall can, or a proxy that
1148  has this specific capability. <application>Privoxy</application> can help
1149  protect your privacy, but not really protect you from intrusion attempts.
1150 </para>
1151 </sect2>
1152
1153
1154 <sect2 renderas="sect3">
1155 <title id="logo">The <application>Privoxy</application> logo that replaces ads is very blocky 
1156 and ugly looking. Can't a better font be used?</title>
1157
1158 <para>
1159  This is not a font problem. The logo is an image that is created by 
1160  <application>Privoxy</application> on the fly. So as to not waste 
1161  memory, the image is rather small. The blockiness comes when the 
1162  image is scaled to fill a largish area. There is not much to be done 
1163  about this, other than to use one of the other
1164  <quote>imageblock</quote> directives: <emphasis>pattern</emphasis>, 
1165  <emphasis>blank</emphasis>, or a URL of your choosing.
1166 </para>
1167 <para>
1168 Given the above problem, we have decided to remove the logo option entirely 
1169 [as of v2.9.13].
1170 </para>
1171 </sect2>
1172
1173
1174 <sect2 renderas="sect3">
1175 <title id="wasted">I have large empty spaces now where ads used to be. 
1176 Why?</title>
1177 <para>
1178  It would be easy enough to just eliminate this space altogether, rather than
1179  fill it with blank space. But, this would create problems with many pages
1180  that use the overall size of the ad to help organize the page layout and
1181  position the various components of the page where they were intended to be.
1182  It is best left this way.
1183 </para>
1184
1185 </sect2>
1186
1187 <sect2 renderas="sect3">
1188 <title id="ssl">How can <application>Privoxy</application> filter Secure (HTTPS) URLs?</title>
1189 <para>
1190  This is a limitation since HTTPS transactions are encrypted SSL sessions
1191  between your browser and the secure site, and are meant to be reliably 
1192  <emphasis>secure</emphasis> and private. This means that all cookies and HTTP
1193  header information are also encrypted from the time they leave your browser,
1194  to the site, and vice versa. <application>Privoxy</application> does not
1195  try to unencrypt this information, so it just passes through as is.
1196  <application>Privoxy</application> can still catch images and ads that
1197  are embedded in the SSL stream though.
1198 </para>
1199
1200 </sect2>
1201
1202
1203 <sect2 renderas="sect3">
1204 <title id="secure"><application>Privoxy</application> runs as a <quote>server</quote>. How 
1205 secure is it? Do I need to take any special precautions?</title>
1206 <para>
1207  There are no known exploits that might effect
1208  <application>Privoxy</application>. On Unix-like systems, 
1209  <application>Privoxy</application> can run as a non-privileged 
1210  user, which is how we recommend it be run. Also, by default 
1211  <application>Privoxy</application> only listens to requests 
1212  from <quote>localhost</quote>. The server aspect of
1213  <application>Privoxy</application> is not itself directly exposed to the
1214  Internet in this configuration. If you want to have
1215  <application>Privoxy</application> serve as a LAN proxy, this will have to
1216  be opened up to allow for LAN requests. In this case, we'd recommend
1217  you specify only the LAN gateway address, e.g. 192.168.1.1, in the main 
1218  <application>Privoxy</application> config file. All LAN hosts can then use 
1219  this as their proxy address in the browser proxy configuration. In this way, 
1220  <application>Privoxy</application> will not listen on any external ports.
1221  Of course, a firewall is always good too. Better safe than sorry.
1222 </para>
1223
1224 </sect2>
1225
1226 <sect2 renderas="sect3" id="turnoff">
1227 <title>How can I temporarily disable <application>Privoxy</application>?</title>
1228 <para>
1229  The easiest way is to access <application>Privoxy</application> with your 
1230  browser by using the special URL: <ulink url="http://p.p/">http://p.p/</ulink>
1231  and select "Toggle Privoxy on or off" from that page.
1232
1233 </para>
1234 </sect2>
1235
1236 <sect2 renderas="sect3" id="seealso">
1237 <title>Where can I find more information about <application>Privoxy</application>
1238 and related issues?</title>
1239 <!-- Include seealso.sgml boilerplate: -->
1240  &seealso;
1241 <!-- end boilerplate -->
1242
1243 <!--
1244 <para>
1245  Please see the 
1246  <ulink url="../user-manual/seealso.html">user-manual</ulink> for 
1247  others references.
1248 </para>
1249 -->
1250 </sect2>
1251
1252 </sect1>
1253
1254
1255 <!--   ~~~~~       New section      ~~~~~     -->
1256
1257 <sect1 label="5" id="trouble">
1258 <title>Troubleshooting</title>
1259
1260 <sect2 renderas="sect3">
1261 <title id="refused">I just upgraded and am getting <quote>connection refused</quote>
1262 with every web page?</title>
1263 <para>
1264  Either <application>Privoxy</application> is not running, or your 
1265  browser is configured for a different port than what
1266  <application>Privoxy</application> is using.
1267 </para>
1268
1269 <para>
1270  The old <application>Privoxy</application> (and also
1271  <application>Junkbuster</application>) used port 8000 by 
1272  default. This has been changed to port 8118 now, due to a conflict 
1273  with NAS (Network Audio Service), which uses port 8000. If you haven't, 
1274  you need to change your browser to the new port number, or alternately 
1275  change <application>Privoxy's</application> <quote>listen-address</quote>
1276  setting in the <filename>config</filename> file used to start 
1277  <application>Privoxy</application>.
1278 </para>
1279
1280 </sect2>
1281
1282 <sect2 renderas="sect3">
1283 <title id="flushit">I just added a new rule, but the steenkin ad is 
1284 still getting through. How?</title>
1285 <para>
1286  If the ad had been displayed before you added its URL, it will probably be
1287  held in the browser's cache for some time, so it will be displayed without
1288  the need for any request to the server, and <application>Privoxy</application>
1289  will not be in the picture. The best thing to do is try flushing the browser's
1290  caches. And then try again.
1291 </para>
1292
1293 <para>
1294  If this doesn't help, you probably have an error in the rule you
1295  applied. Try pasting the full URL of the offending ad into <ulink
1296  url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
1297  and see if any actions match your new rule.
1298 </para>
1299
1300 </sect2>
1301
1302 <sect2 renderas="sect3">
1303 <title id="badsite">One of my favorite sites does not work with <application>Privoxy</application>.
1304 What can I do?</title>
1305
1306 <para>
1307  First verify that it is indeed a <application>Privoxy</application> problem, 
1308  by disabling <application>Privoxy</application> filtering and blocking. 
1309  Go to <ulink url="http://p.p/">http://p.p/</ulink> and click on 
1310  <quote>Toggle Privoxy On or Off</quote>, then disable it. Now try that 
1311  page again. It's probably a good idea to flush the browser cache as well.
1312 </para>
1313
1314 <para>
1315  If still a problem, go to <quote>Show which actions apply to a URL and
1316  why</quote> from <ulink url="http://p.p/">http://p.p/</ulink> and paste
1317  the full URL of the page in question into the prompt. See which actions are
1318  being applied to the URL. Now, armed with this information, go to <quote>Edit
1319  the actions list</quote>. Here you should see various sections that have
1320  various <application>Privoxy</application> features disabled for specific
1321  sites. Most disabled <quote>actions</quote> will have a <quote>-</quote> (minus
1322  sign) in front of them. Some aliases are used just to disable other actions, 
1323  e.g. <quote>shop</quote> and <quote>fragile</quote>, and won't necessarily 
1324  use a <quote>+</quote> or <quote>-</quote> sign. Add your problem page
1325  URL to one of these sections that looks like it is disabling the feature that
1326  is causing the problem. Rember to flush your browser's caches when making 
1327  such changes! As a last resort, try <quote>fragile</quote> which
1328  disables most actions. Now re-try the page. There might be some trial and
1329  error involved. This is discussed in a little more detail in the <ulink
1330  url="../user-manual/appendix.html#ACTIONSANAT">user-manual appendix</ulink>.
1331
1332 </para>
1333
1334 <para>
1335  Alternately, if you are comfortable with a text editor, you can accomplish 
1336  the same thing by editing the appropriate <quote>actions</quote> file.
1337 </para>
1338
1339 </sect2>
1340
1341 <sect2 renderas="sect3" id="bugs">
1342 <title>Where can I get help? Report bugs? Feature Requests? Etc?</title>
1343 <para>
1344  Feedback is encouraged, whether good, bad or ugly. Please see the contact
1345  page in the <ulink url="../user-manual/contact.html">user-manual</ulink> for
1346  details.
1347
1348 </para>
1349
1350 </sect2>
1351
1352 <sect2 renderas="sect3">
1353 <title id="time">What time is it?</title>
1354 <para>
1355  Time for you to go!
1356 </para>
1357 </sect2>
1358
1359 </sect1>
1360 <!--
1361 </sect1>
1362 -->
1363
1364 <!--   ~~~~~       New section      ~~~~~     -->
1365 <!--
1366 FIXME: Commented out until we have something to put here. HB 03/18/02.
1367 <sect1 id="knownissues"><title>Known Issues</title>
1368 <para>
1369    Fillme.
1370 </para>
1371 </sect1>
1372 -->
1373
1374   <!--   ~~~~~       New section      ~~~~~     -->
1375   <sect1 id="contact"><title>Contacting the developers, Bug Reporting and Feature Requests</title>
1376 <!-- Include contacting.sgml  -->
1377  &contacting;
1378 <!-- end contacting -->
1379   </sect1>
1380   
1381   <!--   ~~~~~       New section      ~~~~~     -->
1382   <sect1 id="copyright"><title>Copyright and History</title>
1383
1384 <sect2><title>Copyright</title>
1385 <!-- Include copyright.sgml -->
1386  &copyright;
1387 <!-- end -->
1388 </sect2>
1389
1390 <sect2><title>History</title>
1391 <!-- Include history.sgml -->
1392  &history;
1393 <!-- end -->
1394 </sect2>
1395
1396   </sect1>
1397   
1398 <!--   ~~~~~       New section      ~~~~~     -->
1399 <!--
1400 <sect1 id="seealso"><title>See also</title>
1401 -->
1402 <!-- Include seealso.sgml -->
1403 <!--
1404  &see;
1405 -->
1406 <!-- end  -->
1407 <!--
1408 </sect1>
1409 -->
1410
1411 <!-- hhmts end -->
1412  <!--
1413  Tue 09/11/01 06:38:14 PM EST: Test SGML doc by Hal Burgiss.
1414  
1415  Last modified: Mon Sep 10 19:22:09 CEST 2001
1416  
1417  This program is free software; you can redistribute it 
1418  and/or modify it under the terms of the GNU General
1419  Public License as published by the Free Software
1420  Foundation; either version 2 of the License, or (at
1421  your option) any later version.
1422
1423  This program is distributed in the hope that it will
1424  be useful, but WITHOUT ANY WARRANTY; without even the
1425  implied warranty of MERCHANTABILITY or FITNESS FOR A
1426  PARTICULAR PURPOSE.  See the GNU General Public
1427  License for more details.
1428
1429  The GNU General Public License should be included with
1430  this file.  If not, you can view it at
1431  http://www.gnu.org/copyleft/gpl.html
1432  or write to the Free Software Foundation, Inc., 59
1433  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
1434
1435 $Log: faq.sgml,v $
1436 Revision 1.44  2002/04/07 21:24:29  hal9
1437 Touch up on name change.
1438
1439 Revision 1.43  2002/04/04 21:59:53  hal9
1440 Added NT/W2K service/icon situation.
1441
1442 Revision 1.42  2002/04/04 18:46:47  swa
1443 consistent look. reuse of copyright, history et. al.
1444
1445 Revision 1.41  2002/04/04 06:48:37  hal9
1446 Structural changes to allow for conditional inclusion/exclusion of content
1447 based on entity toggles, e.g. 'entity % p-not-stable  "INCLUDE"'. And
1448 definition of internal entities, e.g. 'entity p-version "2.9.13"' that will
1449 eventually be set by Makefile.
1450 More boilerplate text for use across multiple docs.
1451
1452 Revision 1.40  2002/04/03 04:22:03  hal9
1453 Fixed several typos.
1454
1455 Revision 1.39  2002/04/03 03:53:03  hal9
1456 Revert some changes, and then make some news, to layout, and appearance.
1457
1458 Revision 1.38  2002/04/02 03:49:10  hal9
1459 Major changes to doc structure and layout. Sections are not automatically
1460 numbered now. TOC is on page by itself.
1461
1462 Revision 1.37  2002/04/01 16:24:07  hal9
1463 -Rework of supported Q/A.
1464 -Set up entities to include boilerplate text.
1465
1466 Revision 1.36  2002/03/31 23:18:47  hal9
1467 More on dealing with BLOCKED.
1468
1469 Revision 1.35  2002/03/30 04:14:19  hal9
1470 Fix privoxy.org/config links.
1471
1472 Revision 1.34  2002/03/29 04:35:56  hal9
1473 Touch ups.
1474
1475 Revision 1.33  2002/03/29 01:31:48  hal9
1476 Several new Q/A's and other touch ups.
1477
1478 Revision 1.32  2002/03/27 00:57:03  hal9
1479 Touch ups for name change.
1480
1481 Revision 1.31  2002/03/26 22:29:55  swa
1482 we have a new homepage!
1483
1484 Revision 1.30  2002/03/25 16:39:22  hal9
1485 A few new sections. Made all links relative to user-manual.
1486
1487 Revision 1.29  2002/03/25 05:23:57  hal9
1488 Moved section, and touch ups.
1489
1490 Revision 1.28  2002/03/25 04:27:33  hal9
1491 New section related to name change.
1492
1493 Revision 1.25  2002/03/24 16:08:08  swa
1494 we are too lazy to make a block-built
1495 privoxy logo. hence removed the option.
1496
1497 Revision 1.24  2002/03/24 15:46:20  swa
1498 name change related issue.
1499
1500 Revision 1.23  2002/03/24 12:33:01  swa
1501 more additions.
1502
1503 Revision 1.22  2002/03/24 11:51:00  swa
1504 name change. changed filenames.
1505
1506 Revision 1.21  2002/03/24 11:01:06  swa
1507 name change
1508
1509 Revision 1.20  2002/03/23 15:13:11  swa
1510 renamed every reference to the old name with foobar.
1511 fixed "application foobar application" tag, fixed
1512 "the foobar" with "foobar". left junkbustser in cvs
1513 comments and remarks to history untouched.
1514
1515 Revision 1.19  2002/03/21 17:01:54  hal9
1516 Some touch ups.
1517
1518 Revision 1.18  2002/03/18 16:40:31  hal9
1519 More additions.
1520
1521 Revision 1.17  2002/03/18 03:53:53  hal9
1522 Some new additions.
1523
1524 Revision 1.16  2002/03/17 21:32:56  hal9
1525 A few more additions.
1526
1527 Revision 1.15  2002/03/17 07:25:59  hal9
1528 Correcting some of my typos, and some additions.
1529
1530 Revision 1.14  2002/03/17 02:39:13  hal9
1531 A little more added ...
1532
1533 Revision 1.13  2002/03/17 00:22:20  hal9
1534 Adding new stuff, and trying to incorporate stuff from old faq.
1535
1536 Revision 1.12  2002/03/11 20:13:21  swa
1537 typo
1538
1539 Revision 1.11  2002/03/11 18:42:27  swa
1540 new section
1541
1542 Revision 1.10  2002/03/11 13:13:27  swa
1543 correct feedback channels
1544
1545 Revision 1.9  2002/03/10 23:34:04  swa
1546 more info on not hiding ip address
1547
1548 Revision 1.8  2002/03/09 15:55:48  swa
1549 added default config section
1550
1551 Revision 1.7  2002/03/07 18:16:55  swa
1552 looks better
1553
1554 Revision 1.6  2002/03/07 13:16:31  oes
1555 Committing changes by Stefan
1556
1557 Revision 1.5  2002/03/02 15:50:04  swa
1558 2.9.11 version. more input for docs.
1559
1560 Revision 1.4  2002/02/24 14:34:24  jongfoster
1561 Formatting changes.  Now changing the doctype to DocBook XML 4.1
1562 will work - no other changes are needed.
1563
1564 Revision 1.3  2001/09/23 10:13:48  swa
1565 upload process established. run make webserver and
1566 the documentation is moved to the webserver. documents
1567 are now linked correctly.
1568
1569 Revision 1.2  2001/09/13 15:20:17  swa
1570 merged standards into developer manual
1571
1572 Revision 1.1  2001/09/12 15:36:41  swa
1573 source files for junkbuster documentation
1574
1575 Revision 1.3  2001/09/10 17:43:59  swa
1576 first proposal of a structure.
1577
1578 Revision 1.2  2001/06/13 14:28:31  swa
1579 docs should have an author.
1580
1581 Revision 1.1  2001/06/13 14:20:37  swa
1582 first import of project's documentation for the webserver.
1583
1584 -->
1585
1586 </article>