Initial commit
This commit is contained in:
34
conf/webalizer.conf.sample
Normal file
34
conf/webalizer.conf.sample
Normal file
@ -0,0 +1,34 @@
|
||||
# ---
|
||||
# - Configuration file for scripts 'generate_webstats.sh' und 'mk_webstats.sh'
|
||||
# ---
|
||||
|
||||
# - WEBALSIZER_BINARY
|
||||
# -
|
||||
# - Where to find the webalizer program
|
||||
# -
|
||||
# - Defaults to: WEBALSIZER_BINARY="/usr/local/webalizer/bin/webalizer"
|
||||
# -
|
||||
#WEBALSIZER_BINARY="/usr/local/webalizer/bin/webalizer"
|
||||
|
||||
# - WEBALSIZER_CONF_DIR
|
||||
# -
|
||||
# - The directory where the configuration files are saved
|
||||
# -
|
||||
# - Defaults to: WEBALSIZER_CONF_DIR="/usr/local/webalizer/etc"
|
||||
# -
|
||||
#WEBALSIZER_CONF_DIR="/usr/local/webalizer/etc"
|
||||
|
||||
# - WEB_BASE_DIR
|
||||
# -
|
||||
# - Defaults to: WEB_BASE_DIR="/var/www"
|
||||
# -
|
||||
#WEB_BASE_DIR="/var/www"
|
||||
|
||||
# - STAT_DIR
|
||||
# -
|
||||
# - Path to the diredctory where the webstatistics should be generated. The Path
|
||||
# - is relative to the sites documentroot directory.
|
||||
# -
|
||||
# - Defaults to: STAT_DIR="webstats"
|
||||
# -
|
||||
#STAT_DIR="webstats"
|
Reference in New Issue
Block a user