]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Correct log record example for IIS log when cs-hosts is on.
authoreldy <>
Mon, 8 Jan 2001 22:08:57 +0000 (22:08 +0000)
committereldy <>
Mon, 8 Jan 2001 22:08:57 +0000 (22:08 +0000)
README.TXT

index 24f9a9d0ac45b980ccebbb93cd67f0aaa8fbf02c..a82015eeb2b2b37fcf2b93c837e892d4445d7ffe 100644 (file)
@@ -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).