36 lines
908 B
Plaintext
36 lines
908 B
Plaintext
## ===================================================================
|
|
## - Configuration File for Script "create_summary_websites.sh"
|
|
## ===================================================================
|
|
|
|
# - WEB_DOCROOT
|
|
# -
|
|
# - Websites DocumentRoot
|
|
# -
|
|
# - DocumentRoot of the website, which holds the statistioc files.
|
|
# -
|
|
#WEB_DOCROOT="/var/www/web-01.oopen.de/htdocs"
|
|
|
|
# - DST_PATH_STATS
|
|
# -
|
|
# - Destination Path for statistics
|
|
# -
|
|
# - Defaults to: ${WEB_DOCROOT}/website-stats
|
|
#
|
|
#DST_PATH_STATS="${WEB_DOCROOT}/website-stats"
|
|
|
|
# - DST_DIR_CSV
|
|
# -
|
|
# - Destination Path for generated csv-files
|
|
# -
|
|
# - Defaults to: ${DST_PATH_STATS}/csv-files-website-stats
|
|
# -
|
|
#DST_DIR_CSV="${DST_PATH_STATS}/csv-files-website-stats"
|
|
|
|
# - WEB_DIR_CSV
|
|
# -
|
|
# - Destination Path for generated csv-files
|
|
# -
|
|
# - Defaults to: /website-stats/csv-files-website-stats
|
|
# -
|
|
#WEB_DIR_CSV="/website-stats/csv-files-website-stats"
|