#/usr/bin/perl ############################################ ## ## ## WebLog ## ## by Darryl Burgdorf ## ## ## ## Configuration File ## ## ## ############################################ require "/var/www/htdocs/romana/glamazon/cgi/weblog/weblog.pl"; $LogFile = "/var/www/htdocs/romana/glamazon/logs/access"; $IPLog = "/var/www/htdocs/romana/glamazon/reports/ips.txt"; $FileDir = "/var/www/htdocs/romana/glamazon/reports"; $ReportFile = "index.html"; $DetailsFile = "details.html"; $RefsFile = "refs.html"; $KeywordsFile = "keys.html"; $AgentsFile = "agents.html"; $SystemName = "Glamazon.com Web Log Analysis"; $OrgName = "Nanospace"; $OrgDomain = "nanospace.com"; $GraphURL = "http://www.glamazon.com/reports/graphs"; $GraphBase = "visits"; # $IncludeOnlyRefsTo = "(includethis|andthis)"; # $ExcludeRefsTo = "(excludethis|andthis)"; # $IncludeOnlyDomain = ""; # $ExcludeDomain = ""; $IncludeQuery = 1; $PrintFiles = 1; $Print404 = 1; $PrintDomains = 0; $PrintUserIDs = 0; $PrintTopNFiles = 30; $TopFileListFilter = "(\.gif|\.jpg|\.jpeg|Code)"; $PrintTopNDomains = 10; $LogOnlyNew = 1; $NoSessions = 0; $NoResolve = 0; $DetailsFilter = "(\.gif|\.jpg|\.jpeg)"; $DetailsDays = 1; $refsexcludefrom = "(file:)"; #$refsexcludeto = "(\.gif|\.jpg|\.jpeg)"; $refsexcludeto =""; $RefsStripWWW = 1; $RefsMinHits = 1; $AgentsIgnore = "(\.gif|\.jpg|\.jpeg)"; &MainProg;