From 53bd895d2adb06c3875fee0052caf574d6d0fd70 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 28 Dec 2002 16:23:06 +0000 Subject: Update to ModLogAn 0.8.x configfile syntax. --- localwebstats | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'localwebstats') diff --git a/localwebstats b/localwebstats index 08ae8c7..36a27cf 100755 --- a/localwebstats +++ b/localwebstats @@ -3,7 +3,7 @@ # /usr/local/sbin/localwebstats # Copyright 2001-2002 Jonas Smedegaard # -# $Id: localwebstats,v 1.23 2002-11-04 22:36:16 jonas Exp $ +# $Id: localwebstats,v 1.24 2002-12-28 16:23:06 jonas Exp $ # # Webstats maintenance script # @@ -275,24 +275,29 @@ loadplugin = input_clf loadplugin = output_modlogan loadplugin = processor_web -outputdir=$STATSDIR/modlogan +statedir=$STATSDIR/modlogan + incremental = 0 debug_level = 0 +enable_resolver = 0 [processor_web] +include = group.url.conf,group_exploits include = modlogan.def.conf,processor_web -searchengines = match.searchengines.conf + debug_searchengines = 0 -hidereferrer = \"^http://$HOST.$DOMAIN\" + +hidereferrer = \"^http://$HOST\.${DOMAIN//./\.}\" [output_modlogan] include = modlogan.def.conf,output_modlogan + hostname = http://$HOST.$DOMAIN -[input_clf] -include = match.os.conf,matchos -include = match.ua.conf,matchua +outputdir=$STATSDIR/modlogan +[input_clf] +include = modlogan.def.conf,input_clf inputfile = - "\ > $MODLOGAN_CFG -- cgit v1.2.3