#this is the main options file for webstats #read the comments in front of the options for #further informations # # [misc] #where are the analog and rmagic executables? ANALOG=/usr/local/bin/analog RMAGIC=/usr/local/reportmagic/rmagic.pl #where should the logfile for webstats go to? WEBSTATSLOG=/tmp/webstats_log #do you want debug informations? DEBUG=yes #the name of you server (where your virtual domains are hosted) SERVERNAME=mir.patsplanet.com [rmagic] #where are the virtual domains? VHOSTDIR=/home/vhosts #what is the www document root inside the directory of your virtual domains #(in other words, how is the directory called where the index.html #for you virtual domains is?) WWWDIR=www #where below the virtual domain www document root directory #(the one defined above this paragraph) should the webstats #of you site go to? also, here are the virtual domain specific #config files for rmagic and analog WEBSTATSDIR=webstats #where in your virtual domain directory are the logfiles? LOGSDIR=logs #just to be sure, i now assume you have a directory structure #like this: # # /VHOSTDIR/homedirs_of_your_virtual_domains/WWWDIR/WEBSTATSDIR # /VHOSTDIR/homedirs_of_your_virtual_domains/LOGSDIR # # if not, change the appropriate values above... [combine] #would you like to combine, sort and clean up you new logfiles and #put them into a new logfile, one per day? (yes/no) COMBINELOGS=no #ok, if you said "yes" to the question above, #give me some letters ALL your logfiles start with? # #be careful here! when you choose to combine small logfiles into #one bigger, one each day, the logfiles beginning with #$NEWLOGSIDENTIFIER are deleted afterwards. so, if you put #the wrong characters in here, and all of your logfiles get deleted #don't blame me! NEWLOGSIDENTIFIER=VLOG