X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config;h=173b33009db602733f7f5fa237754d914f1a77f2;hp=e10fa7743fe3693c8891753daf95a3b5a7d8ca47;hb=5a5807409ae15a99c2e7365f292a6de0054257e3;hpb=c4947f02a33d338bf7cdcf6001b8af7b0386d42a diff --git a/config b/config index e10fa774..173b3300 100644 --- a/config +++ b/config @@ -1,7 +1,6 @@ # Sample Configuration file for Privoxy - # -# $Id: config,v 1.34 2002/04/22 12:34:09 oes 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: @@ -161,7 +204,7 @@ actionsfile default # Main actions file actionsfile user # User customizations -# 1.4. filterfile +# 1.5. filterfile # =============== # # Specifies: @@ -193,7 +236,7 @@ actionsfile user # User customizations filterfile default.filter -# 1.5. logfile +# 1.6. logfile # ============ # # Specifies: @@ -234,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: @@ -264,7 +309,7 @@ logfile logfile jarfile jarfile -# 1.7. trustfile +# 1.8. trustfile # ============== # # Specifies: @@ -527,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. #