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 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 (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 you use ProFTP server: @@ -295,8 +294,8 @@ See Next FAQ. |