0

I need to recover 8 days of analytics for a client.

They are from the 10 to 17 November 2022

I have down loaded the log file for the 8 days to analyse with AWstats on my computer.

It finds the correct file and says it parses the records but the results file produced is empty

 >perl C:/wamp64/cgi-bin/awstats/cgi-bin/awstats.pl   -update -config=localhost
Create/Update database for config "C:/wamp64/cgi-bin/awstats/cgi-bin/awstats.conf" by AWStats version 7.8 (build 20200416)
From data in log file "C:/wamp64/logs/access.log"...
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Phase 2 : Now process new records (Flush history on disk after 20000 hosts)...
Jumped lines in file: 0
Parsed lines in file: 16822
 Found 21 dropped records,
 Found 0 comments,
 Found 0 blank records,
 Found 0 corrupted records,
 Found 0 old records,
 Found 16801 new qualified records.

In the page I have set up:

http://localhost/awstats/awstats.pl?config=local

The html has 0 for everything:

Number of visits:0

The results file is much smaller than expected and does not contain the the information that the working awstats does online

I followed these instructions: https://www.codewall.co.uk/how-to-install-awstats-with-xampp-or-wampp-on-windows/

Here is 2 entries from the log file

66.249.66.223 - - [11/Nov/2022:08:43:34 +0000] "HEAD /home/contact-us HTTP/1.1" 302 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.223 - - [11/Nov/2022:04:12:01 +0000] "GET /health-professionals?style=wide HTTP/1.1" 302 239 "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.110 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

Here is the full config:

LogFile="C:/wamp64/logs/access.log"
LogType=W
LogFormat=1
LogSeparator=" "
SiteDomain="localhost"
HostAliases="mysite.uk www.mysite.uk localhost 127.0.0.1"
DNSLookup=2
DynamicDNSLookup=0
DirData="."
DirCgi="/cgi-bin/awstats"
DirIcons="/awstatsicons"
AllowToUpdateStatsFromBrowser=1
AllowFullYearView=3
EnableLockForUpdate=0
DNSStaticCacheFile="dnscache.txt"
DNSLastUpdateCacheFile="dnscachelastupdate.txt"
SkipDNSLookupFor=""
AllowAccessFromWebToAuthenticatedUsersOnly=0
AllowAccessFromWebToFollowingAuthenticatedUsers=""
AllowAccessFromWebToFollowingIPAddresses=""
CreateDirDataIfNotExists=0
BuildHistoryFormat=text
BuildReportFormat=html
SaveDatabaseFilesWithPermissionsForEveryone=1
PurgeLogFile=0
ArchiveLogRecords=0
KeepBackupOfHistoricFiles=0
DefaultFile="index.php index.html"
SkipHosts=""
SkipUserAgents=""
SkipFiles=""
SkipReferrersBlackList=""
OnlyHosts=""
OnlyUserAgents=""
OnlyUsers=""
OnlyFiles=""
NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
ValidHTTPCodes="200 304"
ValidSMTPCodes="1 250"
TrapInfosForHTTPErrorCodes = "400 403 404"
AuthenticatedUsersNotCaseSensitive=0
URLNotCaseSensitive=0
URLWithAnchor=0
URLQuerySeparators="?;"
URLWithQuery=0
URLWithQueryWithOnlyFollowingParameters=""
URLWithQueryWithoutFollowingParameters=""
URLReferrerWithQuery=0
WarningMessages=1
ErrorMessages=""
DebugMessages=1
NbOfLinesForCorruptedLog=50
WrapperScript=""
DecodeUA=0
MiscTrackerUrl="/js/awstats_misc_tracker.js"
LevelForBrowsersDetection=2         // 0 disables Browsers detection.
LevelForOSDetection=2               // 0 disables OS detection.
LevelForRefererAnalyze=2            // 0 disables Origin detection.
LevelForRobotsDetection=2           // 0 disables Robots detection.
LevelForSearchEnginesDetection=2    // 0 disables Search engines detection.
LevelForKeywordsDetection=2         // 0 disables Keyphrases/Keywords detection.
LevelForFileTypesDetection=2        // 0 disables File types detection.
LevelForWormsDetection=0            // 0 disables Worms detection.
UseFramesWhenCGI=1
DetailedReportsOnNewWindows=1
Expires=0
MaxRowsInHTMLOutput=10000
Lang="auto"
DirLang="./lang"
ShowMenu=1
ShowSummary=UVPHB
ShowMonthStats=UVPHB
ShowDaysOfMonthStats=VPHB
ShowDaysOfWeekStats=PHB
ShowHoursStats=PHB
ShowDomainsStats=PHB
ShowHostsStats=PHBL
ShowAuthenticatedUsers=0
ShowRobotsStats=HBL
ShowWormsStats=0
ShowEMailSenders=0
ShowEMailReceivers=0
ShowSessionsStats=1
ShowPagesStats=PBEX
ShowFileTypesStats=HB
ShowFileSizesStats=0
ShowDownloadsStats=HB
ShowOSStats=1
ShowBrowsersStats=1
ShowScreenSizeStats=0
ShowOriginStats=PH
ShowKeyphrasesStats=1
ShowKeywordsStats=1
ShowMiscStats=a
ShowHTTPErrorsStats=1
ShowHTTPErrorsPageDetail=R
ShowSMTPErrorsStats=0
ShowClusterStats=0
AddDataArrayMonthStats=1
AddDataArrayShowDaysOfMonthStats=1
AddDataArrayShowDaysOfWeekStats=1
AddDataArrayShowHoursStats=1
IncludeInternalLinksInOriginSection=0
MaxNbOfDomain = 10
MinHitDomain  = 1
MaxNbOfHostsShown = 10
MinHitHost    = 1
MaxNbOfLoginShown = 10
MinHitLogin   = 1
MaxNbOfRobotShown = 10
MinHitRobot   = 1
MaxNbOfDownloadsShown = 10
MinHitDownloads = 1
MaxNbOfPageShown = 10
MinHitFile    = 1
MaxNbOfOsShown = 10
MinHitOs      = 1
MaxNbOfBrowsersShown = 10
MinHitBrowser = 1
MaxNbOfScreenSizesShown = 5
MinHitScreenSize = 1
MaxNbOfWindowSizesShown = 5
MinHitWindowSize = 1
MaxNbOfRefererShown = 10
MinHitRefer   = 1
MaxNbOfKeyphrasesShown = 10
MinHitKeyphrase = 1
MaxNbOfKeywordsShown = 10
MinHitKeyword = 1
MaxNbOfEMailsShown = 20
MinHitEMail   = 1
FirstDayOfWeek=1
ShowFlagLinks=""
ShowLinksOnUrl=1
UseHTTPSLinkForUrl=""
MaxLengthOfShownURL=64
HTMLHeadSection=""
HTMLEndSection=""
MetaRobot=0
Logo="awstats_logo6.png"
LogoLink="http://www.awstats.org"
BarWidth   = 260
BarHeight  = 90
StyleSheet="/awstatscss/awstats_bw.css"

