server log files (and even ftp servers or mail logs) on all Operating Systems.
License: GNU GPL (GNU General Public License. See LICENSE file),
- OSI Certified Open Source Software.
+ OSI Certified Open Source Software license.
Version: 6.0
-Release date: December 2003
+Release date: January 2004
Platforms: All (Linux, NT, SCO, BSD, Solaris and other *NIX's, BeOS, OS/2...)
Author: Laurent Destailleur <eldy@users.sourceforge.net>
AWStats official web site and latest version: http://awstats.sourceforge.net
<br>WARNING: If log files are old MAC text files (lines ended with CR char), you
<br>can't run this tool on Win or Unix platforms.
<br>
+<br>WARNING: Because of important memory holes in ActiveState Perl version, use
+<br>another Perl interpreter if you need to process large lof files.
+<br>
<br>Now supports/detects:
<br> Automatic detection of log format
<br> Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.
print "WARNING: If log files are old MAC text files (lines ended with CR char), you\n";
print "can't run this tool on Win or Unix platforms.\n";
print "\n";
+ print "WARNING: Because of important memory holes in ActiveState Perl version, use\n";
+ print "another Perl interpreter if you need to process large lof files.\n";
+ print "\n";
print "Now supports/detects:\n";
print " Automatic detection of log format\n";
print " Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.\n";