X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=f99c085bd7f02f5d37202bdecc63fe1eaa5195be;hp=5219071a0864d078c067fb5f9a626c6e72b2b27e;hb=dc75357981147f069761a2dc781bf7bbc3934805;hpb=a9f1f6d359bd5d33503b910ae8c27eca16489c6a diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 5219071a..f99c085b 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,7 +8,7 @@ - + @@ -17,6 +17,7 @@ + Privoxy"> ]> - Copyright &my-copy; 2001-2009 by + Copyright &my-copy; 2001-2010 by Privoxy Developers -$Id: faq.sgml,v 2.51 2009/02/12 16:08:26 fabiankeil Exp $ +$Id: faq.sgml,v 2.77 2011/03/03 14:22:12 fabiankeil Exp $ @@ -1743,9 +1763,11 @@ us help you. Your efforts are not wasted, and we do appreciate them. If you verified that Privoxy and Tor are working, it is time to connect them. As far as Privoxy is concerned, Tor is just another proxy that can be reached - by socks4 or socks4a. Most likely you are interested in Tor - to increase your anonymity level, therefore you should use socks4a, to make sure DNS requests are - done through Tor and thus invisible to your local network. + by socks4, socks4a and socks5. Most likely you are interested in Tor + to increase your anonymity level, therefore you should use socks5, to make sure DNS + requests are done through Tor and thus invisible to your + local network. Using socks4a would work too, but with socks5 you get more precise error + messages. -# forward-socks4a / 127.0.0.1:9050 . +# forward-socks5 / 127.0.0.1:9050 . @@ -2175,6 +2197,42 @@ and related issues? + +How did you manage to get Privoxy on my computer without my consent? + + + We didn't. We make Privoxy available for download, but we don't go + around installing it on other people's systems behind their back. + If you discover Privoxy running on your system and are sure you didn't + install it yourself, somebody else did. You may not even be running + the real Privoxy, but maybe something else that only pretends to be + Privoxy, or maybe something that is based on the real Privoxy, + but has been modified. + + + Lately there have been reports of problems with some kind of + Privoxy versions that come preinstalled on some Netbooks. + Some of the problems described are inconsistent with the behaviour + of official Privoxy versions, which suggests that the preinstalled + software may contain vendor modifications that we don't know about + and thus can't debug. + + + Privoxy's license allows vendor + modifications, but the vendor has to comply with the license, + which involves informing the user about the changes and to make + the changes available under the same license as Privoxy itself. + + + If you are having trouble with a modified Privoxy version, + please try to talk to whoever made the modifications before + reporting the problem to us. Please also try to convince + whoever made the modifications to talk to us. If you think + somebody gave you a modified Privoxy version without complying + to the license, please let us know. + + + @@ -2813,6 +2871,26 @@ browsing has slowed to a crawl. What gives? + +I compiled &my-app; with Gentoo's portage and it appears to be very slow. Why? + + Probably you unintentionally compiled &my-app; without threading support + in which case requests have to be serialized and only one can be served + at the same time. + + + Check your USE flags and make sure they include + threads. If they don't, add the flag and rebuild &my-app;. + + + If you compiled &my-app; with threading support (on POSIX-based systems), + the Conditional #defines section on http://config.privoxy.org/show-status + will list FEATURE_PTHREAD as enabled. + + + + @@ -2891,6 +2969,97 @@ browsing has slowed to a crawl. What gives? 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA $Log: faq.sgml,v $ +Revision 2.77 2011/03/03 14:22:12 fabiankeil +Remove duplicated 'the' + +Revision 2.76 2010/11/22 10:35:02 fabiankeil +Mention socks5 in another part of the Tor section. + +Revision 2.75 2010/11/13 10:08:00 fabiankeil +Fix a link to the 'intercepting' entry and add another one + +Revision 2.74 2010/11/13 10:07:46 fabiankeil +Remove the product names in the 'otherproxy' entry's title. + +I'm tired of getting the 'otherproxy' entry as first hit +when searching the index for the Tor FAQ. + +Revision 2.73 2010/11/06 12:55:48 fabiankeil +Set p-version to 3.0.17 + +Revision 2.72 2010/02/27 12:13:17 fabiankeil +Fix spelling. + +Revision 2.71 2010/02/27 12:12:13 fabiankeil +Consistently recommending socks5 in the Tor entry and mention its advantage compared to socks4a. +Reported by David in #2960129. + +Revision 2.70 2010/02/20 18:08:31 ler762 +fix typo + +Revision 2.69 2010/02/13 17:38:27 fabiankeil +Update entities for 3.0.16 stable. + +Revision 2.68 2010/01/30 19:51:28 fabiankeil +New FAQ entry: How did you manage to get Privoxy on my computer without my consent? + +Also bump copyright. + +Revision 2.67 2009/11/15 14:24:12 fabiankeil +Prepare to generate docs for 3.0.16 UNRELEASED. + +Revision 2.66 2009/10/10 05:48:55 fabiankeil +Prepare for 3.0.15 beta. + +Revision 2.65 2009/07/18 16:24:39 fabiankeil +Bump entities for 3.0.14 beta. + +Revision 2.64 2009/07/18 12:18:52 fabiankeil +Don't describe the action files in the FAQ when we can simply link to the description in the User Manual. + +Revision 2.63 2009/06/15 15:08:03 fabiankeil +Patch #2806626 from Frédéric Crozat to fix a closing tag. + +Revision 2.62 2009/06/12 14:30:58 fabiankeil +Update entities for 3.0.13 beta. + +Revision 2.61 2009/06/12 11:52:33 fabiankeil +Mention the TODO list in the participate entry. + +Revision 2.60 2009/04/07 12:25:05 fabiankeil +In the "I would like to help ..." entry: +- Change the ids to more general ones as helping out doesn't require + joining the team (and joining the team requires significantly helping + out first, anyway). +- Add links to the subscription pages for the main mailing lists. + +Revision 2.59 2009/03/28 15:33:41 fabiankeil +Recommend the use of forward-socks5 when forwarding to Tor. +The error messages are more detailed than with forward-socks4a. + +Revision 2.58 2009/03/21 12:27:44 fabiankeil +Turn the donation entry title into a question, +also rephrase the content a bit. + +Revision 2.57 2009/03/19 19:07:49 fabiankeil +First draft of a "Donating" entry. To be polished tomorrow. + +Revision 2.56 2009/02/19 17:05:05 fabiankeil +Explain slowness when build with Gentoo's portage. + +Revision 2.55 2009/02/19 02:20:21 hal9 +Make some links in seealso conditional. Man page is now privoxy only links. + +Revision 2.54 2009/02/15 20:47:12 hal9 +Fix small typo. + +Revision 2.53 2009/02/15 20:46:13 hal9 +Update Outlook HTML rendering engine comments re: Office 2007. + +Revision 2.52 2009/02/14 10:27:52 fabiankeil +Finish last paragraph in the selinux entry which +I unintentionally committed with the last commit. + Revision 2.51 2009/02/12 16:08:26 fabiankeil Declare the code stable.