35 lines
811 B
Plaintext
35 lines
811 B
Plaintext
# ---
|
|
# - 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"
|