X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsource%2Fp-config.sgml;h=a5f98b93236452883f6a0bd5653143eb001b5232;hb=454c8df171c29474c0b57d09caeed51e1fc084ae;hp=b05dc3afc7567f8c45eadf2e05e8871cdd3920d7;hpb=00abce456c275b45f70ad58b4e19727243adc0b3;p=privoxy.git diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index b05dc3af..a5f98b93 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.70 2011/04/19 13:14:10 fabiankeil Exp $ + $Id: p-config.sgml,v 2.73 2011/06/25 12:45:47 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -50,8 +50,8 @@ The Main Configuration File - Again, the main configuration file is named config on - Linux/Unix/BSD and OS/2, and config.txt on Windows. + By default, the main configuration file is named config, + with the exception of Windows, where it is named config.txt. Configuration lines consist of an initial keyword followed by a list of values, all separated by whitespace (any number of spaces or tabs). For example: @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.70 2011/04/19 13:14:10 fabiankeil Exp $ + $Id: p-config.sgml,v 2.73 2011/06/25 12:45:47 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ @@ -1256,6 +1256,16 @@ actionsfile supports it, have a look at http://config.privoxy.org/show-status. + + Some operating systems will prefer IPv6 to IPv4 addresses even if the + system has no IPv6 connectivity which is usually not expected by the user. + Some even rely on DNS to resolve localhost which mean the "localhost" address + used may not actually be local. + + + It is therefore recommended to explicitly configure the intended IP address + instead of relying on the operating system, unless there's a strong reason not to. + If you leave out the address, Privoxy will bind to all IPv4 interfaces (addresses) on your machine and may become reachable from the @@ -2981,6 +2991,71 @@ forward-socks4, forward-socks4a and forward-socks5 +enable-compression + + + Specifies: + + + Whether or not buffered content is compressed before delivery. + + + + + Type of value: + + + 0 or 1 + + + + + Default value: + + 0 + + + + Effect if unset: + + + Privoxy does not compress buffered content. + + + + + Effect if set: + + + Privoxy compresses buffered content before delivering it to the client, + provided the client supports it. + + + + + Notes: + + + This directive is only supported if Privoxy has been compiled with + FEATURE_COMPRESSION, which should not to be confused with FEATURE_ZLIB. + + + Compressing buffered content is mainly useful if Privoxy and the + client are running on different systems. If they are running on the + same system, enabling compression is likely to slow things down. + If you didn't measure otherwise, you should assume that it does + and keep this option disabled. + + + Privoxy will not compress buffered content below a certain length. + + + + +@@#enable-compression 1]]> + + +