diff --git a/conf/create_summary_websites.conf.sample b/conf/create_summary_websites.conf.sample index c04791b..321728d 100644 --- a/conf/create_summary_websites.conf.sample +++ b/conf/create_summary_websites.conf.sample @@ -2,16 +2,34 @@ ## - Configuration File for Script "create_summary_websites.sh" ## =================================================================== -# - DST_PATH_PHP +# - 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 # - -DST_PATH_PHP="/var/www/html/dummy/htdocs/website-stats" +# - 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_PHP}/csv-files-website-stats +# - Defaults to: ${DST_PATH_STATS}/csv-files-website-stats # - -DST_DIR_CSV="${DST_PATH_PHP}/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"