Leverage content_filters_enabled() in cgi_show_url_info().
[privoxy.git] / config
diff --git a/config b/config
index c5ae4d3..257ee19 100644 (file)
--- a/config
+++ b/config
@@ -1,8 +1,8 @@
-#        Sample Configuration File for Privoxy v3.0.7
+#        Sample Configuration File for Privoxy v3.0.8
 #
-#  $Id: config,v 1.59 2007/11/15 02:46:31 hal9 Exp $
+#  $Id: config,v 1.62 2007/12/09 07:51:46 fabiankeil Exp $
 #
-#  Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/
+#  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
 #
 ####################################################################
 #                                                                  #
 #          If set, this option should be the first option in the config
 #          file, because it is used while the config file is being read.
 #
-user-manual /home/halb/privoxy/share/doc/privoxy/user-manual/
+#user-manual http://www.privoxy.org/user-manual/
 #
 #
 #  1.2. trust-info-url
@@ -260,7 +260,7 @@ trust-info-url  http://www.example.com/what_we_allow.html
 #
 #      No trailing "/", please.
 #
-confdir /home/halb/privoxy/etc
+confdir .
 #
 #
 #  2.2. templdir
@@ -315,7 +315,7 @@ confdir /home/halb/privoxy/etc
 #
 #      No trailing "/", please.
 #
-logdir /home/halb/privoxy/var/log/privoxy
+logdir .
 #
 #
 #  2.4. actionsfile
@@ -426,7 +426,7 @@ filterfile default.filter
 #
 #  Effect if unset:
 #
-#      Logging is disabled unless --no-daemon mode is used.
+#      No logfile is written.
 #
 #  Notes:
 #
@@ -452,7 +452,7 @@ filterfile default.filter
 #      Any log files must be writable by whatever user Privoxy is
 #      being run as (on Unix, default user id is "privoxy").
 #
-#logfile logfile
+logfile logfile
 #
 #
 #  2.7. jarfile
@@ -555,8 +555,7 @@ filterfile default.filter
 #
 #  Specifies:
 #
-#      Key values that determine what information gets logged to
-#      the logfile.
+#      Key values that determine what information gets logged.
 #
 #  Type of value:
 #
@@ -564,17 +563,17 @@ filterfile default.filter
 #
 #  Default value:
 #
-#      12289 (i.e.: URLs plus informational and warning messages)
+#       0 (i.e.: only fatal errors (that cause Privoxy to exit) are logged)
 #
 #  Effect if unset:
 #
-#      Nothing gets logged.
+#      Default value is used (see above).
 #
 #  Notes:
 #
 #      The available debug levels are:
 #
-#        debug         1 # show each GET/POST/CONNECT request 
+#        debug         1 # log each request destination (and the crunch reason if Privoxy intercepted the request)
 #        debug         2 # show each connection status 
 #        debug         4 # show I/O status 
 #        debug         8 # show header parsing 
@@ -617,9 +616,9 @@ filterfile default.filter
 #      the problem with increased debug level first. Once you read the log
 #      messages, you may even be able to solve the problem on your own.
 #
-#debug   1    # show each GET/POST/CONNECT request
+#debug   1    # log each request destination (and the crunch reason if Privoxy intercepted the request)
 #debug   4096 # Startup banner and warnings
-#debug   8192 # Errors - *we highly recommended enabling this*
+#debug   8192 # Non-fatal errors
 #
 #
 #  3.2. single-threaded