make it clearer what to configure
[awstats-helper.git] / config.php.dist
1 <?php
2 //change this to the path the files shall be generated in
3 $htmldir = '/var/www/system/awstats/';
4
5 $confdir = '/etc/awstats/';
6 $awdata  = '/var/lib/awstats/';
7 $awstats = '/usr/lib/cgi-bin/awstats.pl';
8 $awsbstp = '/usr/share/awstats/tools/awstats_buildstaticpages.pl';
9 ?>