From 230750f7eba46a3ae14381dbfcd8a1fbdbcfbf25 Mon Sep 17 00:00:00 2001 From: hal9 Date: Thu, 5 Sep 2002 04:25:05 +0000 Subject: [PATCH] Sync with 3.0 branch. No new content. --- doc/source/faq.sgml | 258 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 229 insertions(+), 29 deletions(-) diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index a9d49d01..18ab553d 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.65 2002/07/25 21:51:24 hal9 Exp $ + $Id: faq.sgml,v 1.61.2.19 2002/08/25 23:31:56 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,9 @@ ======================================================================== NOTE: Please read developer-manual/documentation.html before touching - anything in this, or other Privoxy documentation. + anything in this, or other Privoxy documentation. You have been warned! + Failure to abide by this rule will result in the revocation of your license + to live a peaceful existence! ======================================================================== @@ -70,7 +72,7 @@ -$Id: faq.sgml,v 1.65 2002/07/25 21:51:24 hal9 Exp $ +$Id: faq.sgml,v 1.61.2.19 2002/08/25 23:31:56 hal9 Exp $ @@ -120,6 +126,8 @@ Hal. + Please note that this document is constantly evolving. This copy represents + the state at the release of version &p-version;. You can find the latest version of the document at http://www.privoxy.org/faq/. Please see the Contact section if you want to @@ -454,8 +462,8 @@ special I have to do now? - -I just installed <application>Privoxy</application>, and nothing is happening. +<sect2 renderas="sect3" id="nothing"> +<title>I just installed <application>Privoxy</application>, and nothing is happening. All the ads are there. What's wrong? @@ -474,8 +482,6 @@ All the ads are there. What's wrong? be that the browser is not set up correctly, or that Privoxy is not running at all. Check the log file. - - @@ -487,6 +493,23 @@ All the ads are there. What's wrong? Configuration +Where can I get updated Actions Files? + + Based on your feedback and the continuing development, updated actions files will be + made available on the files section of + our project page. + + + + If you wish to receive an email notification whenever we release updates of + Privoxy or the actions file, subscribe + to our announce mailing list, ijbswa-announce@lists.sourceforge.net. + + + + Can I use my old config files? The syntax, number, and purpose of configuration files has substantially @@ -545,7 +568,7 @@ way to do this? Actions files are just text files in a special syntax and can be edited - with a text editor. The probably easiest way is to access + with a text editor. But probably the easiest way is to access Privoxy's user interface with your web browser at http://config.privoxy.org/ (Shortcut: http://p.p/) and then select @@ -673,7 +696,7 @@ the differences? Pop-up killing no - no + yes yes @@ -712,6 +735,21 @@ the differences? yes + + Image tag reordering + no + no + yes + + + + Ad-filtering by link + no + no + yes + + + @@ -758,7 +796,7 @@ with a browser? Does that not raise security issues? -What is the <filename>default.filter</filename> file? +What is the <filename>default.filter</filename> file? What is a <quote>filter</quote>? The default.filter file is where filters are defined, which can be used to modify or @@ -779,7 +817,6 @@ with a browser? Does that not raise security issues? requires some expertise in both regular expressions and HTML/HTTP. - Presently, there is no GUI editor option for this part of the configuration, but you can disable/enable the various pre-defined filters of the included @@ -803,7 +840,7 @@ with a browser? Does that not raise security issues? it is uncommented, and assign it the address of the LAN gateway interface, and port number to use. Assuming your LAN address is 192.168.1.1 and you wish to run Privoxy on port 8118, this line - schould look like: + should look like: @@ -1000,6 +1037,17 @@ proxies like Squid? + +Can I just set <application>Privoxy</application> to use port 80 +and thus avoid individual browser configuration? + + + No, its more complicated than that. This only works with special kinds + of proxies known as transparent proxies (see below). + + + + Can <application>Privoxy</application> run as a <quote>transparent </quote> proxy? @@ -1073,6 +1121,7 @@ delays in page requests compared to the old Junkbuster. What's wrong? Filtering is automatically disabled for inappropriate MIME types. + @@ -1366,7 +1415,6 @@ secure is it? Do I need to take any special precautions? - How can I temporarily disable <application>Privoxy</application>? @@ -1391,6 +1439,51 @@ out of the picture? + +My logs show <application>Privoxy</application> <quote>crunches</quote> +ads, but also its own CGI pages. What is a <quote>crunch</quote>? + + A crunch simply means Privoxy intercepted + something, nothing more. Often this is indeed ads or + banners, but Privoxy uses the same mechanism for + trapping requests for its own internal pages. For instance, a request for + Privoxy's configuration page at: http://config.privoxy.org, is + intercepted (i.e. it does not go out to the 'net), and the familiar CGI + configuration is returned to the browser, and the log consequently will show + a crunch. + + + + +Can <application>Privoxy</application> effect files that I download +from a webserver? FTP server? + + From the webserver's perspective, there is no difference between + viewing a document (i.e. a page), and downloading a file. The same is true of + Privoxy. If there is a match for a block pattern, + it will still be blocked, and of course this is obvious. Filtering is + potentially more of a concern since the results are not always so obvious. + + + Privoxy knows the differences in files according + to the Document Type as reported by the webserver. If this is + reported accurately (e.g. application/zip for a zip archive), + then Privoxy knows to ignore these where + appropriate. It is possible, however, that documents that are of an unknown + type (generally assumed to be text/plain) will be filtered, as + will those that might be incorrectly reported by the webserver. If such a + file is a downloaded file that is intended to be saved to disk, then any + content that might have been altered by filtering, will be saved too, for + these (probably very rare) cases. + + + Privoxy does not do FTP at all, only HTTP + protocols. + + + Where can I find more information about <application>Privoxy</application> @@ -1459,8 +1552,8 @@ still getting through. How? - -One of my favorite sites does not work with <application>Privoxy</application>. +<sect2 id="badsite" renderas="sect3"> +<title >One of my favorite sites does not work with <application>Privoxy</application>. What can I do? @@ -1510,7 +1603,7 @@ What can I do? - + After installing <application>Privoxy</application>, I have to log in every time I start IE. What gives? @@ -1560,7 +1653,7 @@ every time I start IE. What gives? - + I cannot connect to any FTP sites. <application>Privoxy</application> seems to be blocking me. @@ -1570,6 +1663,67 @@ every time I start IE. What gives? + + +In Mac OSX, I can't configure Microsoft Internet Explorer to use + <application>Privoxy</application> as the HTTP proxy. + + Microsoft Internet Explorer (in versions like 5.1) respects system-wide + network settings. In order to change the HTTP proxy, open System + Preferences, and click on the Network icon. In the settings pane that + comes up, click on the Proxies tab. Ensure the "Web Proxy (HTTP)" checkbox + is checked and enter 127.0.0.1 in the entry field. + Enter 8118 in the Port field. The next time you start + IE, it should reflect these values. + + + + + +In Mac OSX, I dragged the Privoxy folder to the trash in order to + uninstall it. Now the finder tells me I don't have sufficient privileges to + empty the trash. + + Just dragging the Privoxy folder to the trash is + not enough to delete it. Privoxy supplies an + uninstall.command file that takes care of + these details. Open the trash, drag the uninstall.command + file out of the trash and double-click on it. You will be prompted for + confirmation and the administration password. + + + The trash may still appear full after this command; emptying the trash + from the desktop should make it appear empty again. + + + + + + +I get a completely blank page at one site. <quote>View Source</quote> + shows only: <markup><![CDATA[<html><body></body></html>]]></markup>. + + This is often the result of a webserver using + PHP that mishandles the request + Privoxy sends to not compress the content + (a PHP bug). + + + In a default configuration, Privoxy requests all + data be sent uncompressed. This is required for the page + filtering and other magic to work. In some rare cases, the browser and + webserver miscommunicate and the result is a totally blank page. The + suggested work around is to selectively turn off this feature for sites + that exhibit such behavior. Example section for user.action: + + + # Make exceptions for ill-behaved sites: + # + {-prevent-compression} + .example.com + + +