Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/templates/awstats.conf

Issue 5667089633247232: Issue 479 - Make AWStats produce daily reports as well (Closed)
Patch Set: Created June 24, 2014, 6:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/statsmaster/manifests/awstats.pp ('k') | modules/statsmaster/templates/build_static_head.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/statsmaster/templates/awstats.conf
===================================================================
--- a/modules/statsmaster/templates/awstats.conf
+++ b/modules/statsmaster/templates/awstats.conf
@@ -178,17 +178,17 @@ DNSLookup=0
# Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
# feature (see later), you need "Write" permissions by web server user on this
# directory (and "Modify" for Windows NTFS file systems).
# Example: "/var/lib/awstats"
# Example: "../data"
# Example: "C:/awstats_data_dir"
# Default: "." (means same directory as awstats.pl)
#
-DirData="/var/www/awstatsdata/<%= title %>"
+DirData="__AWSTATSDATA__/<%= title %>"
# Relative or absolute web URL of your awstats cgi-bin directory.
# This parameter is used only when AWStats is run from command line
# with -output option (to generate links in HTML reported page).
# Example: "/awstats"
# Default: "/cgi-bin" (means awstats.pl is in "/yourwwwroot/cgi-bin")
#
DirCgi="/web/<%= title %>"
« no previous file with comments | « modules/statsmaster/manifests/awstats.pp ('k') | modules/statsmaster/templates/build_static_head.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld