make readme rst-compatible
[awstats-helper.git] / config.php.dist
index 772e7fa2d8c5901f67e0f18572a119f1575eea7a..2ad5c7bebc07470e7143a5e22c485092f9997cbf 100644 (file)
@@ -1,7 +1,9 @@
 <?php
-$confdir = '/etc/awstats/';
+//change this to the path the files shall be generated in
 $htmldir = '/var/www/system/awstats/';
-$awstats = '/usr/lib/cgi-bin/awstats.pl';
-$awsbstp = '/usr/share/doc/awstats/examples/awstats_buildstaticpages.pl';
 
+$confdir = '/etc/awstats/';
+$awdata  = '/var/lib/awstats/';
+$awstats = '/usr/lib/cgi-bin/awstats.pl';
+$awsbstp = '/usr/share/awstats/tools/awstats_buildstaticpages.pl';
 ?>
\ No newline at end of file