X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config;h=173b33009db602733f7f5fa237754d914f1a77f2;hp=42b58e1baeb8769c57c86d3d80a8712b18d7d674;hb=b6831105143914eb38b3e5963dc0a5250276773f;hpb=cfde9e72a36e0e9291726b684a89d0a6bb00ad9d diff --git a/config b/config index 42b58e1b..173b3300 100644 --- a/config +++ b/config @@ -1,7 +1,6 @@ # Sample Configuration file for Privoxy - # -# $Id: config,v 1.33 2002/04/15 19:06:43 jongfoster Exp $ +# $Id: config,v 1.38 2002/05/03 03:59:25 hal9 Exp $ # ################################################################### # # @@ -65,8 +64,52 @@ # Privoxy can (and normally does) use a number of other files for # additional configuration and logging. This section of the # configuration file tells Privoxy where to find those other files. +# +# The user running Privoxy, must have read permission for all +# configuration files, and write permission to any files that would +# be modified, such as log files. + +# 1.1. user-manual +# ================ +# +# Specifies: +# +# Location of the Privoxy User Manual. +# +# Type of value: +# +# A fully qualified URI +# +# Default value: +# +# http://www.privoxy.org/user-manual/ +# +# Effect if unset: +# +# The default will be used. +# +# Notes: +# +# The User Manual is used for help hints from some of the internal +# CGI pages. It is normally packaged with the binary distributions, +# and would make more sense to have this pointed at a locally +# installed copy. +# +# A more useful example (Unix): +# +# user-manual file:///usr/share/doc/privoxy-2.9.14/user-manual/ +# +# +-----------------------------------------------------------------+ +# | Warning | +# |-----------------------------------------------------------------| +# |If this option is defined, it must come first! It is needed | +# |before the rest of config is read. | +# +-----------------------------------------------------------------+ # -# 1.1. confdir +# +#user-manual http://www.privoxy.org/user-manual/ + +# 1.2. confdir # ============ # # Specifies: @@ -98,7 +141,7 @@ confdir . -# 1.2. logdir +# 1.3. logdir # =========== # # Specifies: @@ -125,7 +168,7 @@ confdir . logdir . -# 1.3. actionsfile +# 1.4. actionsfile # ================ # # Specifies: @@ -134,27 +177,34 @@ logdir . # # Type of value: # -# File name, relative to confdir -# -# Default value: +# File name, relative to confdir, without the .action (Unix) +# or .action.txt (Windows) extension. # -# default.action (Unix) or default.action.txt (Windows) +# Default values: +# standard # Internal purpose, recommended +# default # Main actions file +# user # User customizations # # Effect if unset: # # No action is taken at all. Simple neutral proxying. # # Notes: +# Multiple actionsfile lines are OK and are in fact recommended! +# +# The default values include standard.action, which is used for +# internal purposes and should be loaded, default.action, which +# is the "main" actions file maintained by the developers, and +# user.action, where you can make your personal additions. # -# There is no point in using Privoxy without an actions file. There -# are three different actions files included in the distribution, -# with varying degrees of aggressiveness: default.action, -# intermediate.action and advanced.action. +# There is no point in using Privoxy without an actions file. # -actionsfile default.action +actionsfile standard # Internal purpose, recommended +actionsfile default # Main actions file +actionsfile user # User customizations -# 1.4. filterfile +# 1.5. filterfile # =============== # # Specifies: @@ -186,7 +236,7 @@ actionsfile default.action filterfile default.filter -# 1.5. logfile +# 1.6. logfile # ============ # # Specifies: @@ -227,11 +277,13 @@ filterfile default.filter # with the effect that cron.daily will automatically archive, gzip, # and empty the log, when it exceeds 1M size. # +# Any log files must be writable by whatever user Privoxy is being +# run as (default on UNIX, user id is "privoxy"). # logfile logfile -# 1.6. jarfile +# 1.7. jarfile # ============ # # Specifies: @@ -257,7 +309,7 @@ logfile logfile jarfile jarfile -# 1.7. trustfile +# 1.8. trustfile # ============== # # Specifies: @@ -520,11 +572,11 @@ debug 8192 # Errors - *we highly recommended enabling this* # # Default value: # -# localhost:8118 +# 127.0.0.1:8118 # # Effect if unset: # -# Bind to localhost (127.0.0.1), port 8118. This is suitable and +# Bind to 127.0.0.1 (localhost), port 8118. This is suitable and # recommended for home users who run Privoxy on the same machine as # their browser. #