From: eldy <> Date: Sat, 22 Jul 2006 22:05:29 +0000 (+0000) Subject: Support cluster-node IIS parameter X-Git-Tag: AWSTATS_6_6_BETA~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eba0cdc8041d57f45026ed916f7e2bc8cf7e2f9;p=thirdparty%2FAWStats.git Support cluster-node IIS parameter --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 864993f1..0e61ef15 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -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