From: eldy <> Date: Mon, 8 Jan 2001 22:08:57 +0000 (+0000) Subject: Correct log record example for IIS log when cs-hosts is on. X-Git-Tag: AWSTATS_1_0~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2578fef3617d3cf297a95d5e796bc792119dd49;p=thirdparty%2FAWStats.git Correct log record example for IIS log when cs-hosts is on. --- diff --git a/README.TXT b/README.TXT index 24f9a9d0..a82015ee 100644 --- a/README.TXT +++ b/README.TXT @@ -162,13 +162,13 @@ II - 1) With Apache Server II - 2) With IIS Server * Configure IIS to have "Extended W3C log format" with following fields: - date time c-ip c-username cs-method cs-uri-sterm sc-status cs-bytes cs-version cs-host cs(User-Agent) cs(Referer) - or (this second format will require more time for AWStats processing) date time c-ip c-username cs-method cs-uri-sterm sc-status cs-bytes cs-version cs(User-Agent) cs(Referer) - This is an example of what you should get: - 2000-07-19 14:14:14 62.161.78.73 - GET / 200 1234 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) host http://www.from.com/from.htm or + date time c-ip c-username cs-method cs-uri-sterm sc-status cs-bytes cs-version cs-host cs(User-Agent) cs(Referer) + This is an example of what you should get: 2000-07-19 14:14:14 62.161.78.73 - GET / 200 1234 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) http://www.from.com/from.htm + or + 2000-07-19 14:14:14 62.161.78.73 - GET / 200 1234 HTTP/1.1 hostserver Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) http://www.from.com/from.htm * Put awstats.pl file in your cgi-bin directory (or other cgi directory).