current/doc/webserver/faq configuration.html, 1.56, 1.57 contact.html, 1.50, 1.51 copyright.html, 1.68, 1.69 general.html, 1.53, 1.54 index.html, 1.102, 1.103 installation.html, 1.26, 1.27 misc.html, 1.65, 1.66 trouble.html, 1.60, 1.61
Fabian Keil <[email protected]> Fri, 26 Aug 2016 12:32:51 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/doc/webserver/faq
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30811/doc/webserver/faq
Modified Files:
configuration.html contact.html copyright.html general.html
index.html installation.html misc.html trouble.html
Log Message:
Rebuild HTML docs for 3.0.26 stable
This commit yet again introduces lots of white-space
changes as the tidy output apparently isn't stable
across platforms.
Index: index.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/index.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** index.html 26 Aug 2016 03:45:37 -0000 1.102
--- index.html 26 Aug 2016 12:32:48 -0000 1.103
***************
*** 1,561 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Privoxy Frequently Asked Questions</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="NEXT" title="General Information" href="general.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
[...1231 lines suppressed...]
! <td width="33%" align="right" valign="top">
! <a href="general.html" accesskey="N">Next</a>
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
!
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
! General Information
! </td>
! </tr>
! </table>
</div>
! </body>
</html>
+
Index: installation.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/installation.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** installation.html 26 Aug 2016 03:45:37 -0000 1.26
--- installation.html 26 Aug 2016 12:32:48 -0000 1.27
***************
*** 1,252 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Installation</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title="General Information" href="general.html">
! <link rel="NEXT" title="Configuration" href="configuration.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
! </head>
!
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">Privoxy Frequently Asked
! Questions</th>
! </tr>
!
! <tr>
! <td width="10%" align="left" valign="bottom"><a href="general.html"
! accesskey="P">Prev</a></td>
!
! <td width="80%" align="center" valign="bottom"></td>
!
! <td width="10%" align="right" valign="bottom"><a href=
! "configuration.html" accesskey="N">Next</a></td>
! </tr>
! </table>
! <hr align="left" width="100%">
! </div>
!
! <div class="SECT1">
! <h1 class="SECT1"><a name="INSTALLATION" id="INSTALLATION">2.
! Installation</a></h1>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="WHICHBROWSERS" id="WHICHBROWSERS">2.1. Which
! browsers are supported by Privoxy?</a></h3>
!
! <p>Any browser that can be configured to use a proxy, which should be
! virtually all browsers, including <span class=
! "APPLICATION">Firefox</span>, <span class="APPLICATION">Internet
! Explorer</span>, <span class="APPLICATION">Opera</span>, and
! <span class="APPLICATION">Safari</span> among others. Direct browser
! support is not an absolute requirement since <span class=
! "APPLICATION">Privoxy</span> runs as a separate application and talks
! to the browser in the standardized HTTP protocol, just like a web
! server does.</p>
! </div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="WHICHOS" id="WHICHOS">2.2. Which operating
! systems are supported?</a></h3>
!
! <p>At present, <span class="APPLICATION">Privoxy</span> is known to run
! on Windows 95 and later versions (98, ME, 2000, XP, Vista, Windows 7
! etc.), GNU/Linux (RedHat, SuSE, Debian, Fedora, Gentoo, Slackware and
! others), Mac OS X (10.4 and upwards on PPC and Intel processors), OS/2,
! Haiku, DragonFly, ElectroBSD, FreeBSD, NetBSD, OpenBSD, Solaris, and
! various other flavors of Unix.</p>
!
! <p><span class="APPLICATION">Privoxy</span> used to work on AmigaOS and
! QNX, too, but the code currently isn't maintained and its status
! unknown. It might no longer compile, but getting it working again
! shouldn't be too hard.</p>
!
! <p>But any operating system that runs TCP/IP, can conceivably take
! advantage of <span class="APPLICATION">Privoxy</span> in a networked
! situation where <span class="APPLICATION">Privoxy</span> would run as a
! server on a LAN gateway. Then only the <span class=
! "QUOTE">"gateway"</span> needs to be running one of the above operating
! systems.</p>
!
! <p>Source code is freely available, so porting to other operating
! systems is always a possibility.</p>
! </div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="EMAIL-CLIENT" id="EMAIL-CLIENT">2.3. Can I
! use Privoxy with my email client?</a></h3>
!
! <p>As long as there is some way to set a HTTP proxy for the client,
! then yes, any application can be used, whether it is strictly speaking
! a <span class="QUOTE">"browser"</span> or not. Though this may not be
! the best approach for dealing with some of the common abuses of HTML in
! email. See <a href="configuration.html#OUTLOOK">How can I configure
! <span class="APPLICATION">Privoxy</span> with <span class=
! "APPLICATION">Outlook</span>?</a> below for more on this.</p>
!
! <p>Be aware that HTML email presents a number of unique security and
! privacy related issues, that can require advanced skills to overcome.
! The developers recommend using email clients that can be configured to
! convert HTML to plain text for these reasons.</p>
! </div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="FIRSTSTEP" id="FIRSTSTEP">2.4. I just
! installed Privoxy. Is there anything special I have to do now?</a></h3>
!
! <p>All browsers should be told to use <span class=
! "APPLICATION">Privoxy</span> as a proxy by specifying the correct proxy
! address and port number in the appropriate configuration area for the
! browser. It's possible to combine <span class=
! "APPLICATION">Privoxy</span> with a packet filter to intercept HTTP
! requests even if the client isn't explicitly configured to use
! <span class="APPLICATION">Privoxy</span>, but where possible,
! configuring the client is recommended. See <a href=
! "../user-manual/startup.html" target="_top">the User Manual for more
! details</a>. You should also flush your browser's memory and disk cache
! to get rid of any cached junk items, and remove any stored <a href=
! "http://en.wikipedia.org/wiki/Browser_cookie" target=
! "_top">cookies</a>.</p>
! </div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="LOCALHOST" id="LOCALHOST">2.5. What is the
! proxy address of Privoxy?</a></h3>
!
! <p>If you set up the <span class="APPLICATION">Privoxy</span> to run on
! the computer you browse from (rather than your ISP's server or some
! networked computer on a LAN), the proxy will be on <tt class=
! "LITERAL">127.0.0.1</tt> (sometimes referred to as <span class=
! "QUOTE">"localhost"</span>, which is the special name used by every
! computer on the Internet to refer to itself) and the port will be 8118
! (unless you used the <a href=
! "../user-manual/config.html#LISTEN-ADDRESS" target=
! "_top">listen-address</a> config option to tell <span class=
! "APPLICATION">Privoxy</span> to run on a different port).</p>
!
! <p>When configuring your browser's proxy settings you typically enter
! the word <span class="QUOTE">"localhost"</span> or the IP address
! <span class="QUOTE">"127.0.0.1"</span> in the boxes next to
! <span class="QUOTE">"HTTP"</span> and <span class=
! "QUOTE">"Secure"</span> (HTTPS) and then the number <span class=
! "QUOTE">"8118"</span> for <span class="QUOTE">"port"</span>. This tells
! your browser to send all web requests to <span class=
! "APPLICATION">Privoxy</span> instead of directly to the Internet.</p>
!
! <p><span class="APPLICATION">Privoxy</span> can also be used to proxy
! for a Local Area Network. In this case, your would enter either the IP
! address of the LAN host where <span class="APPLICATION">Privoxy</span>
! is running, or the equivalent hostname, e.g. <tt class=
! "LITERAL">192.168.1.1</tt>. Port assignment would be same as above.
! Note that <span class="APPLICATION">Privoxy</span> doesn't listen on
! any LAN interfaces by default.</p>
!
! <p><span class="APPLICATION">Privoxy</span> does not currently handle
! any other protocols such as FTP, SMTP, IM, IRC, ICQ, etc.</p>
</div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="NOTHING" id="NOTHING">2.6. I just installed
! Privoxy, and nothing is happening. All the ads are there. What's
! wrong?</a></h3>
!
! <p>Did you configure your browser to use <span class=
! "APPLICATION">Privoxy</span> as a proxy? It does not sound like it. See
! above. You might also try flushing the browser's caches to force a full
! re-reading of pages. You can verify that <span class=
! "APPLICATION">Privoxy</span> is running, and your browser is correctly
! configured by entering the special URL: <a href="http://p.p/" target=
! "_top">http://p.p/</a>. This should take you to a page titled
! <span class="QUOTE">"This is Privoxy.."</span> with access to
! <span class="APPLICATION">Privoxy's</span> internal configuration. If
! you see this, then you are good to go. If you receive a page saying
! <span class="QUOTE">"Privoxy is not running"</span>, then the browser
! is not set up to use your <span class="APPLICATION">Privoxy</span>
! installation. If you receive anything else (probably nothing at all),
! it could either be that the browser is not set up correctly, or that
! <span class="APPLICATION">Privoxy</span> is not running at all. Check
! the <a href="../user-manual/config.html#LOGFILE" target="_top">log
! file</a>. For instructions on starting <span class=
! "APPLICATION">Privoxy</span> and browser configuration, see the
! <a href="https://www.privoxy.org/user-manual/startup.html" target=
! "_top">chapter on starting <span class="APPLICATION">Privoxy</span></a>
! in the <a href="https://www.privoxy.org/user-manual/" target=
! "_top">User Manual</a>.</p>
</div>
!
! <div class="SECT2">
! <h3 class="SECT2"><a name="NOTUSED" id="NOTUSED">2.7. I get a
! <span class="QUOTE">"Privoxy is not being used"</span> dummy page
! although Privoxy is running and being used.</a></h3>
!
! <p>First, make sure that Privoxy is <span class="emphasis"><i class=
! "EMPHASIS">really</i></span> running and being used by visiting
! <a href="http://p.p/" target="_top">http://p.p/</a>. You should see the
! <span class="APPLICATION">Privoxy</span> main page. If not, see the
! <a href="https://www.privoxy.org/user-manual/startup.html" target=
! "_top">chapter on starting <span class="APPLICATION">Privoxy</span></a>
! in the <a href="https://www.privoxy.org/user-manual/" target=
! "_top">User Manual</a>.</p>
!
! <p>Now if <a href="http://p.p/" target="_top">http://p.p/</a> works for
! you, but other parts of <span class="APPLICATION">Privoxy</span>'s web
! interface show the dummy page, your browser has cached a redirection it
! encountered before <span class="APPLICATION">Privoxy</span> was being
! used. You need to clear your browser's cache. Note that shift-reloading
! the dummy page won't help, since that'll only refresh the dummy page,
! not the redirection that lead you there.</p>
!
! <p>The procedure for clearing the cache varies from browser to browser.
! For example, <span class="APPLICATION">Mozilla/Netscape</span> users
! would click <span class="GUIBUTTON">Edit</span> --> <span class=
! "GUIBUTTON">Preferences</span> --> <span class=
! "GUIBUTTON">Advanced</span> --> <span class="GUIBUTTON">Cache</span>
! and then click both <span class="QUOTE">"<span class="GUIBUTTON">Clear
! Memory Cache</span>"</span> and <span class="QUOTE">"<span class=
! "GUIBUTTON">Clear Disk Cache</span>"</span>. In some <span class=
! "APPLICATION">Firefox</span> versions it's <span class=
! "GUIBUTTON">Tools</span> --> <span class="GUIBUTTON">Options</span>
! --> <span class="GUIBUTTON">Privacy</span> --> <span class=
! "GUIBUTTON">Cache</span> and then click <span class=
! "QUOTE">"<span class="GUIBUTTON">Clear Cache Now</span>"</span>.</p>
</div>
! </div>
!
! <div class="NAVFOOTER">
! <hr align="left" width="100%">
!
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top"><a href="general.html"
! accesskey="P">Prev</a></td>
!
! <td width="34%" align="center" valign="top"><a href="index.html"
! accesskey="H">Home</a></td>
!
! <td width="33%" align="right" valign="top"><a href=
! "configuration.html" accesskey="N">Next</a></td>
! </tr>
!
! <tr>
! <td width="33%" align="left" valign="top">General Information</td>
!
! <td width="34%" align="center" valign="top"> </td>
!
! <td width="33%" align="right" valign="top">Configuration</td>
! </tr>
! </table>
! </div>
! </body>
</html>
--- 1,285 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
! Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
! <head>
! <title>
! Installation
! </title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title="General Information" href="general.html">
! <link rel="NEXT" title="Configuration" href="configuration.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
! </head>
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">
! Privoxy Frequently Asked Questions
! </th>
! </tr>
! <tr>
! <td width="10%" align="left" valign="bottom">
! <a href="general.html" accesskey="P">Prev</a>
! </td>
! <td width="80%" align="center" valign="bottom">
! </td>
! <td width="10%" align="right" valign="bottom">
! <a href="configuration.html" accesskey="N">Next</a>
! </td>
! </tr>
! </table>
! <hr align="LEFT" width="100%">
</div>
! <div class="SECT1">
! <h1 class="SECT1">
! <a name="INSTALLATION">2. Installation</a>
! </h1>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="WHICHBROWSERS">2.1. Which browsers are supported by
! Privoxy?</a>
! </h3>
! <p>
! Any browser that can be configured to use a proxy, which should be
! virtually all browsers, including <span class=
! "APPLICATION">Firefox</span>, <span class="APPLICATION">Internet
! Explorer</span>, <span class="APPLICATION">Opera</span>, and <span
! class="APPLICATION">Safari</span> among others. Direct browser
! support is not an absolute requirement since <span class=
! "APPLICATION">Privoxy</span> runs as a separate application and
! talks to the browser in the standardized HTTP protocol, just like a
! web server does.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="WHICHOS">2.2. Which operating systems are supported?</a>
! </h3>
! <p>
! At present, <span class="APPLICATION">Privoxy</span> is known to
! run on Windows 95 and later versions (98, ME, 2000, XP, Vista,
! Windows 7 etc.), GNU/Linux (RedHat, SuSE, Debian, Fedora, Gentoo,
! Slackware and others), Mac OS X (10.4 and upwards on PPC and Intel
! processors), OS/2, Haiku, DragonFly, ElectroBSD, FreeBSD, NetBSD,
! OpenBSD, Solaris, and various other flavors of Unix.
! </p>
! <p>
! <span class="APPLICATION">Privoxy</span> used to work on AmigaOS
! and QNX, too, but the code currently isn't maintained and its
! status unknown. It might no longer compile, but getting it working
! again shouldn't be too hard.
! </p>
! <p>
! But any operating system that runs TCP/IP, can conceivably take
! advantage of <span class="APPLICATION">Privoxy</span> in a
! networked situation where <span class="APPLICATION">Privoxy</span>
! would run as a server on a LAN gateway. Then only the <span class=
! "QUOTE">"gateway"</span> needs to be running one of the above
! operating systems.
! </p>
! <p>
! Source code is freely available, so porting to other operating
! systems is always a possibility.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="EMAIL-CLIENT">2.3. Can I use Privoxy with my email
! client?</a>
! </h3>
! <p>
! As long as there is some way to set a HTTP proxy for the client,
! then yes, any application can be used, whether it is strictly
! speaking a <span class="QUOTE">"browser"</span> or not. Though this
! may not be the best approach for dealing with some of the common
! abuses of HTML in email. See <a href=
! "configuration.html#OUTLOOK">How can I configure <span class=
! "APPLICATION">Privoxy</span> with <span class=
! "APPLICATION">Outlook</span>?</a> below for more on this.
! </p>
! <p>
! Be aware that HTML email presents a number of unique security and
! privacy related issues, that can require advanced skills to
! overcome. The developers recommend using email clients that can be
! configured to convert HTML to plain text for these reasons.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="FIRSTSTEP">2.4. I just installed Privoxy. Is there
! anything special I have to do now?</a>
! </h3>
! <p>
! All browsers should be told to use <span class=
! "APPLICATION">Privoxy</span> as a proxy by specifying the correct
! proxy address and port number in the appropriate configuration area
! for the browser. It's possible to combine <span class=
! "APPLICATION">Privoxy</span> with a packet filter to intercept HTTP
! requests even if the client isn't explicitly configured to use
! <span class="APPLICATION">Privoxy</span>, but where possible,
! configuring the client is recommended. See <a href=
! "../user-manual/startup.html" target="_top">the User Manual for
! more details</a>. You should also flush your browser's memory and
! disk cache to get rid of any cached junk items, and remove any
! stored <a href="http://en.wikipedia.org/wiki/Browser_cookie"
! target="_top">cookies</a>.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="LOCALHOST">2.5. What is the proxy address of Privoxy?</a>
! </h3>
! <p>
! If you set up the <span class="APPLICATION">Privoxy</span> to run
! on the computer you browse from (rather than your ISP's server or
! some networked computer on a LAN), the proxy will be on <tt class=
! "LITERAL">127.0.0.1</tt> (sometimes referred to as <span class=
! "QUOTE">"localhost"</span>, which is the special name used by every
! computer on the Internet to refer to itself) and the port will be
! 8118 (unless you used the <a href=
! "../user-manual/config.html#LISTEN-ADDRESS" target=
! "_top">listen-address</a> config option to tell <span class=
! "APPLICATION">Privoxy</span> to run on a different port).
! </p>
! <p>
! When configuring your browser's proxy settings you typically enter
! the word <span class="QUOTE">"localhost"</span> or the IP address
! <span class="QUOTE">"127.0.0.1"</span> in the boxes next to <span
! class="QUOTE">"HTTP"</span> and <span class="QUOTE">"Secure"</span>
! (HTTPS) and then the number <span class="QUOTE">"8118"</span> for
! <span class="QUOTE">"port"</span>. This tells your browser to send
! all web requests to <span class="APPLICATION">Privoxy</span>
! instead of directly to the Internet.
! </p>
! <p>
! <span class="APPLICATION">Privoxy</span> can also be used to proxy
! for a Local Area Network. In this case, your would enter either the
! IP address of the LAN host where <span class=
! "APPLICATION">Privoxy</span> is running, or the equivalent
! hostname, e.g. <tt class="LITERAL">192.168.1.1</tt>. Port
! assignment would be same as above. Note that <span class=
! "APPLICATION">Privoxy</span> doesn't listen on any LAN interfaces
! by default.
! </p>
! <p>
! <span class="APPLICATION">Privoxy</span> does not currently handle
! any other protocols such as FTP, SMTP, IM, IRC, ICQ, etc.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="NOTHING">2.6. I just installed Privoxy, and nothing is
! happening. All the ads are there. What's wrong?</a>
! </h3>
! <p>
! Did you configure your browser to use <span class=
! "APPLICATION">Privoxy</span> as a proxy? It does not sound like it.
! See above. You might also try flushing the browser's caches to
! force a full re-reading of pages. You can verify that <span class=
! "APPLICATION">Privoxy</span> is running, and your browser is
! correctly configured by entering the special URL: <a href=
! "http://p.p/" target="_top">http://p.p/</a>. This should take you
! to a page titled <span class="QUOTE">"This is Privoxy.."</span>
! with access to <span class="APPLICATION">Privoxy's</span> internal
! configuration. If you see this, then you are good to go. If you
! receive a page saying <span class="QUOTE">"Privoxy is not
! running"</span>, then the browser is not set up to use your <span
! class="APPLICATION">Privoxy</span> installation. If you receive
! anything else (probably nothing at all), it could either be that
! the browser is not set up correctly, or that <span class=
! "APPLICATION">Privoxy</span> is not running at all. Check the <a
! href="../user-manual/config.html#LOGFILE" target="_top">log
! file</a>. For instructions on starting <span class=
! "APPLICATION">Privoxy</span> and browser configuration, see the <a
! href="https://www.privoxy.org/user-manual/startup.html" target=
! "_top">chapter on starting <span class=
! "APPLICATION">Privoxy</span></a> in the <a href=
! "https://www.privoxy.org/user-manual/" target="_top">User
! Manual</a>.
! </p>
! </div>
! <div class="SECT2">
! <h3 class="SECT2">
! <a name="NOTUSED">2.7. I get a <span class="QUOTE">"Privoxy is not
! being used"</span> dummy page although Privoxy is running and being
! used.</a>
! </h3>
! <p>
! First, make sure that Privoxy is <span class="emphasis"><i class=
! "EMPHASIS">really</i></span> running and being used by visiting <a
! href="http://p.p/" target="_top">http://p.p/</a>. You should see
! the <span class="APPLICATION">Privoxy</span> main page. If not, see
! the <a href="https://www.privoxy.org/user-manual/startup.html"
! target="_top">chapter on starting <span class=
! "APPLICATION">Privoxy</span></a> in the <a href=
! "https://www.privoxy.org/user-manual/" target="_top">User
! Manual</a>.
! </p>
! <p>
! Now if <a href="http://p.p/" target="_top">http://p.p/</a> works
! for you, but other parts of <span class=
! "APPLICATION">Privoxy</span>'s web interface show the dummy page,
! your browser has cached a redirection it encountered before <span
! class="APPLICATION">Privoxy</span> was being used. You need to
! clear your browser's cache. Note that shift-reloading the dummy
! page won't help, since that'll only refresh the dummy page, not the
! redirection that lead you there.
! </p>
! <p>
! The procedure for clearing the cache varies from browser to
! browser. For example, <span class=
! "APPLICATION">Mozilla/Netscape</span> users would click <span
! class="GUIBUTTON">Edit</span> --> <span class=
! "GUIBUTTON">Preferences</span> --> <span class=
! "GUIBUTTON">Advanced</span> --> <span class=
! "GUIBUTTON">Cache</span> and then click both <span class=
! "QUOTE">"<span class="GUIBUTTON">Clear Memory Cache</span>"</span>
! and <span class="QUOTE">"<span class="GUIBUTTON">Clear Disk
! Cache</span>"</span>. In some <span class=
! "APPLICATION">Firefox</span> versions it's <span class=
! "GUIBUTTON">Tools</span> --> <span class=
! "GUIBUTTON">Options</span> --> <span class=
! "GUIBUTTON">Privacy</span> --> <span class=
! "GUIBUTTON">Cache</span> and then click <span class="QUOTE">"<span
! class="GUIBUTTON">Clear Cache Now</span>"</span>.
! </p>
! </div>
</div>
! <div class="NAVFOOTER">
! <hr align="LEFT" width="100%">
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top">
! <a href="general.html" accesskey="P">Prev</a>
! </td>
! <td width="34%" align="center" valign="top">
! <a href="index.html" accesskey="H">Home</a>
! </td>
! <td width="33%" align="right" valign="top">
! <a href="configuration.html" accesskey="N">Next</a>
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
! General Information
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
! Configuration
! </td>
! </tr>
! </table>
</div>
! </body>
</html>
+
Index: configuration.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/configuration.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** configuration.html 26 Aug 2016 03:45:37 -0000 1.56
--- configuration.html 26 Aug 2016 12:32:48 -0000 1.57
***************
*** 1,193 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Configuration</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
[...1857 lines suppressed...]
! <td width="33%" align="right" valign="top">
! <a href="misc.html" accesskey="N">Next</a>
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
! Installation
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
! Miscellaneous
</td>
</tr>
</table>
</div>
! </body>
</html>
+
Index: trouble.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/trouble.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** trouble.html 26 Aug 2016 03:45:37 -0000 1.60
--- trouble.html 26 Aug 2016 12:32:49 -0000 1.61
***************
*** 1,141 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Troubleshooting</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
[...1565 lines suppressed...]
+ <td width="33%" align="right" valign="top">
+ <a href="contact.html" accesskey="N">Next</a>
+ </td>
+ </tr>
+ <tr>
+ <td width="33%" align="left" valign="top">
+ Miscellaneous
+ </td>
+ <td width="34%" align="center" valign="top">
+
+ </td>
+ <td width="33%" align="right" valign="top">
+ Contacting the developers, Bug Reporting and Feature Requests
</td>
</tr>
</table>
</div>
! </body>
</html>
+
Index: contact.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/contact.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** contact.html 26 Aug 2016 03:45:37 -0000 1.50
--- contact.html 26 Aug 2016 12:32:48 -0000 1.51
***************
*** 1,364 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Contacting the developers, Bug Reporting and Feature
! Requests</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title="Troubleshooting" href="trouble.html">
! <link rel="NEXT" title="Privoxy Copyright, License and History" href=
! "copyright.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
! </head>
!
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">Privoxy Frequently Asked
! Questions</th>
! </tr>
!
! <tr>
! <td width="10%" align="left" valign="bottom"><a href="trouble.html"
! accesskey="P">Prev</a></td>
!
! <td width="80%" align="center" valign="bottom"></td>
!
! <td width="10%" align="right" valign="bottom"><a href=
! "copyright.html" accesskey="N">Next</a></td>
! </tr>
! </table>
! <hr align="left" width="100%">
! </div>
!
! <div class="SECT1">
! <h1 class="SECT1"><a name="CONTACT" id="CONTACT">6. Contacting the
! developers, Bug Reporting and Feature Requests</a></h1>
!
! <p>We value your feedback. In fact, we rely on it to improve <span class=
! "APPLICATION">Privoxy</span> and its configuration. However, please note
! the following hints, so we can provide you with the best support.</p>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="SUFFICIENT-INFORMATION" id=
! "SUFFICIENT-INFORMATION">6.1. Please provide sufficient
! information</a></h2>
!
! <p>A lot of support requests don't contain enough information and can't
! be solved without a lot of back and forth which causes unnecessary
! delays. Reading this section should help to prevent that.</p>
!
! <p>Before contacting us to report a problem, please try to verify that
! it is a <span class="APPLICATION">Privoxy</span> problem, and not a
! browser or site problem or documented behaviour that just happens to be
! different than what you expected. If unsure, try <a href=
! "http://config.privoxy.org/toggle?set=disable" target="_top">toggling
! off</a> <span class="APPLICATION">Privoxy</span>, and see if the
! problem persists.</p>
!
! <p>If you are using your own custom configuration, please try the
! default configuration to see if the problem is configuration related.
! If you're having problems with a feature that is disabled by default,
! please ask around on the mailing list if others can reproduce the
! problem.</p>
!
! <p>If you aren't using the latest Privoxy version, the problem may have
! been found and fixed in the meantime. We would appreciate if you could
! take the time to <a href=
! "https://www.privoxy.org/user-manual/installation.html" target=
! "_top">upgrade to the latest version</a> and verify that the problem
! still exists.</p>
!
! <p>Please be sure to provide the following information when reporting
! problems or requesting support:</p>
!
! <ul>
! <li>
! <p>The exact <span class="APPLICATION">Privoxy</span> version you
! are using.</p>
! </li>
!
! <li>
! <p>The operating system and versions you run <span class=
! "APPLICATION">Privoxy</span> on, e.g. <span class=
! "APPLICATION">Windows XP SP2</span>.</p>
! </li>
!
! <li>
! <p>The name, platform, and version of the <span class=
! "APPLICATION">browser</span> you were using (e.g. <span class=
! "APPLICATION">Internet Explorer v5.5</span> for Mac).</p>
! </li>
!
! <li>
! <p>The URL where the problem occurred, or some way for us to
! duplicate the problem (e.g. <tt class=
! "LITERAL">http://somesite.example.com/?somethingelse=123</tt>).</p>
! </li>
!
! <li>
! <p>Whether your version of <span class="APPLICATION">Privoxy</span>
! is one supplied by the <span class="APPLICATION">Privoxy</span>
! developers via SourceForge, or if you got your copy somewhere
! else.</p>
! </li>
!
! <li>
! <p>Whether you are using <span class="APPLICATION">Privoxy</span>
! together with another proxy such as <span class=
! "APPLICATION">Tor</span>. If so, please temporary disable the other
! proxy to see if the symptoms change.</p>
! </li>
!
! <li>
! <p>Whether you are using a personal firewall product. If so, does
! <span class="APPLICATION">Privoxy</span> work without it?</p>
! </li>
!
! <li>
! <p>Any other pertinent information to help identify the problem
! such as config or log file excerpts (yes, you should have log file
! entries for each action taken). To get a meaningful logfile, please
! make sure that the <a href="../user-manual/config.html#LOGFILE"
! target="_top">logfile directive</a> is being used and the following
! <a href="../user-manual/config.html#DEBUG" target="_top">debug
! options</a> are enabled (all of them):</p>
!
! <p class="LITERALLAYOUT">
! debug 1 # Log the destination for each request Privoxy let through. See also debug 1024.<br>
!
! debug 2 # show each connection status<br>
!
! debug 4 # show I/O status<br>
!
! debug 8 # show header parsing<br>
!
! debug 128 # debug redirects<br>
! debug 256 # debug GIF de-animation<br>
!
! debug 512 # Common Log Format<br>
!
! debug 1024 # Log the destination for requests Privoxy didn't let through, and the reason why.<br>
!
! debug 4096 # Startup banner and warnings.<br>
!
! debug 8192 # Non-fatal errors</p>
!
! <p>If you are having trouble with a filter, please additionally
! enable</p>
!
! <p class="LITERALLAYOUT">
! debug 64 # debug regular expression filters</p>If
! you are using Privoxy 3.0.17 or later and suspect that it
! interprets the request or the response incorrectly, please enable
!
! <p class="LITERALLAYOUT">
! debug 32768 # log all data read from the network</p>
!
! <p>It's easy for us to ignore log messages that aren't relevant but
! missing log messages may make it impossible to investigate a
! problem. If you aren't sure which of the debug directives are
! relevant, please just enable all of them and let us worry about
! it.</p>
!
! <p>Note that Privoxy log files may contain sensitive information so
! please don't submit any logfiles you didn't read first. You can
! mask sensitive information as long as it's clear that you removed
! something.</p>
! </li>
! </ul>
!
! <p>You don't have to tell us your actual name when filing a problem
! report, but if you don't, please use a nickname so we can differentiate
! between your messages and the ones entered by other "anonymous" users
! that may respond to your request if they have the same problem or
! already found a solution. Note that due to spam the trackers may not
! always allow to post without being logged into SourceForge. If that's
! the case, you are still free to create a login that isn't directly
! linked to your name, though.</p>
!
! <p>Please also check the status of your request a few days after
! submitting it, as we may request additional information. If you use a
! SF id, you should automatically get a mail when someone responds to
! your request. Please don't bother to add an email address when using
! the tracker. If you prefer to communicate through email, just use one
! of the mailing lists directly.</p>
!
! <p>If you are new to reporting problems, you might be interested in
! <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html" target=
! "_top">How to Report Bugs Effectively</a>.</p>
!
! <p>The <a href=
! "https://www.privoxy.org/user-manual/appendix.html#ACTIONSANAT" target=
! "_top">appendix of the Privoxy User Manual</a> also has helpful
! information on understanding <tt class="LITERAL">actions</tt>, and
! <tt class="LITERAL">action</tt> debugging.</p>
</div>
! <div class="SECT2">
! <h2 class="SECT2"><a name="CONTACT-SUPPORT" id="CONTACT-SUPPORT">6.2.
! Get Support</a></h2>
!
! <p>All users are welcome to discuss their issues on the <a href=
! "https://lists.privoxy.org/mailman/listinfo/privoxy-users" target=
! "_top">users mailing list</a>, where the developers also hang
! around.</p>
! <p>Please don't send private support requests to individual Privoxy
! developers, either use the mailing lists or the support trackers.</p>
! <p>If you have to contact a Privoxy developer directly for other
! reasons, please send a real mail and do not bother with SourceForge's
! messaging system. Answers to SourceForge messages are usually bounced
! by SourceForge's mail server in which case the developer wasted time
! writing a response you don't get. From your point of view it will look
! like your message has been completely ignored, so this is frustrating
! for all parties involved.</p>
! <p>Note that the Privoxy mailing lists are moderated. Posts from
! unsubscribed addresses have to be accepted manually by a moderator.
! This may cause a delay of several days and if you use a subject that
! doesn't clearly mention Privoxy or one of its features, your message
! may be accidentally discarded as spam.</p>
! <p>If you aren't subscribed, you should therefore spend a few seconds
! to come up with a proper subject. Additionally you should make it clear
! that you want to get CC'd. Otherwise some responses will be directed to
! the mailing list only, and you won't see them.</p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2"><a name="REPORTING" id="REPORTING">6.3. Reporting
! Problems</a></h2>
! <p><span class="QUOTE">"Problems"</span> for our purposes, come in two
! forms:</p>
! <ul>
! <li>
! <p>Configuration issues, such as ads that slip through, or sites
! that don't function properly due to one <span class=
! "APPLICATION">Privoxy</span> <span class="QUOTE">"action"</span> or
! another being turned <span class="QUOTE">"on"</span>.</p>
! </li>
! <li>
! <p><span class="QUOTE">"Bugs"</span> in the programming code that
! makes up <span class="APPLICATION">Privoxy</span>, such as that
! might cause a crash. Documentation issues, for example spelling
! errors and unclear descriptions, are bugs, too.</p>
! </li>
! </ul>
! <div class="SECT3">
! <h3 class="SECT3"><a name="CONTACT-ADS" id="CONTACT-ADS">6.3.1.
! Reporting Ads or Other Configuration Problems</a></h3>
! <p>Please send feedback on ads that slipped through, innocent images
! that were blocked, sites that don't work properly, and other
! configuration related problem of <tt class=
! "FILENAME">default.action</tt> file, to <a href=
! "https://sourceforge.net/tracker/?group_id=11118&atid=460288"
! target=
! "_top">https://sourceforge.net/tracker/?group_id=11118&atid=460288</a>,
! the Actions File Tracker.</p>
! </div>
! <div class="SECT3">
! <h3 class="SECT3"><a name="CONTACT-BUGS" id="CONTACT-BUGS">6.3.2.
! Reporting Bugs</a></h3>
! <p>Before reporting bugs, please make sure that the bug has
! <span class="emphasis"><i class="EMPHASIS">not already been
! submitted</i></span> and observe the additional hints at the top of
! the <a href=
! "https://sourceforge.net/tracker/?func=add&group_id=11118&atid=111118"
! target="_top">submit form</a>. If already submitted, please feel free
! to add any info to the original report that might help to solve the
! issue.</p>
</div>
</div>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="SECURITY-CONTACT" id="SECURITY-CONTACT">6.4.
! Reporting security problems</a></h2>
!
! <p>If you discovered a security problem or merely suspect that a bug
! might be a security issue, please mail Fabian Keil
! <[email protected]> (OpenPGP fingerprint: 4F36 C17F 3816 9136 54A1
! E850 6918 2291 8BA2 371C).</p>
!
! <p>Usually you should get a response within a day, otherwise it's
! likely that either your mail or the response didn't make it. If that
! happens, please mail to the developer list to request a status
! update.</p>
! </div>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="MAILING-LISTS" id="MAILING-LISTS">6.5.
! Mailing Lists</a></h2>
!
! <p>If you prefer to communicate through email, instead of using a web
! interface, feel free to use one of the mailing lists. To discuss issues
! that haven't been completely diagnosed yet, please use the Privoxy
! users list. Technically interested users and people who wish to
! contribute to the project are always welcome on the developers list.
! You can find an overview of all <span class=
! "APPLICATION">Privoxy</span>-related mailing lists, including list
! archives, at: <a href="https://lists.privoxy.org/mailman/listinfo"
! target="_top">https://lists.privoxy.org/mailman/listinfo</a>. The lists
! hosted on privoxy.org have been created in 2016, the previously-used
! lists hosted at SourceForge are deprecated but the archives may still
! be useful: <a href="https://sourceforge.net/mail/?group_id=11118"
! target="_top">https://sourceforge.net/mail/?group_id=11118</a>.</p>
! </div>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="SF-TRACKERS" id="SF-TRACKERS">6.6.
! SourceForge support trackers</a></h2>
!
! <p>The <a href=
! "https://sourceforge.net/tracker/?group_id=11118&atid=211118"
! target="_top">SourceForge support trackers</a> may be used as well, but
! have various technical problems that are unlikely to be fixed anytime
! soon. If you don't get a timely response, please try the mailing list
! as well.</p>
</div>
! </div>
!
! <div class="NAVFOOTER">
! <hr align="left" width="100%">
!
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top"><a href="trouble.html"
! accesskey="P">Prev</a></td>
!
! <td width="34%" align="center" valign="top"><a href="index.html"
! accesskey="H">Home</a></td>
!
! <td width="33%" align="right" valign="top"><a href="copyright.html"
! accesskey="N">Next</a></td>
! </tr>
!
! <tr>
! <td width="33%" align="left" valign="top">Troubleshooting</td>
!
! <td width="34%" align="center" valign="top"> </td>
!
! <td width="33%" align="right" valign="top">Privoxy Copyright, License
! and History</td>
! </tr>
! </table>
! </div>
! </body>
</html>
--- 1,416 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
! Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
! <head>
! <title>
! Contacting the developers, Bug Reporting and Feature Requests
! </title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title="Troubleshooting" href="trouble.html">
! <link rel="NEXT" title="Privoxy Copyright, License and History" href=
! "copyright.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
! </head>
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">
! Privoxy Frequently Asked Questions
! </th>
! </tr>
! <tr>
! <td width="10%" align="left" valign="bottom">
! <a href="trouble.html" accesskey="P">Prev</a>
! </td>
! <td width="80%" align="center" valign="bottom">
! </td>
! <td width="10%" align="right" valign="bottom">
! <a href="copyright.html" accesskey="N">Next</a>
! </td>
! </tr>
! </table>
! <hr align="LEFT" width="100%">
</div>
+ <div class="SECT1">
+ <h1 class="SECT1">
+ <a name="CONTACT">6. Contacting the developers, Bug Reporting and
+ Feature Requests</a>
+ </h1>
+ <p>
+ We value your feedback. In fact, we rely on it to improve <span
+ class="APPLICATION">Privoxy</span> and its configuration. However,
+ please note the following hints, so we can provide you with the best
+ support.
+ </p>
+ <div class="SECT2">
+ <h2 class="SECT2">
+ <a name="SUFFICIENT-INFORMATION">6.1. Please provide sufficient
+ information</a>
+ </h2>
+ <p>
+ A lot of support requests don't contain enough information and
+ can't be solved without a lot of back and forth which causes
+ unnecessary delays. Reading this section should help to prevent
+ that.
+ </p>
+ <p>
+ Before contacting us to report a problem, please try to verify that
+ it is a <span class="APPLICATION">Privoxy</span> problem, and not a
+ browser or site problem or documented behaviour that just happens
+ to be different than what you expected. If unsure, try <a href=
+ "http://config.privoxy.org/toggle?set=disable" target=
+ "_top">toggling off</a> <span class="APPLICATION">Privoxy</span>,
+ and see if the problem persists.
+ </p>
+ <p>
+ If you are using your own custom configuration, please try the
+ default configuration to see if the problem is configuration
+ related. If you're having problems with a feature that is disabled
+ by default, please ask around on the mailing list if others can
+ reproduce the problem.
+ </p>
+ <p>
+ If you aren't using the latest Privoxy version, the problem may
+ have been found and fixed in the meantime. We would appreciate if
+ you could take the time to <a href=
+ "https://www.privoxy.org/user-manual/installation.html" target=
+ "_top">upgrade to the latest version</a> and verify that the
+ problem still exists.
+ </p>
+ <p>
+ Please be sure to provide the following information when reporting
+ problems or requesting support:
+ </p>
+ <p>
+ </p>
+ <ul>
+ <li>
+ <p>
+ The exact <span class="APPLICATION">Privoxy</span> version you
+ are using.
+ </p>
+ </li>
+ <li>
+ <p>
+ The operating system and versions you run <span class=
+ "APPLICATION">Privoxy</span> on, e.g. <span class=
+ "APPLICATION">Windows XP SP2</span>.
+ </p>
+ </li>
+ <li>
+ <p>
+ The name, platform, and version of the <span class=
+ "APPLICATION">browser</span> you were using (e.g. <span class=
+ "APPLICATION">Internet Explorer v5.5</span> for Mac).
+ </p>
+ </li>
+ <li>
+ <p>
+ The URL where the problem occurred, or some way for us to
+ duplicate the problem (e.g. <tt class=
+ "LITERAL">http://somesite.example.com/?somethingelse=123</tt>).
+ </p>
+ </li>
+ <li>
+ <p>
+ Whether your version of <span class=
+ "APPLICATION">Privoxy</span> is one supplied by the <span
+ class="APPLICATION">Privoxy</span> developers via SourceForge,
+ or if you got your copy somewhere else.
+ </p>
+ </li>
+ <li>
+ <p>
+ Whether you are using <span class="APPLICATION">Privoxy</span>
+ together with another proxy such as <span class=
+ "APPLICATION">Tor</span>. If so, please temporary disable the
+ other proxy to see if the symptoms change.
+ </p>
+ </li>
+ <li>
+ <p>
+ Whether you are using a personal firewall product. If so, does
+ <span class="APPLICATION">Privoxy</span> work without it?
+ </p>
+ </li>
+ <li>
+ <p>
+ Any other pertinent information to help identify the problem
+ such as config or log file excerpts (yes, you should have log
+ file entries for each action taken). To get a meaningful
+ logfile, please make sure that the <a href=
+ "../user-manual/config.html#LOGFILE" target="_top">logfile
+ directive</a> is being used and the following <a href=
+ "../user-manual/config.html#DEBUG" target="_top">debug
+ options</a> are enabled (all of them):
+ </p>
+ <p class="LITERALLAYOUT">
+ debug 1 # Log the destination for each request Privoxy let through. See also debug 1024.<br>
! debug 2 # show each connection status<br>
! debug 4 # show I/O status<br>
! debug 8 # show header parsing<br>
! debug 128 # debug redirects<br>
! debug 256 # debug GIF de-animation<br>
! debug 512 # Common Log Format<br>
! debug 1024 # Log the destination for requests Privoxy didn't let through, and the reason why.<br>
! debug 4096 # Startup banner and warnings.<br>
! debug 8192 # Non-fatal errors
! </p>
! <p>
! If you are having trouble with a filter, please additionally
! enable
! </p>
! <p class="LITERALLAYOUT">
! debug 64 # debug regular expression filters
! </p>
! If you are using Privoxy 3.0.17 or later and suspect that it
! interprets the request or the response incorrectly, please enable
! <p class="LITERALLAYOUT">
! debug 32768 # log all data read from the network
! </p>
! <p>
! It's easy for us to ignore log messages that aren't relevant
! but missing log messages may make it impossible to investigate
! a problem. If you aren't sure which of the debug directives are
! relevant, please just enable all of them and let us worry about
! it.
! </p>
! <p>
! Note that Privoxy log files may contain sensitive information
! so please don't submit any logfiles you didn't read first. You
! can mask sensitive information as long as it's clear that you
! removed something.
! </p>
! </li>
! </ul>
! <p>
! You don't have to tell us your actual name when filing a problem
! report, but if you don't, please use a nickname so we can
! differentiate between your messages and the ones entered by other
! "anonymous" users that may respond to your request if they have the
! same problem or already found a solution. Note that due to spam the
! trackers may not always allow to post without being logged into
! SourceForge. If that's the case, you are still free to create a
! login that isn't directly linked to your name, though.
! </p>
! <p>
! Please also check the status of your request a few days after
! submitting it, as we may request additional information. If you use
! a SF id, you should automatically get a mail when someone responds
! to your request. Please don't bother to add an email address when
! using the tracker. If you prefer to communicate through email, just
! use one of the mailing lists directly.
! </p>
! <p>
! If you are new to reporting problems, you might be interested in <a
! href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"
! target="_top">How to Report Bugs Effectively</a>.
! </p>
! <p>
! The <a href=
! "https://www.privoxy.org/user-manual/appendix.html#ACTIONSANAT"
! target="_top">appendix of the Privoxy User Manual</a> also has
! helpful information on understanding <tt class=
! "LITERAL">actions</tt>, and <tt class="LITERAL">action</tt>
! debugging.
! </p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="CONTACT-SUPPORT">6.2. Get Support</a>
! </h2>
! <p>
! All users are welcome to discuss their issues on the <a href=
! "https://lists.privoxy.org/mailman/listinfo/privoxy-users" target=
! "_top">users mailing list</a>, where the developers also hang
! around.
! </p>
! <p>
! Please don't send private support requests to individual Privoxy
! developers, either use the mailing lists or the support trackers.
! </p>
! <p>
! If you have to contact a Privoxy developer directly for other
! reasons, please send a real mail and do not bother with
! SourceForge's messaging system. Answers to SourceForge messages are
! usually bounced by SourceForge's mail server in which case the
! developer wasted time writing a response you don't get. From your
! point of view it will look like your message has been completely
! ignored, so this is frustrating for all parties involved.
! </p>
! <p>
! Note that the Privoxy mailing lists are moderated. Posts from
! unsubscribed addresses have to be accepted manually by a moderator.
! This may cause a delay of several days and if you use a subject
! that doesn't clearly mention Privoxy or one of its features, your
! message may be accidentally discarded as spam.
! </p>
! <p>
! If you aren't subscribed, you should therefore spend a few seconds
! to come up with a proper subject. Additionally you should make it
! clear that you want to get CC'd. Otherwise some responses will be
! directed to the mailing list only, and you won't see them.
! </p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="REPORTING">6.3. Reporting Problems</a>
! </h2>
! <p>
! <span class="QUOTE">"Problems"</span> for our purposes, come in two
! forms:
! </p>
! <ul>
! <li>
! <p>
! Configuration issues, such as ads that slip through, or sites
! that don't function properly due to one <span class=
! "APPLICATION">Privoxy</span> <span class=
! "QUOTE">"action"</span> or another being turned <span class=
! "QUOTE">"on"</span>.
! </p>
! </li>
! <li>
! <p>
! <span class="QUOTE">"Bugs"</span> in the programming code that
! makes up <span class="APPLICATION">Privoxy</span>, such as that
! might cause a crash. Documentation issues, for example spelling
! errors and unclear descriptions, are bugs, too.
! </p>
! </li>
! </ul>
! <div class="SECT3">
! <h3 class="SECT3">
! <a name="CONTACT-ADS">6.3.1. Reporting Ads or Other Configuration
! Problems</a>
! </h3>
! <p>
! Please send feedback on ads that slipped through, innocent images
! that were blocked, sites that don't work properly, and other
! configuration related problem of <tt class=
! "FILENAME">default.action</tt> file, to <a href=
! "https://sourceforge.net/tracker/?group_id=11118&atid=460288"
! target=
! "_top">https://sourceforge.net/tracker/?group_id=11118&atid=460288</a>,
! the Actions File Tracker.
! </p>
! </div>
! <div class="SECT3">
! <h3 class="SECT3">
! <a name="CONTACT-BUGS">6.3.2. Reporting Bugs</a>
! </h3>
! <p>
! Before reporting bugs, please make sure that the bug has <span
! class="emphasis"><i class="EMPHASIS">not already been
! submitted</i></span> and observe the additional hints at the top
! of the <a href=
! "https://sourceforge.net/tracker/?func=add&group_id=11118&atid=111118"
! target="_top">submit form</a>. If already submitted, please feel
! free to add any info to the original report that might help to
! solve the issue.
! </p>
! </div>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="SECURITY-CONTACT">6.4. Reporting security problems</a>
! </h2>
! <p>
! If you discovered a security problem or merely suspect that a bug
! might be a security issue, please mail Fabian Keil
! <[email protected]> (OpenPGP fingerprint: 4F36 C17F 3816 9136
! 54A1 E850 6918 2291 8BA2 371C).
! </p>
! <p>
! Usually you should get a response within a day, otherwise it's
! likely that either your mail or the response didn't make it. If
! that happens, please mail to the developer list to request a status
! update.
! </p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="MAILING-LISTS">6.5. Mailing Lists</a>
! </h2>
! <p>
! If you prefer to communicate through email, instead of using a web
! interface, feel free to use one of the mailing lists. To discuss
! issues that haven't been completely diagnosed yet, please use the
! Privoxy users list. Technically interested users and people who
! wish to contribute to the project are always welcome on the
! developers list. You can find an overview of all <span class=
! "APPLICATION">Privoxy</span>-related mailing lists, including list
! archives, at: <a href="https://lists.privoxy.org/mailman/listinfo"
! target="_top">https://lists.privoxy.org/mailman/listinfo</a>. The
! lists hosted on privoxy.org have been created in 2016, the
! previously-used lists hosted at SourceForge are deprecated but the
! archives may still be useful: <a href=
! "https://sourceforge.net/mail/?group_id=11118" target=
! "_top">https://sourceforge.net/mail/?group_id=11118</a>.
! </p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="SF-TRACKERS">6.6. SourceForge support trackers</a>
! </h2>
! <p>
! The <a href=
! "https://sourceforge.net/tracker/?group_id=11118&atid=211118"
! target="_top">SourceForge support trackers</a> may be used as well,
! but have various technical problems that are unlikely to be fixed
! anytime soon. If you don't get a timely response, please try the
! mailing list as well.
! </p>
</div>
</div>
! <div class="NAVFOOTER">
! <hr align="LEFT" width="100%">
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top">
! <a href="trouble.html" accesskey="P">Prev</a>
! </td>
! <td width="34%" align="center" valign="top">
! <a href="index.html" accesskey="H">Home</a>
! </td>
! <td width="33%" align="right" valign="top">
! <a href="copyright.html" accesskey="N">Next</a>
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
! Troubleshooting
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
! Privoxy Copyright, License and History
! </td>
! </tr>
! </table>
</div>
! </body>
</html>
+
Index: general.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/general.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** general.html 26 Aug 2016 03:45:37 -0000 1.53
--- general.html 26 Aug 2016 12:32:48 -0000 1.54
***************
*** 1,653 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>General Information</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
[...1379 lines suppressed...]
! <td width="33%" align="right" valign="top">
! <a href="installation.html" accesskey="N">Next</a>
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
! Privoxy Frequently Asked Questions
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
! Installation
! </td>
! </tr>
! </table>
! </div>
! </body>
</html>
+
Index: copyright.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/copyright.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** copyright.html 26 Aug 2016 03:45:37 -0000 1.68
--- copyright.html 26 Aug 2016 12:32:48 -0000 1.69
***************
*** 1,142 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Privoxy Copyright, License and History</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title=
! "Contacting the developers, Bug Reporting and Feature Requests" href=
! "contact.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
! </head>
!
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">Privoxy Frequently Asked
! Questions</th>
! </tr>
!
! <tr>
! <td width="10%" align="left" valign="bottom"><a href="contact.html"
! accesskey="P">Prev</a></td>
!
! <td width="80%" align="center" valign="bottom"></td>
!
! <td width="10%" align="right" valign="bottom"> </td>
! </tr>
! </table>
! <hr align="left" width="100%">
! </div>
!
! <div class="SECT1">
! <h1 class="SECT1"><a name="COPYRIGHT" id="COPYRIGHT">7. Privoxy
! Copyright, License and History</a></h1>
!
! <p>Copyright © 2001-2016 by Privoxy Developers <code class=
! "EMAIL"><<a href=
! "mailto:[email protected]">[email protected]</a>></code></p>
!
! <p>Some source code is based on code Copyright © 1997 by Anonymous
! Coders and Junkbusters, Inc. and licensed under the <i class=
! "CITETITLE">GNU General Public License</i>.</p>
!
! <p>Portions of this document are <span class="QUOTE">"borrowed"</span>
! from the original <span class="APPLICATION">Junkbuster</span> (tm) FAQ,
! and modified as appropriate for <span class=
! "APPLICATION">Privoxy</span>.</p>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="AEN1505" id="AEN1505">7.1. License</a></h2>
!
! <p><span class="APPLICATION">Privoxy</span> is free software; you can
! redistribute it and/or modify it under the terms of the <i class=
! "CITETITLE">GNU General Public License</i>, version 2, as published by
! the Free Software Foundation.</p>
!
! <p><span class="APPLICATION">Privoxy</span> is distributed in the hope
! that it will be useful, but WITHOUT ANY WARRANTY; without even the
! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
! PURPOSE. See the <a href=
! "https://www.privoxy.org/user-manual/copyright.html#LICENSE" target=
! "_top"><i class="CITETITLE">license</i></a> for details.</p>
</div>
!
! <div class="SECT2">
! <h2 class="SECT2"><a name="AEN1514" id="AEN1514">7.2. History</a></h2>
!
! <p>A long time ago, there was the <span class="APPLICATION">Internet
! Junkbuster</span>, by Anonymous Coders and Junkbusters Corporation.
! This saved many users a lot of pain in the early days of web
! advertising and user tracking.</p>
!
! <p>But the web, its protocols and standards, and with it, the
! techniques for forcing ads on users, give up autonomy over their
! browsing, and for tracking them, keeps evolving. Unfortunately, the
! <span class="APPLICATION">Internet Junkbuster</span> did not. Version
! 2.0.2, published in 1998, was the last official release, available from
! Junkbusters Corporation. Fortunately, it had been released under the
! GNU <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
! target="_top">GPL</a>, which allowed further development by others.</p>
!
! <p>So Stefan Waldherr started maintaining an improved version of the
! software, to which eventually a number of people contributed patches.
! It could already replace banners with a transparent image, and had a
! first version of pop-up killing, but it was still very closely based on
! the original, with all its limitations, such as the lack of HTTP/1.1
! support, flexible per-site configuration, or content modification. The
! last release from this effort was version 2.0.2-10, published in
! 2000.</p>
!
! <p>Then, some <a href=
! "https://www.privoxy.org/user-manual/copyright.html#AUTHORS" target=
! "_top">developers</a> picked up the thread, and started turning the
! software inside out, upside down, and then reassembled it, adding many
! <a href=
! "https://www.privoxy.org/user-manual/introduction.html#FEATURES"
! target="_top">new features</a> along the way.</p>
!
! <p>The result of this is <span class="APPLICATION">Privoxy</span>,
! whose first stable version, 3.0, was released August, 2002.</p>
!
! <p>As of 2012 the Junkbusters Corporation's website
! (http://www.junkbusters.com/) has been shut down, but Privoxy is still
! actively maintained.</p>
</div>
! </div>
!
! <div class="NAVFOOTER">
! <hr align="left" width="100%">
!
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top"><a href="contact.html"
! accesskey="P">Prev</a></td>
!
! <td width="34%" align="center" valign="top"><a href="index.html"
! accesskey="H">Home</a></td>
!
! <td width="33%" align="right" valign="top"> </td>
! </tr>
!
! <tr>
! <td width="33%" align="left" valign="top">Contacting the developers,
! Bug Reporting and Feature Requests</td>
!
! <td width="34%" align="center" valign="top"> </td>
!
! <td width="33%" align="right" valign="top"> </td>
! </tr>
! </table>
! </div>
! </body>
</html>
--- 1,161 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
! Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
! <head>
! <title>
! Privoxy Copyright, License and History
! </title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
! <link rel="PREVIOUS" title=
! "Contacting the developers, Bug Reporting and Feature Requests" href=
! "contact.html">
! <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
! </head>
! <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
! "#840084" alink="#0000FF">
! <div class="NAVHEADER">
! <table summary="Header navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <th colspan="3" align="center">
! Privoxy Frequently Asked Questions
! </th>
! </tr>
! <tr>
! <td width="10%" align="left" valign="bottom">
! <a href="contact.html" accesskey="P">Prev</a>
! </td>
! <td width="80%" align="center" valign="bottom">
! </td>
! <td width="10%" align="right" valign="bottom">
!
! </td>
! </tr>
! </table>
! <hr align="LEFT" width="100%">
</div>
! <div class="SECT1">
! <h1 class="SECT1">
! <a name="COPYRIGHT">7. Privoxy Copyright, License and History</a>
! </h1>
! <p>
! Copyright © 2001-2016 by Privoxy Developers <code class=
! "EMAIL"><<a href=
! "mailto:[email protected]">[email protected]</a>></code>
! </p>
! <p>
! Some source code is based on code Copyright © 1997 by Anonymous
! Coders and Junkbusters, Inc. and licensed under the <i class=
! "CITETITLE">GNU General Public License</i>.
! </p>
! <p>
! Portions of this document are <span class="QUOTE">"borrowed"</span>
! from the original <span class="APPLICATION">Junkbuster</span> (tm)
! FAQ, and modified as appropriate for <span class=
! "APPLICATION">Privoxy</span>.
! </p>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="AEN1505">7.1. License</a>
! </h2>
! <p>
! <span class="APPLICATION">Privoxy</span> is free software; you can
! redistribute it and/or modify it under the terms of the <i class=
! "CITETITLE">GNU General Public License</i>, version 2, as published
! by the Free Software Foundation.
! </p>
! <p>
! <span class="APPLICATION">Privoxy</span> is distributed in the hope
! that it will be useful, but WITHOUT ANY WARRANTY; without even the
! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
! PURPOSE. See the <a href=
! "https://www.privoxy.org/user-manual/copyright.html#LICENSE"
! target="_top"><i class="CITETITLE">license</i></a> for details.
! </p>
! </div>
! <div class="SECT2">
! <h2 class="SECT2">
! <a name="AEN1514">7.2. History</a>
! </h2>
! <p>
! A long time ago, there was the <span class="APPLICATION">Internet
! Junkbuster</span>, by Anonymous Coders and Junkbusters Corporation.
! This saved many users a lot of pain in the early days of web
! advertising and user tracking.
! </p>
! <p>
! But the web, its protocols and standards, and with it, the
! techniques for forcing ads on users, give up autonomy over their
! browsing, and for tracking them, keeps evolving. Unfortunately, the
! <span class="APPLICATION">Internet Junkbuster</span> did not.
! Version 2.0.2, published in 1998, was the last official release,
! available from Junkbusters Corporation. Fortunately, it had been
! released under the GNU <a href=
! "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target=
! "_top">GPL</a>, which allowed further development by others.
! </p>
! <p>
! So Stefan Waldherr started maintaining an improved version of the
! software, to which eventually a number of people contributed
! patches. It could already replace banners with a transparent image,
! and had a first version of pop-up killing, but it was still very
! closely based on the original, with all its limitations, such as
! the lack of HTTP/1.1 support, flexible per-site configuration, or
! content modification. The last release from this effort was version
! 2.0.2-10, published in 2000.
! </p>
! <p>
! Then, some <a href=
! "https://www.privoxy.org/user-manual/copyright.html#AUTHORS"
! target="_top">developers</a> picked up the thread, and started
! turning the software inside out, upside down, and then reassembled
! it, adding many <a href=
! "https://www.privoxy.org/user-manual/introduction.html#FEATURES"
! target="_top">new features</a> along the way.
! </p>
! <p>
! The result of this is <span class="APPLICATION">Privoxy</span>,
! whose first stable version, 3.0, was released August, 2002.
! </p>
! <p>
! As of 2012 the Junkbusters Corporation's website
! (http://www.junkbusters.com/) has been shut down, but Privoxy is
! still actively maintained.
! </p>
! </div>
</div>
! <div class="NAVFOOTER">
! <hr align="LEFT" width="100%">
! <table summary="Footer navigation table" width="100%" border="0"
! cellpadding="0" cellspacing="0">
! <tr>
! <td width="33%" align="left" valign="top">
! <a href="contact.html" accesskey="P">Prev</a>
! </td>
! <td width="34%" align="center" valign="top">
! <a href="index.html" accesskey="H">Home</a>
! </td>
! <td width="33%" align="right" valign="top">
!
! </td>
! </tr>
! <tr>
! <td width="33%" align="left" valign="top">
! Contacting the developers, Bug Reporting and Feature Requests
! </td>
! <td width="34%" align="center" valign="top">
!
! </td>
! <td width="33%" align="right" valign="top">
!
! </td>
! </tr>
! </table>
! </div>
! </body>
</html>
+
Index: misc.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/faq/misc.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** misc.html 26 Aug 2016 03:45:37 -0000 1.65
--- misc.html 26 Aug 2016 12:32:48 -0000 1.66
***************
*** 1,703 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
!
<html>
! <head>
! <title>Miscellaneous</title>
! <meta name="GENERATOR" content=
! "Modular DocBook HTML Stylesheet Version 1.79">
! <link rel="HOME" title="Privoxy Frequently Asked Questions" href=
! "index.html">
[...1928 lines suppressed...]
+ <td width="33%" align="right" valign="top">
+ <a href="trouble.html" accesskey="N">Next</a>
+ </td>
+ </tr>
+ <tr>
+ <td width="33%" align="left" valign="top">
+ Configuration
+ </td>
+ <td width="34%" align="center" valign="top">
+
+ </td>
+ <td width="33%" align="right" valign="top">
+ Troubleshooting
</td>
</tr>
</table>
</div>
! </body>
</html>
+
------------------------------------------------------------------------------