Im using Awstats 6.95, strawberry-perl-5.10.1, apache 2.2.11 under windows server 2003. My problem is that when load in the apache log, the awstat doesnt create data text.
C:\\wamp\\bin\\AWStats\\wwwroot\\cgi-bin>perl awstats.pl -config=etc.hu -update Create/Update database for config “./awstats.etc.hu.conf” by AWStats version 6.95 (build 1.943) From data in log file “c:/wamp/bin/ apache/Apache2.2.11/logs/access_etc.log” … Phase 1 : First bypass old records, searching new record… Searching new records from beginning of log file… Jumped lines in file: 0 Parsed lines in file: 39 Found 0 dropped records Found 39 corrupted records Found 0 old records Found 0 new qualified records.
according to this, there is nothing wrong with the perl, but still no data text.
In awstats.etc.hu.conf I tried to set it manually, but nothing happend. Right now its on default.
DirData=”.”
I have a test operation system, awstats 6.95, strawberry-perl-5.10.1, apache2.2.11 under windows Xp The apache, awstats and perl is the same 100 percent, and it perfectly works.
I guess that, if you double check the log format on your Windows XP system, you will see that it is slightly different and that it uses the true Apache combined log format, while here you are using a modified version (added %V field).