X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config;h=24dccadf4bca259718fd7aef31a87d1f92b594ec;hb=9a4f62f0aa60bd1ec72b24255c94ca27b11b351d;hp=4b806d2671f4483af006866aa6fca1913e01d502;hpb=116bd937eb14cbc008aabfbfacf7e4fae45f458c;p=privoxy.git diff --git a/config b/config index 4b806d26..24dccadf 100644 --- a/config +++ b/config @@ -2,7 +2,7 @@ # # Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org # -# $Id: config,v 1.40 2002/09/05 16:36:44 hal9 Exp $ +# $Id: config,v 1.42 2002/12/28 04:10:21 david__schmidt Exp $ # #################################################################### # # @@ -104,7 +104,7 @@ # flat, except for confdir/templates, where the HTML templates # for CGI output reside (e.g. Privoxy's 404 error page). # -confdir . +confdir /home/hal/ptmp/etc # # 1.2. logdir @@ -131,7 +131,7 @@ confdir . # # No trailing "/", please # -logdir . +logdir /home/hal/ptmp/var/log/privoxy # # 1.3. actionsfile @@ -237,8 +237,6 @@ filterfile default.filter # # Notes: # -# The windows version will additionally log to the console. -# # The logfile is where all logging and error messages are # written. The level of detail and number of messages are set with # the debug option (see below). The logfile can be useful for @@ -306,7 +304,7 @@ jarfile jarfile # # Effect if unset: # -# The entire trust mechanism is turned off. +# The whole trust mechanism is turned off. # # Notes: # @@ -315,29 +313,15 @@ jarfile jarfile # for the casual user. # # If you specify a trust file, Privoxy will only allow access to -# sites that are specified in the trustfile. Sites can be listed -# in one of two ways: -# -# Prepending a ~ character limits access to this site only (and -# any sub-paths within this site), e.g. ~www.example.com. -# -# Or, you can designate sites as trusted referrers, by prepending -# the name with a + character. The effect is that access to -# untrusted sites will be granted -- but only if a link from this -# trusted referrer was used. The link target will then be added -# to the "trustfile" so that future, direct accesses will be -# granted. Sites added via this mechanism do not become trusted -# referrers themselves (i.e. they are added with a ~ designation). -# -# If you use the + operator in the trust file, it may grow -# considerably over time. +# sites that are named in the trustfile. You can also mark sites +# as trusted referrers (with +), with the effect that access +# to untrusted sites will be granted, if a link from a trusted +# referrer was used. The link target will then be added to the +# "trustfile". Possible applications include limiting Internet +# access for children. # -# It is recommended that Privoxy be compiled with the -# --disable-force, --disable-toggle and --disable-editor options, -# if this feature is to be used. -# -# Possible applications include limiting Internet access for -# children. +# If you use + operator in the trust file, it may grow considerably +# over time. # #trustfile trust @@ -1060,4 +1044,16 @@ buffer-limit 4096 # #hide-console +# The experimental "activity-console-address" option is used to +# specify where statistical information should be sent for monitoring +# by the activity console. +# +#activity-console-address 127.0.0.1:8119 + +# The experimental "activity-console-update-freq" option is used to +# specify how often (in seconds) statistics should be forwarded to the +# activity console. +# +#activity-console-update-freq 5 + #