X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config;h=b940498b7e08b86d9d48372a2e4737540cded016;hp=5cc3b7042570f996ef21b2225120becc6bcdeca3;hb=03fc66f3849f4e4d4eb0a65d049c5ab1e5947668;hpb=bc595c3764419c51345b9e0f488e71706a85541a diff --git a/config b/config index 5cc3b704..b940498b 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # Sample Configuration file for Privoxy # -# $Id: config,v 1.35 2002/04/24 02:16:04 oes Exp $ +# $Id: config,v 1.37 2002/04/27 21:05:27 hal9 Exp $ # ################################################################### # # @@ -18,8 +18,6 @@ # # ################################################################### -#user-manual http://www.privoxy.org/user-manual/ - # I. INTRODUCTION # =============== # @@ -66,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: @@ -99,7 +141,7 @@ confdir . -# 1.2. logdir +# 1.3. logdir # =========== # # Specifies: @@ -126,7 +168,7 @@ confdir . logdir . -# 1.3. actionsfile +# 1.4. actionsfile # ================ # # Specifies: @@ -162,7 +204,7 @@ actionsfile default # Main actions file actionsfile user # User customizations -# 1.4. filterfile +# 1.5. filterfile # =============== # # Specifies: @@ -194,7 +236,7 @@ actionsfile user # User customizations filterfile default.filter -# 1.5. logfile +# 1.6. logfile # ============ # # Specifies: @@ -235,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: @@ -265,7 +309,7 @@ logfile logfile jarfile jarfile -# 1.7. trustfile +# 1.8. trustfile # ============== # # Specifies: