]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Support cluster-node IIS parameter
authoreldy <>
Sat, 22 Jul 2006 22:05:29 +0000 (22:05 +0000)
committereldy <>
Sat, 22 Jul 2006 22:05:29 +0000 (22:05 +0000)
wwwroot/cgi-bin/awstats.pl

index 864993f1d27115d1f0622b1f07bcd0745991998c..0e61ef15b1747eaf21e2d003b07ba376dc0e819f 100644 (file)
@@ -5091,6 +5091,7 @@ sub DefinePerlParsingFormat {
                $LogFormatString =~ s/cs-mime-type/%other/g;
                $LogFormatString =~ s/s-object-source/%other/g;
                $LogFormatString =~ s/s-cache-info/%other/g;
+               $LogFormatString =~ s/cluster-node/%cluster/g;
                # Added for MMS
                $LogFormatString =~ s/protocol/%protocolmms/g;  # cs-method might not be available
                $LogFormatString =~ s/c-status/%codemms/g;              # c-status used when sc-status not available