I have tried with -config , SiteDomain , ?config with actual webaddress as well

Here is the full debug output

Fri Nov 18 11:42:17 2022 - DEBUG 1 - Awstats - 7.7 (build 20180105) - Perl C:\wamp64\bin\perl\bin\perl.exe 5.032001
Fri Nov 18 11:42:17 2022 - DEBUG 1 - HTMLOutput=
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Config file read was "C:/wamp64/cgi-bin/awstats/cgi-bin/awstats.conf" (level 1)
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Search an available language among HTTP_ACCEPT_LANGUAGE=
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  No language defined or available. Will use Lang=en
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Check_Config
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Substitute_Tags on C:/wamp64/logs/access-mysite-co-uk.log
Fri Nov 18 11:42:17 2022 - DEBUG 1 - FrameName=main
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Language_Data [FileLang="C:/wamp64/cgi-bin/awstats/cgi-bin/lang/awstats-en.txt"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data with files to load: robots.pm,search_engines.pm,mime.pm,operating_systems.pm,browsers.pm
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data [FilePath{robots.pm}="C:/wamp64/cgi-bin/awstats/cgi-bin/lib/robots.pm"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data [FilePath{search_engines.pm}="C:/wamp64/cgi-bin/awstats/cgi-bin/lib/search_engines.pm"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data [FilePath{mime.pm}="C:/wamp64/cgi-bin/awstats/cgi-bin/lib/mime.pm"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data [FilePath{operating_systems.pm}="C:/wamp64/cgi-bin/awstats/cgi-bin/lib/operating_systems.pm"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Ref_Data [FilePath{browsers.pm}="C:/wamp64/cgi-bin/awstats/cgi-bin/lib/browsers.pm"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_Plugins with list: 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Scan for last history files into DirData='C:/wamp64/cgi-bin/awstats/results' with mask='(\d\d)(\d\d\d\d)'
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Last year=0 - Last month=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Last day=0 - Last hour=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - LastLine=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - LastLineNumber=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - LastLineOffset=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - LastLineChecksum=0
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Init_HashArray
Create/Update database for config "C:/wamp64/cgi-bin/awstats/cgi-bin/awstats.conf" by AWStats version 7.7 (build 20180105)
From data in log file "C:/wamp64/logs/access-mysite-co-uk.log"...
Fri Nov 18 11:42:17 2022 - DEBUG 1 - RobotsSearchIDOrder has now 1067 elements
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SearchEnginesSearchIDOrder has now 1300 elements
Fri Nov 18 11:42:17 2022 - DEBUG 1 - HostAliases precompiled regex list is now (?^i:^mysite\.co\.uk$) (?^i:^www\.mysite\.co\.uk$) (?^i:^localhost$) (?^i:^127\.0\.0\.1$)
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SkipDNSLookupFor precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SkipHosts precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SkipReferrers precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SkipUserAgents precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - SkipFiles precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - OnlyHosts precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - OnlyUsers precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - OnlyUserAgents precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - OnlyFiles precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - NotPageFiles precompiled regex list is now 
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call To DefinePerlParsingFormat (LogType='W', LogFormat='1')
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  PerlParsingFormat is (?^:^([^ ]+) [^ ]+ ([^\/\[]+) \[([^ ]+) [^ ]+\] \"([^ ]+) ([^ ]+)(?: [^\"]+|)\" ([\d|-]+) ([\d|-]+) \"(.*?)\" \"([^\"]*)\")
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_DNS_Cache [file="dnscache.txt"]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  No DNS Cache file found
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Start Update process (lastprocesseddate=000000)
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Open log file "C:/wamp64/logs/access-mysite-co-uk.log"
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Phase 2 : Now process new records (Flush history on disk after 20000 hosts)...
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  _host_p:0 _host_h:0 _host_k:0 _host_l:0 _host_s:0 _host_u:0

Fri Nov 18 11:42:17 2022 - DEBUG 1 -  _url_p:0 _url_k:0 _url_e:0 _url_x:0

Fri Nov 18 11:42:17 2022 - DEBUG 1 -  _waithost_e:0 _waithost_l:0 _waithost_s:0 _waithost_u:0

Fri Nov 18 11:42:17 2022 - DEBUG 1 - End of processing log file (AWStats memory cache is TmpDNSLookup=0 TmpBrowser=0 TmpOS=0 TmpRefererServer=0 TmpRobot=0)
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Read_History_With_TmpUpdate [2022,11,10,21,withupdate=1,withpurge=1,part=all,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 - date=202211
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=header,year=2022,month=11,breakdate=202211,lastlinenb=0,lastlineoffset=0,lastlinechecksum=0]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=general,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=misc,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=time,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=visitor,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=day,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=domain,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=cluster,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=login,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=robot,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=worms,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=emailsender,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=emailreceiver,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=session,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=sider,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=filetypes,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=downloads,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=os,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=browser,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=screensize,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=unknownreferer,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=unknownrefererbrowser,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=origin,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=sereferrals,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=pagerefs,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=searchwords,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=keywords,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=errors,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=sider_404,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=sider_403,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Save_History [sectiontosave=sider_400,year=2022,month=11,breakdate=202211,lastlinenb=16822,lastlineoffset=2823752,lastlinechecksum=9322928460248]
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section general=2073 in file at offset 480
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section time=2736 in file at offset 510
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section visitor=3603 in file at offset 543
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section day=3675 in file at offset 572
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section domain=3799 in file at offset 604
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section login=4010 in file at offset 635
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section robot=4165 in file at offset 666
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section worms=4297 in file at offset 697
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section emailsender=4428 in file at offset 734
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section emailreceiver=4571 in file at offset 773
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section session=4647 in file at offset 806
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section sider=4784 in file at offset 837
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section filetypes=4903 in file at offset 872
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section downloads=4967 in file at offset 907
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section os=5015 in file at offset 935
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section browser=5080 in file at offset 968
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section screensize=5130 in file at offset 1004
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section unknownreferer=5204 in file at offset 1044
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section unknownrefererbrowser=5291 in file at offset 1091
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section origin=5373 in file at offset 1123
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section sereferrals=5503 in file at offset 1160
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section pagerefs=5647 in file at offset 1194
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section searchwords=5795 in file at offset 1231
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section keywords=5947 in file at offset 1265
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section misc=2399 in file at offset 1295
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section errors=6006 in file at offset 1327
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section cluster=3866 in file at offset 1360
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section sider_404=6116 in file at offset 1395
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section sider_403=6198 in file at offset 1430
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update offset of section sider_400=6280 in file at offset 1465
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update MonthVisits=0 in file at offset 2219
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update MonthUnique=0 in file at offset 2252
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update MonthHostsKnown=0 in file at offset 2289
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Update MonthHostsUnknown=0 in file at offset 2328
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Init_HashArray
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Close log file "C:/wamp64/logs/access-mysite-co-uk.log"
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Call to Rename_All_Tmp_History (FileSuffix=)
Fri Nov 18 11:42:17 2022 - DEBUG 1 - Scan for temp history files to rename into DirData='C:/wamp64/cgi-bin/awstats/results' with mask='\d\d\d\d\d\d'
Fri Nov 18 11:42:17 2022 - DEBUG 1 -  Rename new tmp history file awstats112022.tmp.17688 into awstats112022.txt
Jumped lines in file: 0
Parsed lines in file: 16822
 Found 21 dropped records,
 Found 0 comments,
 Found 0 blank records,
 Found 0 corrupted records,
 Found 0 old records,
 Found 16801 new qualified records.

0 Answers0