Some new additions.
[privoxy.git] / doc / source / faq.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
2 <!--
3  File        :  $Source: /cvsroot/ijbswa/current/doc/source/faq.sgml,v $
4
5  Purpose     :  FAQ
6                 This file belongs into
7                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
8                 
9  $Id: faq.sgml,v 1.16 2002/03/17 21:32:56 hal9 Exp $
10
11  Written by and Copyright (C) 2001 the SourceForge
12  IJBSWA team.  http://ijbswa.sourceforge.net
13
14  Based on the Internet Junkbuster originally written
15  by and Copyright (C) 1997 Anonymous Coders and 
16  Junkbusters Corporation.  http://www.junkbusters.com
17 -->
18
19 <article id="index">
20 <artheader>
21 <title>Junkbuster Frequently Asked Questions</title>
22
23 <pubdate>$Id: faq.sgml,v 1.16 2002/03/17 21:32:56 hal9 Exp $</pubdate>
24
25 <authorgroup>
26  <author>
27   <affiliation>
28    <orgname>By: Junkbuster Developers</orgname>
29    </affiliation>
30  </author>
31 </authorgroup>
32
33 <abstract>
34  <para>
35 The FAQ document gives users and developers alike answers to frequently asked
36 questions about the Internet Junkbuster. <application>Internet
37 Junkbuster</application> is a web proxy with advanced filtering capabilities
38 for protecting privacy, filtering web page content, managing cookies,
39 controlling access, and removing ads, banners, pop-ups and other obnoxious
40 Internet Junk. Junkbuster has a very flexible configuration and can be
41 customized to suit individual needs and tastes. <application>Internet
42 Junkbuster</application> has application for both stand-alone systems and
43 multi-user networks.
44  </para>
45  <para>
46 You can find the latest version of the document at <ulink url="http://ijbswa.sourceforge.net/faq/">http://ijbswa.sourceforge.net/faq/</ulink>.
47 Please see the Contact section in the user-manual if you want to contact the developers.
48  </para>
49
50 <!--   <para> -->
51 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
52 <!--   </para> -->
53 </abstract>
54 </artheader>
55
56
57 <!--   ~~~~~       New section      ~~~~~     -->
58
59 <!--
60 <sect1 id="introduction"><title>Introduction</title>
61 <para>
62    Fillme.
63 </para>
64 </sect1>
65 -->
66 <!--   ~~~~~       New section      ~~~~~     -->
67
68 <sect1 id="questions"><title>Frequently Asked Questions</title>
69
70 <!--   ~~~~~       New section      ~~~~~     -->
71
72 <sect2 id="general"><title>General Information</title>
73
74 <sect3 id="newjb"><title>What is this new version of <application>Junkbuster</application>?</title>
75  <para>
76   The original <application>Internet Junkbuster</application> (tm) is a 
77   coyrighted product of <ulink url="http://www.junkbusters.com">Junkbusters
78   Corporation</ulink>. Development of this effort stopped some time ago as of
79   version 2.0.2. Stefan Walherr started the ijbswa project on <ulink
80   url="http://ijbswa.sourceforge.net">Sourceforge</ulink> to rekindle
81   development. Other developers subsequently joined with Stefan, and have
82   since added many new features, refinements and enhancements. 
83  </para>
84  <para>
85   The new <application>Junkbuster</application> started with the same
86   code base, but has changed significantly at this point.
87  </para>
88
89 </sect3>
90
91 <sect3 id="differs"><title>How does it differ from the old <application>Junkbuster?</application></title>
92  <para>
93    All the old features remain. The new <application>Junkbuster</application> 
94    still blocks ads and banners, still manages cookies, and still helps protect
95    your privacy. But, these are all enhanced, and many new features have been 
96    added, all in the same vein.
97  </para>
98  <para>
99   The configuration has changed significantly as well. This is something that
100   users will notice right off the bat. The <quote>blocklist</quote> file does
101   not exist any more. This is replaced by <quote>actions</quote> files, such
102   as <filename>ijb.actions</filename>. This is where most of the per site
103   configuration is now.
104
105  </para>
106 </sect3>
107
108 <sect3 id="features"><title>What are some of the new features?</title>
109 <!--
110  The section is in both user-manual and faq. Please keep in sync!!!
111 -->
112 <para>
113  <itemizedlist>
114
115  <listitem>
116   <para>
117    Integrated browser based configuration and control utility (<ulink
118    url="http://i.j.b">http://i.j.b</ulink>). Browser-based tracing of rule
119    and filter effects.
120   </para>
121  </listitem> 
122 <!--
123  <listitem>
124   <para>
125    Modularized configuration that will allow for system wide settings, and
126    individual user settings. (not implemented yet, probably a 3.1 feature)
127   </para>
128  </listitem> 
129 -->
130  <listitem>
131   <para>
132     Blocking of annoying pop-up browser windows.
133   </para>
134  </listitem> 
135
136  <listitem>
137   <para>
138    HTTP/1.1 compliant (most, but not all 1.1 features are supported).
139   </para>
140  </listitem> 
141
142  <listitem>
143   <para>
144    Support for Perl Compatible Regular Expressions in the configuration files, and 
145    generally a more sophisticated and flexible configuration syntax over
146    previous versions. 
147   </para>
148  </listitem> 
149
150  <listitem>
151   <para>
152    GIF de-animation. 
153   </para>
154  </listitem> 
155  
156  <listitem>
157   <para>
158    Web page content filtering (removes banners based on size,
159    invisible <quote>web-bugs</quote>, JavaScript, pop-ups, status bar abuse,
160    etc.)
161   </para>
162  </listitem> 
163  
164  <listitem>
165   <para>
166    Bypass many click-tracking scripts (avoids script redirection).
167  
168   </para>
169  </listitem> 
170  
171  <listitem>
172   <para>
173    Multi-threaded (POSIX and native threads).
174   </para>
175  </listitem> 
176
177  <listitem>
178   <para>
179    Auto-detection and re-reading of config file changes.
180   </para>
181  </listitem> 
182
183  <listitem>
184   <para>
185    User-customizable HTML templates (e.g. 404 error page).
186   </para>
187  </listitem> 
188
189  <listitem>
190   <para>
191    Improved cookie management features (e.g. session based cookies).
192   </para>
193 </listitem> 
194
195  <listitem>
196   <para>
197    Builds from source on most UNIX-like systems. Packages available for: Linux
198    (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11 and AmigaOS.
199  
200   </para>
201  </listitem> 
202
203  <listitem>
204   <para>
205    In addition, the configuration is much more powerful and versatile over-all.
206   </para>
207 </listitem> 
208
209  </itemizedlist>
210 </para>
211
212 </sect3>
213
214 <sect3 id="proxymoron"><title>What is a <quote>proxy</quote>? How does
215 <application>Junkbuster</application> work? </title>
216  <para>
217   When you connect to a web site with <application>Junkbuster</application>, 
218   you are really connecting to your locally running version of 
219   <application>Junkbuster</application>. <application>Junkbuster</application>
220   intercepts your requests for the web page, and relays that to the 
221   <quote>real</quote> web site. The web site sends the HTTP data stream 
222   back to <application>Junkbuster</application>, where
223   <application>Junkbuster</application> can work its magic before it 
224   relays this data back to your web browser.
225
226  </para>
227
228  <para>
229   Since <application>Junkbuster</application> sits between you and the 
230   WWW, it is in a position to intercept and completely manage all web traffic and 
231   HTTP content before it gets to your browser.
232   <application>Junkbuster</application> uses various programming methods to do
233   this, all of which is under your control via the various configuration
234   files and options.
235
236  </para>
237 </sect3>
238
239 <sect3 id="browsers2"><title>My browser does the same things as 
240 Junkbuster. Why should I use Junkbuster at all?</title>
241  <para>
242   Modern browsers do indeed have <emphasis>some</emphasis> of the same
243   functionality as <application>Junkbuster</application>. Maybe this is
244   adequate for you. But <application>Junkbuster</application> is much more
245   verstatile and powerful, and can do a number of things that browsers just can't.
246  </para>
247  <para>
248   In addition, a proxy is good choice if you use multiple browsers, or 
249   have a LAN with multiple computers. This way all the configuration 
250   is in one place, and you don't have to maintain a similar configuration 
251   for possibly many browsers.
252
253  </para>
254 </sect3>
255
256
257
258 <sect3 id="license"><title>Is there is a license or fee? What about a 
259 warranty? Registration?</title>
260  <para>
261   <application>Junkbuster</application> is licensed under the 
262   GNU General Public License (GPL). It is free to use, copy, 
263   modify or distribute as you wish under the terms of this license.
264   See <ulink
265   url="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</ulink>
266   for specifics.
267   </para>
268  <para>
269   There is no warranty of any kind, expressed, implied or otherwise. That is
270   something that would cost real money ;-) There is no registration either.
271   <application>Junkbuster</application> really is <emphasis>free</emphasis>
272   in every respect!
273
274  </para>
275 </sect3>
276
277 </sect2>
278
279
280 <!--   ~~~~~       New section      ~~~~~     -->
281
282 <sect2 id="installation"><title>Installation</title>
283
284 <sect3 id="newinstall"><title>Can I install the new 
285  <application>Junkbuster</application> over the old one?</title>
286  <para>
287    We recommend you uninstall the old <application>Junkbuster</application>
288    first to minimize conflicts and confusion. You may want to 
289    save your old configuration files for future reference. The configuration
290    is substantially changed.
291  </para>
292  <para>
293   See the user-manual for platform specific installation instructions.
294   [FIXME: This is meant for after the name change for 3.0!]
295  </para>
296  
297 </sect3>
298
299 <sect3>
300 <title id="firststep">I just installed Junkbuster. Is there anything 
301 special I have to do now?</title>
302
303 <para>
304  All browsers must be told to use <application>Junkbuster</application> 
305  as a proxy by specifying the correct proxy address and port number 
306  in the appropriate configuration area for the browser. See below.
307
308 </para>
309
310 </sect3>
311
312
313 <sect3 id="localhost"><title>What is the proxy address of Junkbuster?</title>
314  <para>
315   If you set up the <application>Junkbuster</application> to run on
316   the computer you browse from (rather than your ISP's server or some
317   networked computer on a LAN), the proxy will be on <quote>localhost</quote>
318   (which is the special name used by every computer on the Internet to refer
319   to itself) and the port will be 8118 (unless you have told the Internet
320   Junkbuster to run on a different port with the
321   <emphasis>listen-address</emphasis> config option). 
322  </para>
323  <para>
324   When configuring your browser's proxy settings you typically enter
325   the word <quote>localhost</quote> in the boxes next to <quote>HTTP</quote>
326   and <quote>Secure</quote> (HTTPS) and then the number <quote>8118</quote>
327   for <quote>port</quote>.  This tells your browser to send all web 
328   requests to <quote>Junkbuster</quote> instead of directly to the 
329   Interenet.
330  </para>
331  <para>
332   <application>Junkbuster</application> can also be used to proxy for 
333   a Local Area Network. In this case, your would enter either the IP 
334   address of the LAN host where <application>Junkbuster</application> 
335   is running, or the equivalent hostname. Port assignment would be 
336   same as above.
337  </para>
338  <para>
339   <application>Junkbuster</application> does not currently handle
340   protocols such as FTP, SMTP, IM, IRC, ICQ, or other Internet
341   protocols. 
342  </para>
343 </sect3>
344
345 <sect3>
346 <title id="nothing">I just installed Junkbuster, and nothing is happening.
347 All the ads are there. What's wrong?</title>
348
349 <para>
350  Did you configure your browser to use <application>Junkbuster</application> 
351  as a proxy? It does not sound like it. See above. You might also try flushing
352  the browser's caches to force a full re-reading of pages. You can verify 
353  that <application>Junkbuster</application> is running, and your browser 
354  is correctly configured by entering the special URL: 
355  <ulink url="http://i.j.b/">http://i.j.b/</ulink>. This should give you 
356  a banner that says <quote>This is the Internet JUNKBUSTER</quote> and 
357  access to <application>Junkbuster's</application> internal configuration. 
358  If you see this, then you are good to go. If not, the browser or 
359  <application>Junkbuster</application> are not set up correctly.
360
361 </para>
362
363 </sect3>
364
365 </sect2>
366
367
368 <!--   ~~~~~       New section      ~~~~~     -->
369
370 <sect2 id="configuration"><title>Configuration</title>
371
372 <sect3 id="newconfig"><title>Can I use my old config files?</title>
373  <para>
374    There are major changes to <application>Junkbuster</application> 
375    configuration from version 2.0.x to 2.9.x and later. The older files will
376    not work at all. If this is the case, you will need to re-enter your old
377    data into the new configuration structure. This is probably also a good 
378    recommendation even if upgrading from 2.9.x to 3.x since there were 
379    many minor changes along the way.
380  </para>
381 </sect3>
382
383 <sect3>
384 <title id="actionsfile">What is an <quote>actions</quote> file?</title>
385
386 <para>
387  <quote>actions</quote> files are where various actions that
388  <application>Junkbuster</application> might take, are configured. 
389  Typically, you would define a set of default actions that apply 
390  to all URLs, then add exceptions to these defaults.
391 </para>
392  
393 <para>
394  Actions can be defined on a per site basis, or for groups of sites. Actions
395  can also be grouped together and then applied to one or more sites. There
396  are many possible actions that might apply to any given site. As an example,
397  if we are blocking cookies as one of our default
398  <application>actions</application>, but need to accept cookies from a given
399  site, we would define this in our <quote>actions</quote> file.
400
401 </para>
402
403 <para>
404  <application>Junkbuster</application> comes with several default
405  <application>actions</application> files, with varying degrees 
406  of filtering and blocking, as starting points for your own 
407  configuration (see below).
408 </para>
409
410 </sect3>
411
412
413 <sect3>
414 <title id="actconfig">How are actions files configured? What is the easiest
415 way to do this?</title> 
416
417 <para>
418  The easiest way to do this, is to access <application>Junkbuster</application>
419  with your web browser at <ulink url="http://i.j.b/">http://i.j.b/</ulink>, 
420  and then select 
421  "<ulink url="http://ijbswa.sourceforge.net/config/edit-actions">Edit the actions list</ulink>"
422  from the selection list. You can also do this by editing the appropriate 
423  file with a text editor.
424 </para>
425
426 <para>
427  Please see the user-manual for a detailed explanation of these and other
428  configuration files, and their various options and syntax.
429 </para>
430 </sect3>
431
432
433 <!--
434 FIXME: Commenting these out until we have some data there. HB 03/17/02.
435
436 <sect3 id="yahoo"><title>How can I make my Yahoo account work?</title>
437  <para>
438    Fillme.
439  </para>
440 </sect3>
441
442 <sect3 id="hotmail"> <title>How can I make my Hotmail account work?</title>
443   <para>
444    Fillme.
445   </para>
446 </sect3>
447
448 <sect3 id="gmx"> <title>How can I make my GMX account work?</title>
449  <para>
450    Fillme.
451  </para>
452 </sect3>
453 -->
454
455 <sect3 id="configfiles"> <title>What are the differences between
456 ijb-intermediate.action, ijb-basic.action, etc.?</title>
457  <para>
458 Configuring the Internet Junkbuster is not easy. To help you get started, we
459 provide you with three different default configurations. The following table
460 shows you, which features are enabled in each configuration.
461  </para>
462  <para>
463 <table frame=all><title>Default Configurations</title>
464 <tgroup cols=5 align=left colsep=1 rowsep=1>
465 <colspec colname=c1>
466 <colspec colname=c2>
467 <colspec colname=c3>
468 <colspec colname=c4>
469 <colspec colname=c5>
470 <thead>
471 <row>
472   <entry>Feature</entry>
473   <entry>ijb.action</entry>
474   <entry>ijb-basic.action</entry>
475   <entry>ijb-intermediate.action</entry>
476   <entry>ijb-advanced.action</entry>
477 </row>
478 </thead>
479
480 <!--  <tfoot> -->
481 <!--  <row> -->
482 <!--    <entry>f1</entry> -->
483 <!--    <entry>f2</entry> -->
484 <!--    <entry>f3</entry> -->
485 <!--    <entry>f4</entry> -->
486 <!--    <entry>f5</entry> -->
487 <!--  </row> -->
488 <!--  </tfoot> -->
489
490 <tbody>
491 <!-- new row -->
492 <row>
493   <entry>ad-filtering</entry>
494   <entry>?</entry>
495   <entry>x</entry>
496   <entry>x</entry>
497   <entry>x</entry>
498 </row>
499 <!-- new row -->
500 <row>
501   <entry>blank image</entry>
502   <entry>?</entry>
503   <entry>x</entry>
504   <entry>x</entry>
505   <entry>x</entry>
506 </row>
507 <!-- new row -->
508 <row>
509   <entry>de-animate GIFs</entry>
510   <entry>?</entry>
511   <entry>x</entry>
512   <entry>x</entry>
513   <entry>x</entry>
514 </row>
515 <!-- new row -->
516 <row>
517   <entry>referer forging</entry>
518   <entry>?</entry>
519   <entry>x</entry>
520   <entry>x</entry>
521   <entry>x</entry>
522 </row>
523 <!-- new row -->
524 <row>
525   <entry>jon's +no-cookies-keep (i.e. session cookies only)</entry>
526   <entry>?</entry>
527   <entry>x</entry>
528   <entry>x</entry>
529   <entry>x</entry>
530 </row>
531 <!-- new row -->
532 <row>
533   <entry>no-popup windows</entry>
534   <entry>?</entry>
535   <entry></entry>
536   <entry>x</entry>
537   <entry>x</entry>
538 </row>
539 <!-- new row -->
540 <row>
541   <entry>fast redirects</entry>
542   <entry>?</entry>
543   <entry></entry>
544   <entry>x</entry>
545   <entry>x</entry>
546 </row>
547 <!-- new row -->
548 <row>
549   <entry>hide-referrer</entry>
550   <entry>?</entry>
551   <entry></entry>
552   <entry>x</entry>
553   <entry>x</entry>
554 </row>
555 <!-- new row -->
556 <row>
557   <entry>hide-useragent</entry>
558   <entry>?</entry>
559   <entry></entry>
560   <entry>x</entry>
561   <entry>x</entry>
562 </row>
563 <!-- new row -->
564 <row>
565   <entry>content-modification</entry>
566   <entry>?</entry>
567   <entry></entry>
568   <entry></entry>
569   <entry>x</entry>
570 </row>
571 <!-- new row -->
572 <row>
573   <entry>feature-x</entry>
574   <entry>?</entry>
575   <entry></entry>
576   <entry></entry>
577   <entry></entry>
578 </row>
579 <!-- new row -->
580 <row>
581   <entry>feature-y</entry>
582   <entry>?</entry>
583   <entry></entry>
584   <entry></entry>
585   <entry></entry>
586 </row>
587 <!-- new row -->
588 <row>
589   <entry>feature-z</entry>
590   <entry>?</entry>
591   <entry></entry>
592   <entry></entry>
593   <entry></entry>
594 </row>
595 <!-- finish -->
596 </tbody>
597 </tgroup>
598 </table>
599 </para>
600 </sect3>
601
602 <sect3 id="browseconfig"> <title>Why can I change the configuration with a
603 browser? Does that not raise security issues?</title>
604  <para>
605 What I don't understand, is how I can browser edit the config file as a
606 regular user, while the whole /etc/junkbuster hierarchy belongs to the user
607 "junkbuster", with only 644 perms.
608  </para>
609  <para>
610 When you use the browser-based editor, JunkBuster itself is writing to the
611 config files.  Because JunkBuster is running as the user "junkbuster", it can
612 update the config files.
613  </para>
614  <para>
615 If you don't like this, setting "enable-edit-actions 0" in the config file
616 will disable the browser-based editor.  If you're that paranoid, you should
617 also consider setting "enable-remote-toggle 0" to prevent browser-based
618 enabling/disabling of JunkBuster.
619  </para>
620  <para>
621 Note that normally only local users can connect to JunkBuster, so this is not
622 (normally) a security problem.
623  </para>
624 </sect3>
625
626 <sect3>
627 <title id="lanconfig">How can I set up Junkbuster to act as a proxy for my 
628  LAN?</title>
629 <para>
630  By default, <application>Junkbuster</application> only responds to requests 
631  from localhost. To have it act as a server for a network, this needs to be 
632  changed in the main config file where the <application>Junkbuster</application>
633  configuration is located. In that file is a <quote>listen-address</quote> 
634  option. It may be commented out with a <quote>#</quote> symbol. Make sure 
635  it is uncommented, and assign it the address of the LAN gateway interface, 
636  and port number to use:
637 </para>
638
639 <para>
640  <screen>
641   listen-address  192.168.1.1:8118
642  </screen>
643 </para>
644
645 <para>
646  Save the file, and restart <application>Junkbuster</application>. Configure 
647  all browsers on the network then to use this address and port number.
648
649 </para>
650
651 </sect3>
652
653 </sect2>
654
655 <!--   ~~~~~       New section      ~~~~~     -->
656
657 <sect2 id="misc"><title>Misc</title>
658
659 <sect3 id="loadingtimes"><title>I noticed considerable
660 delays in page requests compared to the old IJB. What's wrong?</title>
661 <para>
662 Using the default filtering configuration, I noticed considerable delays in
663 page requests compared to the old IJB. Loading pages with large contents
664 seemed to take forever, then suddenly delivering all the content at once.
665  </para>
666 <para>
667 The whole content must be loaded in order to filter, and nothing is is
668 sent to the browser during this time. The loading time does not really
669 change in real numbers, but the feeling is different, because most
670 browsers are able to start rendering incomplete content, giving the
671 user a feeling of "it works". 
672  </para>
673 <para>
674 To modify the content of a page (i.e. make frames resizeable again, etc.) and
675 not just replace ads, the Internet Junkbuster needs to download the entire
676 page first, do its content magic and then send the page to the browser.
677 </para>
678 </sect3>
679
680
681 <sect3 id="configurl"><title>What is the "http://i.j.b/"?</title>
682 <para>
683 Since JunkBuster sits between your web browser and the Internet, it can be
684 programmed to handle certain pages specially.
685 </para>
686
687 <para>
688 With recent versions of JunkBuster (version 2.9.x), you can get some
689 information about JunkBuster and change some settings by going to
690 http://i.j.b/ or, equivalently, http://ijbswa.sourceforge.net/config/
691 (Note that i.j.b is far easier to type but may not work in some
692 configurations).
693 </para>
694
695 <para>
696 These pages are *not* forwarded to a server on the internet - instead they are
697 handled by a special web server which is built in to JunkBuster.
698 </para>
699
700 <para>
701 If you are not running JunkBuster, then http://i.j.b/ will fail, and
702 http://ijbswa.sourceforge.net/config/ will return a web page telling you
703 you're not running JunkBuster.
704 </para>
705
706 <para>
707 If you have version 2.0.2, then the equivalent is
708 http://example.com/show-proxy-args (but you get far less information, and you
709 should really consider upgrading to 2.9.x).
710 </para>
711 </sect3>
712
713
714 <sect3 id="badfiledesc"><title>I get the message 'Bad File Descriptor', why?</title>
715 <para>
716    Fillme.
717 </para>
718 </sect3>
719
720 <sect3 id="proxy-chaining"><title>How do I chain Junkbuster with other proxies
721 (e.g. squid)?</title>
722 <para>
723    Fillme.
724 </para>
725 </sect3>
726
727 <sect3 id="jointeam"><title>I would like to help you, what do I do?</title>
728 <para>
729    Well, helping the team is always a good idea. We welcome new developers,
730    RPM gurus or documentation makers. Simply get an account on sourceforge.net
731    and mail your id to the developer mailing list. Once we have added you to
732    the team, you'll have write access to the CVS repository, and together
733    we'll find a suitable task for you.
734 </para>
735 </sect3>
736
737 <sect3 id="blocklist"><title>Do you still maintain the blocklists?</title>
738 <para>
739     No. The format of the blocklists has changed significantly in the versions
740     2.9.x. Once we have released the new version, there will again be
741     blocklists that you can update automatically.
742 </para>
743 </sect3>
744
745 <sect3 id="newads"><title>How can I submit new ads?</title>
746 <para>
747     As of now, please discontinue to submit new ad blocking infos. Once we
748     have released the new version, there will again be a form on the website,
749     which you can use to contribute new ads.
750 </para>
751 </sect3>
752
753 <sect3 id="ip"><title>How can I hide my IP address?</title>
754 <para>
755  You cannot hide your IP address with Junkbuster or any other software, since
756 the server needs to know your IP address to send the answer to you.
757 </para>
758 <para>
759 Fortunately there are many publicly usable anonymous proxies out there, which
760 solve the problem by providing a further level of indirection between you and
761 the web server, shared by many people and thus letting your requests "drown"
762 in white noise of unrelated requests as far as user tracking is concerned.
763 </para>
764 <para>
765 Most of them will, however, log your IP address and make it available to the
766 authorities in case you abuse that anonymity for criminal purposes. In fact
767 you can't even rule out that some of them only exist to *collect* information
768 on (those suspicious) people with a more than average preference for privacy.
769 </para>
770 <para>
771 You can find a list of anonymous public proxies at <ulink
772 url="http://www.multiproxy.org/anon_list.htm">multiproxy.org</ulink> and many
773 more through Google.
774 </para>
775 </sect3>
776
777 <!--  <sect3 id="image"><title>What is the imagefile (simage.ini, etc.) for?</title> -->
778 <!--  <para> -->
779 <!--   Anytime the Junkbuster determines (with the help of the blocklist) that a URL -->
780 <!--   contains an advertisement, it has to decide whether this advertisement is an -->
781 <!--   image or not. The Junkbuster uses the imagefile for that purpose. -->
782 <!--  </para> -->
783 <!--  </sect3> -->
784
785 <sect3>
786 <title id="anonforsure">Can Junkbuster guarantee I am anonymous?</title>
787 <para>
788  No. Your chances of remaining anonymous are greatly improved, but unless you
789  are an expert on Internet security it would be safest to assume that
790  everything you do on the Web can be traced back to you.
791 </para>
792 <para>
793  <application>Junkbuster</application> can remove various information about you,
794  and allows <emphasis>you</emphasis> more freedom  to decide which sites 
795  you can trust. But it's still possible that web sites can find out who you
796  are. Here's one way this can happen.
797 </para>
798 <para>
799  A few browsers disclose the user's email address in certain situations, such
800  as when transferring a file by FTP. <application>Junkbuster</application>
801  does not filter FTP. If you need this feature, or are concerned about the
802  mail handler of your browser disclosing your email address, you might
803  consider products such as <application>NSClean</application>.
804 </para>
805 <para>
806  Browsers available only as binaries could use non-standard headers to give
807  out any information they can have access to: see the manufacturer's license
808  agreement. It's impossible to anticipate and prevent every breach of privacy
809  that might occur. The professionally paranoid prefer browsers available as
810  source code, because anticipating their behavior is easier. Trust the source,
811  Luke!
812 </para>
813
814 </sect3>
815
816 <sect3>
817 <title id="sitebreak">Might some things break because header information is
818 being altered?</title>
819
820 <para>
821  Definitely. More and more sites use HTTP header content to decide what to
822  display and how to display it. There is many ways that this can be handled, 
823  so having hard and fast rules, is tricky.
824 </para>
825
826 <para>
827  <quote>USER AGENT</quote> in particular is often used in this way to identify
828  the browser, and adjust content accordingly. Changing this now is not
829  recommended, since so many sites do look for this. You may get undesirable 
830  results by changing this.
831 </para>
832
833 <para>
834  For instance, different browsers use different encodings of Russian and Czech
835  characters, certain web servers convert pages on-the-fly according to the
836  User Agent header. Giving a <quote>User Agent</quote> with the wrong
837  operating system or browser manufacturer causes some sites in these languages
838  to be garbled; Surfers to Eastern European sites should change it to
839  something closer. And then some page access counters work by looking at the
840  <quote>REFERER</quote> header; they may fail or break if unavailable. The
841  weather maps of Intellicast have been blocked by their server when no
842  <quote>REFERER</quote> or cookie is provided, is another example. There are
843  many, many other ways things can go wrong when trying to fool a web server.
844 </para>
845
846 <para>
847  If you have problems with a site, you will have to adjust your configuration 
848  accordingly. Cookies are probably the most likely adjustment that may 
849  be required, but by no means the only one.
850
851 </para>
852
853 </sect3>
854
855
856 <sect3>
857 <title id="caching">Can Junkbuster act as a <quote>caching</quote> proxy to 
858 speed up web browsing?</title>
859 <para>
860  No, it does not have this ability at all. You want something like 
861  <ulink url="http://www.squid-cache.org/">Squid</ulink> for this. And, yes, 
862  before you ask, <application>Junkbuster</application> can co-exist 
863  with other kinds of proxies like <quote>Squid</quote>.
864 </para>
865 </sect3>
866
867
868 <sect3>
869 <title id="logo">The Junkbuster logo that replaces ads is very blocky 
870 and ugly looking. Can't a better font be used?</title>
871
872 <para>
873  This is not a font problem. The logo is an image that is created by 
874  <application>Junkbuster</application> on the fly. So as to not waste 
875  memory, the image is rather small. The blockiness comes when the 
876  image is scaled to fill a largish area. There is not much to be done 
877  about this, other than to use one of the other
878  <quote>imageblocker</quote> directives: <emphasis>pattern</emphasis>, 
879  <emphasis>blank</emphasis>, or a URL of your chosing.
880 </para>
881
882 </sect3>
883
884
885 <sect3>
886 <title id="wasted">I have large empty spaces now where ads used to be. 
887 Why does Junkbuster leave these large gaps?</title>
888 <para>
889  It would be easy enough to just eliminate this space altogether, rather than
890  fill it with blank space. But, this would create problems with many pages
891  that use the overall size of the ad to help organize the page layout and
892  position the various components of the page where they were intended to be.
893  It is best left this way.
894
895 </para>
896
897 </sect3>
898
899 <sect3>
900 <title id="secure">Junkbuster runs as a <quote>server</quote>. How 
901 secure is it? Do I need to take any special precautions?</title>
902 <para>
903  There are no known exploits that might effect
904  <application>Junkbuster</application>. On Unix-like systems, 
905  <application>Junkbuster</application> can run as a non-privileged 
906  user, which is how we recommend it be run. Also, by default 
907  <application>Junkbuster</application> only listens to requests 
908  from <quote>localhost</quote>. It is not itself directly exposed to the
909  Internet in this configuration. If you want to have
910  <application>Junkbuster</application> serve as a LAN proxy, this will have to
911  be opened up to allow for LAN requests. In this case, we'd recommend
912  you specify only the LAN gateway address, e.g. 192.168.1.1 in the main 
913  <application>Junkbuster</application> config file. All LAN hosts can then use 
914  this as their proxy address in the browser proxy configuration. In this way, 
915  <application>Junkbuster</application> will not listen on any external ports.
916  Of course, a firewall is always good too. Better safe than sorry.
917
918 </para>
919
920 </sect3>
921
922 <!--
923 <sect3>
924 <title id="blank">Now I see the ugly Junkbuster logo (or checkboard pattern) in
925 place of ads. How can I get rid of this? I don't want to see anything.</title>
926 <para>
927 </para>
928  
929 </sect3>
930 -->
931 </sect2>
932
933
934 <!--   ~~~~~       New section      ~~~~~     -->
935
936 <sect2>
937 <title id="trouble">Troubleshooting</title>
938
939 <sect3>
940 <title id="refused">I just upgraded and am getting <quote>connection refused</quote>
941 with every web page?</title>
942 <para>
943  Either <application>Junkbuster</application> is not running, or your 
944  browser is configured for a different port than what
945  <application>Junkbuster</application> is using.
946 </para>
947
948 <para>
949  The old <application>Junkbuster</application> used port 8000 by 
950  default. This has been changed to port 8118 now, due to a conflict 
951  with NAS (Network Audio Service), which uses port 8000. If you haven't, 
952  you need to change your browser to the new port number, or alternately 
953  change <application>Junkbuster's</application> <quote>listen-address</quote>
954  setting in the <filename>config</filename> file used to start 
955  <application>Junkbuster</application>.
956 </para>
957
958 </sect3>
959
960 <sect3>
961 <title id="flushit">I just added a new rule, but the steenkin ad is 
962 still getting through. How?</title>
963 <para>
964  If the ad had been displayed before you added its URL, it will probably be
965  held in the browser's cache for some time, so it will be displayed without
966  the need for any request to the server. The best thing to do is try flusing
967  the browser's caches. And then try again.
968 </para>
969
970 <para>
971  If this doesn't help, you probably have an error in the rule you
972  applied. Try pasting the full URL of the offending ad into <ulink
973  url="http://ijbswa.sourceforge.net/config/show-url-info">http://ijbswa.sourceforge.net/config/show-url-info</ulink>
974  and see if any actions match your new rule.
975
976 </para>
977
978 </sect3>
979
980 <sect3>
981 <title id="badsite">One of my favorite sites does not work with Junkbuster.
982 What can I do?</title>
983
984 <para>
985  First verify that it is indeed a <application>Junkbuster</application> problem, 
986  by disabling <application>Junkbuster</application> filtering and blocking. 
987  Go to <ulink url="http://i.j.b/">http://i.j.b/</ulink> and click on 
988  <quote>Toggle Junkbuster On or Off</quote>, then disable it. Now try that 
989  page again.
990 </para>
991
992 <para>
993  If still a problem, go to <quote>Show which actions apply to a URL and
994  why</quote> from  <ulink url="http://i.j.b/">http://i.j.b/</ulink> and 
995  paste the full URL of the page in question into the prompt. See which 
996  actions are being applied to the URL. Now, armed with this information, 
997  go to <quote>Edit the actions list</quote>. Here you should see various 
998  sections that have various <quote>Junkbuster</quote> features disabled 
999  for specific sites. Disabled <quote>actions</quote> will have a
1000  <quote>-</quote> (minus sign) in front of them. Add your problem page 
1001  URL to one of these sections that looks like it is disabling the feature that
1002  is causing the problem. Re-try the page. There might be some trial and error
1003  involved.
1004
1005 </para>
1006
1007 <para>
1008  Alternately, if you are comfortable with a text editor, you can accomplish 
1009  the same thing by editing the appropriate <quote>actions</quote> file.
1010
1011 </para>
1012
1013 </sect3>
1014
1015 </sect2>
1016
1017 </sect1>
1018
1019
1020 <!--   ~~~~~       New section      ~~~~~     -->
1021 <sect1 id="knownissues"><title>Known Issues</title>
1022 <para>
1023    Fillme.
1024 </para>
1025 </sect1>
1026
1027 <!--   ~~~~~       New section      ~~~~~     -->
1028 <sect1 id="contact"><title>Contact the developers</title>
1029 <para>Please see the user manual for information on how to contact the developers.
1030 </para>
1031 </sect1>
1032
1033 <!--   ~~~~~       New section      ~~~~~     -->
1034 <sect1 id="copyright"><title>Copyright and History</title>
1035 <para>Please see the user manual for information on Copyright and History.
1036 </para>
1037 </sect1>
1038
1039 <!--   ~~~~~       New section      ~~~~~     -->
1040 <sect1 id="seealso"><title>See also</title>
1041 <para>Please see the user manual for information on references.
1042 </para>
1043 </sect1>
1044
1045 <!-- hhmts end -->
1046  <!--
1047  Tue 09/11/01 06:38:14 PM EST: Test SGML doc by Hal Burgiss.
1048  
1049  Last modified: Mon Sep 10 19:22:09 CEST 2001
1050  
1051  This program is free software; you can redistribute it 
1052  and/or modify it under the terms of the GNU General
1053  Public License as published by the Free Software
1054  Foundation; either version 2 of the License, or (at
1055  your option) any later version.
1056
1057  This program is distributed in the hope that it will
1058  be useful, but WITHOUT ANY WARRANTY; without even the
1059  implied warranty of MERCHANTABILITY or FITNESS FOR A
1060  PARTICULAR PURPOSE.  See the GNU General Public
1061  License for more details.
1062
1063  The GNU General Public License should be included with
1064  this file.  If not, you can view it at
1065  http://www.gnu.org/copyleft/gpl.html
1066  or write to the Free Software Foundation, Inc., 59
1067  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
1068
1069 $Log: faq.sgml,v $
1070 Revision 1.16  2002/03/17 21:32:56  hal9
1071 A few more additions.
1072
1073 Revision 1.15  2002/03/17 07:25:59  hal9
1074 Correcting some of my typos, and some additions.
1075
1076 Revision 1.14  2002/03/17 02:39:13  hal9
1077 A little more added ...
1078
1079 Revision 1.13  2002/03/17 00:22:20  hal9
1080 Adding new stuff, and trying to incorporate stuff from old faq.
1081
1082 Revision 1.12  2002/03/11 20:13:21  swa
1083 typo
1084
1085 Revision 1.11  2002/03/11 18:42:27  swa
1086 new section
1087
1088 Revision 1.10  2002/03/11 13:13:27  swa
1089 correct feedback channels
1090
1091 Revision 1.9  2002/03/10 23:34:04  swa
1092 more info on not hiding ip address
1093
1094 Revision 1.8  2002/03/09 15:55:48  swa
1095 added default config section
1096
1097 Revision 1.7  2002/03/07 18:16:55  swa
1098 looks better
1099
1100 Revision 1.6  2002/03/07 13:16:31  oes
1101 Committing changes by Stefan
1102
1103 Revision 1.5  2002/03/02 15:50:04  swa
1104 2.9.11 version. more input for docs.
1105
1106 Revision 1.4  2002/02/24 14:34:24  jongfoster
1107 Formatting changes.  Now changing the doctype to DocBook XML 4.1
1108 will work - no other changes are needed.
1109
1110 Revision 1.3  2001/09/23 10:13:48  swa
1111 upload process established. run make webserver and
1112 the documentation is moved to the webserver. documents
1113 are now linked correctly.
1114
1115 Revision 1.2  2001/09/13 15:20:17  swa
1116 merged standards into developer manual
1117
1118 Revision 1.1  2001/09/12 15:36:41  swa
1119 source files for junkbuster documentation
1120
1121 Revision 1.3  2001/09/10 17:43:59  swa
1122 first proposal of a structure.
1123
1124 Revision 1.2  2001/06/13 14:28:31  swa
1125 docs should have an author.
1126
1127 Revision 1.1  2001/06/13 14:20:37  swa
1128 first import of project's documentation for the webserver.
1129
1130 -->
1131
1132 </article>