From: eldy <> Date: Mon, 4 Feb 2002 17:42:04 +0000 (+0000) Subject: Fixed errors in FAQ. X-Git-Tag: AWSTATS_4_0_BETA~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77ec99762b56a3431a820179d0ea20d1188ca83;p=thirdparty%2FAWStats.git Fixed errors in FAQ. --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index bc970dff..eda1a128 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -244,50 +244,49 @@ To make it work correctly, start the IIS Snap-in, select the web site and look a Choose W3C Extended Log Format, then Properties, then the Tab Extended Properties and uncheck everything under Extended Properties. Once they are all unchecked, check off the list in the ReadMe file in the IIS section, "With IIS Server". -You can also read the next FAQ to have examples of LogFile value according -to log files format.
+You can also read the next FAQ to have examples of LogFormat value according to log files format.


FAQ-SET400 : LOG FORMAT SETUP OR ERRORS
-PROBLEM: Which value do I have to put in the LogFile +PROBLEM: Which value do I have to put in the LogFormat parameter to make AWStats working with my log file format ?
SOLUTION: -The AWStats config file give you all possible values for LogFile. -To help you, this is some common case of log file format and -the corresponding value of LogFile you must use in your AWStats config file:
+The AWStats config file give you all possible values for LogFormat parameter. +To help you, this is some common cases of log file format, and +the corresponding value for LogFormat you must use in your AWStats config file:
If your log records are EXACTLY like this (NCSA combined/XLF/ELF log format):
62.161.78.73 - - [dd/mmm/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" 200 1234 "http://www.from.com/from.htm" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"
-You must use : LogFile=1
+You must use : LogFormat=1
If your log records are EXACTLY like this (NCSA combined with Apache using mod_gzip):
62.161.78.73 - - [dd/mmm/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" 200 1234 "http://www.from.com/from.htm" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" mod_gzip: DECHUNK:OK In:11393 Out:3904:66pct.
-You must use : LogFile="%host %other %other %time1 %methodurl %code %bytesd %refererquot %uaquot %other %gzipres %gzipin %gzipout"
+You must use : LogFormat="%host %other %other %time1 %methodurl %code %bytesd %refererquot %uaquot %other %gzipres %gzipin %gzipout"
If your log records are EXACTLY like this (NCSA common CLF log format):
62.161.78.73 - - [dd/mmm/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" 200 1234
-You must use : LogFile=4
+You must use : LogFormat=4
Note: Browsers, OS's, Keywords and Referers features are not available with a such format.
If your log records are EXACTLY like this (IIS W3C log format):
yyyy-mm-dd hh:mm:ss 62.161.78.73 - GET /page.html 200 1234 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0) http://www.from.com/from.htm
-You must use : LogFile=2
+You must use : LogFormat=2
If your log records are EXACTLY like this (With some providers):
62.161.78.73 - - [dd/Month/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" "-" 200 1234
-You must use : LogFile="%host %logname %other %time1 %methodurl %other %code %bytesd"
+You must use : LogFormat="%host %logname %other %time1 %methodurl %other %code %bytesd"
Note: Browsers, OS's, Keywords and Referers features are not available with a such format.
If your log records are EXACTLY like this (Webstar native log format):
05/21/00 00:17:31 OK 200 212.242.30.6 Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) http://www.cover.dk/ "www.cover.dk" :Documentation:graphics:starninelogo.white.gif 1133
-You must use : LogFile=3
+You must use : LogFormat=3
If you use ProFTP server:
@@ -295,8 +294,8 @@ See Next FAQ.
There is a lot of other possible log formats.
-You must use a personalised log format LogFile ="..." as described in config file to -support other various log format.
+You must use a personalised log format LogFormat ="..." as described in config file to +support other various log formats.


@@ -474,7 +473,7 @@ IIS versions. However, Microsoft sheet Q271196 "IIS Log File Entries Have the Incorrect Date and Time Stamp" says:
The selected log file format is the W3C Extended Log File Format. The extended log file format is defined in the W3C -Working Draft WD- logfile-960323 specification by Phillip +Working Draft WD-logfile-960323 specification by Phillip M. Hallam-Baker and Brian Behlendorf. This document defines the Date and Time files to always be in GMT. This behavior is by design.