| 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 %>" |