Update, regenerate and fix Adam Lock typo.
[privoxy.git] / config
diff --git a/config b/config
index 76d4a8d..24dccad 100644 (file)
--- a/config
+++ b/config
@@ -2,7 +2,7 @@
 #  
 #  Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org
 #  
-#  $Id: config,v 1.39.2.6 2002/08/25 23:50:21 hal9 Exp $
+#  $Id: config,v 1.42 2002/12/28 04:10:21 david__schmidt Exp $
 #  
 ####################################################################
 #                                                                  #
 #      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
@@ -1046,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
+
 #