X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=e1aae832d90703ce93436028e44b6f3a306d4a94;hp=30328553341a504b44cc97310e8ca06433c7bb2d;hb=100ba4ab71cd6200f12ba086576dc569c277c186;hpb=034701a5c4492828e7c7e8184f427f4e13bc8f29 diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 30328553..e1aae832 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,8 +8,8 @@ - - + + @@ -17,6 +17,7 @@ + Privoxy"> ]> @@ -1760,7 +1779,7 @@ us help you. Your efforts are not wasted, and we do appreciate them. -# forward-socks4a / 127.0.0.1:9050 . +# forward-socks5 / 127.0.0.1:9050 . @@ -2772,6 +2791,64 @@ browsing has slowed to a crawl. What gives? ]]> + + Additionally you have to configure your browser to contact + 127.0.0.1:0 directly (instead of through &my-app;). + + + To add a proxy exception in Mozilla Firefox + open the Preferences, click the Settings + button located on the Network tab in the Advanced + section, and add 127.0.0.1:0 in the No Proxy for: + field. + + + + + +I get selinux error messages. How can I fix this? + + Please report the problem to the creator of your selinux policies. + + + The problem is that some selinux policy writers aren't familiar + with the application they are trying to secure and + thus create policies that make no sense. + + + In Privoxy's case the problem usually + is that the policy only allows outgoing connections for certain + destination ports (e.g. 80 and 443). While this may cover the + standard ports, websites occasionally use other ports as well. + This isn't a security problem and therefore Privoxy's + default configuration doesn't block these requests. + + + If you really want to block these ports (and don't be able + to load websites that don't use standard ports), you should + configure Privoxy to block these ports as well, so it doesn't + trigger the selinux warnings. + + + + + +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. + @@ -2853,6 +2930,61 @@ browsing has slowed to a crawl. What gives? 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA $Log: faq.sgml,v $ +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. + +Revision 2.50 2009/02/11 18:13:36 fabiankeil +State the obvious. + +Revision 2.49 2009/02/10 16:30:20 fabiankeil +Add a workaround for "unauthenticated content" warnings on HTTPS sites. + Revision 2.48 2009/01/13 16:50:35 fabiankeil The standard.action file is gone.