X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config;h=70e2a21b85c0b39cd0160b07da105415528d615e;hb=d2f45d265f3dd48e866810833be1a7a3f7044524;hp=f65cd8ab20264d5fb7a5eee3586e145590166534;hpb=a50060ea14e1667eb6654d02de387d5ee8b0bd0f;p=privoxy.git diff --git a/config b/config index f65cd8ab..70e2a21b 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -# Sample Configuration File for Privoxy v3.0.16 +# Sample Configuration File for Privoxy v3.0.16 # -# $Id: config,v 1.84 2009/12/15 17:43:37 fabiankeil Exp $ +# $Id: config,v 1.87 2010/02/13 16:36:14 fabiankeil Exp $ # -# Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ +# Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ # #################################################################### # # @@ -1482,11 +1482,25 @@ split-large-forms 0 # This option has no effect if Privoxy has been compiled without # keep-alive support. # +# Note that a timeout of five seconds as used in the default +# configuration file significantly decreases the number of +# connections that will be reused. The value is used because some +# browsers limit the number of connections they open to a single +# host and apply the same limit to proxies. This can result in a +# single website "grabbing" all the connections the browser allows, +# which means connections to other websites can't be opened until +# the connections currently in use time out. +# +# Several users have reported this as a Privoxy bug, so the default +# value has been reduced. Consider increasing it to 300 seconds +# or even more if you think your browser can handle it. If your +# browser appears to be hanging it can't. +# # Examples: # # keep-alive-timeout 300 # -keep-alive-timeout 300 +keep-alive-timeout 5 # # # 6.5. default-server-timeout @@ -1698,7 +1712,7 @@ socket-timeout 300 # max-client-connections 256 # #max-client-connections 256 - +# # # 6.9. handle-as-empty-doc-returns-ok # ==================================== @@ -1732,8 +1746,8 @@ socket-timeout 300 # +handle-as-empty-document and a status 403(Forbidden) for all # other blocked pages. # -#handle-as-empty-doc-returns-ok 0 - +handle-as-empty-doc-returns-ok 1 +# # # 7. WINDOWS GUI OPTIONS # =======================