make it clearer what to configure
authorChristian Weiske <cweiske@cweiske.de>
Wed, 7 Dec 2011 18:25:44 +0000 (19:25 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 7 Dec 2011 18:25:44 +0000 (19:25 +0100)
config.php.dist

index fb661ba5e08aa9a9031d837b88998944ab62fd04..2ad5c7bebc07470e7143a5e22c485092f9997cbf 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 <?php
-$confdir = '/etc/awstats/';
+//change this to the path the files shall be generated in
 $htmldir = '/var/www/system/awstats/';
 $htmldir = '/var/www/system/awstats/';
+
+$confdir = '/etc/awstats/';
 $awdata  = '/var/lib/awstats/';
 $awstats = '/usr/lib/cgi-bin/awstats.pl';
 $awsbstp = '/usr/share/awstats/tools/awstats_buildstaticpages.pl';
 $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
 ?>
\ No newline at end of file