]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed some missing IIS log field replacements
authormanolamancha <>
Wed, 9 Jun 2010 14:10:25 +0000 (14:10 +0000)
committermanolamancha <>
Wed, 9 Jun 2010 14:10:25 +0000 (14:10 +0000)
wwwroot/cgi-bin/awstats.pl

index 041c8af5cfad7701caaa56eb80207c8e0e8e3ac7..d02fa23383184aefe67ff88e063cdc6b260c1db5 100644 (file)
@@ -8848,6 +8848,12 @@ sub DefinePerlParsingFormat {
                $LogFormatString =~ s/s-object-source/%other/g;
                $LogFormatString =~ s/s-cache-info/%other/g;
                $LogFormatString =~ s/cluster-node/%cluster/g;
+               $LogFormatString =~ s/s-sitename/%other/g;
+               $LogFormatString =~ s/s-ip/%other/g;
+               $LogFormatString =~ s/s-port/%other/g;
+               $LogFormatString =~ s/cs\(Cookie\)/%other/g;
+               $LogFormatString =~ s/sc-substatus/%other/g;
+               $LogFormatString =~ s/sc-win32-status/%other/g;
 
                # Added for MMS
                $LogFormatString =~