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.<br>
+You can also read the next FAQ to have examples of LogFormat value according to log files format.<br>
<br>
<a name="PERSONALISEDLOG"></a><br>
<b><u>FAQ-SET400 : LOG FORMAT SETUP OR ERRORS</u></b><br>
-<font style="color: #660000">PROBLEM:</font> Which value do I have to put in the LogFile
+<font style="color: #660000">PROBLEM:</font> Which value do I have to put in the LogFormat
parameter to make AWStats working with my log file format ?<br>
<font style="color: #4444cc">SOLUTION:</font>
-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:<br>
+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:<br>
<table bgcolor=#F0F0F0 width="100%" class=CFAQ><tr class=CFAQ><td class=CFAQ>
<u>If your log records are EXACTLY like this (<b>NCSA combined/XLF/ELF</b> log format):</u><br>
<i>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)"</i><br>
-You must use : <i>LogFile=1</i><br>
+You must use : <i>LogFormat=1</i><br>
</td></tr></table>
<u>If your log records are EXACTLY like this (<b>NCSA combined</b> with <b>Apache using mod_gzip</b>):</u><br>
<i>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.</i><br>
-You must use : <i>LogFile="%host %other %other %time1 %methodurl %code %bytesd %refererquot %uaquot %other %gzipres %gzipin %gzipout"</i><br>
+You must use : <i>LogFormat="%host %other %other %time1 %methodurl %code %bytesd %refererquot %uaquot %other %gzipres %gzipin %gzipout"</i><br>
<table bgcolor=#F0F0F0 width="100%" class=CFAQ><tr class=CFAQ><td class=CFAQ>
<u>If your log records are EXACTLY like this (<b>NCSA common CLF</b> log format):</u><br>
<i>62.161.78.73 - - [dd/mmm/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" 200 1234</i><br>
-You must use : <i>LogFile=4</i><br>
+You must use : <i>LogFormat=4</i><br>
Note: Browsers, OS's, Keywords and Referers features are not available with a such format.<br>
</td></tr></table>
<u>If your log records are EXACTLY like this (<b>IIS</b> W3C log format):</u><br>
<i>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</i><br>
-You must use : <i>LogFile=2</i><br>
+You must use : <i>LogFormat=2</i><br>
<table bgcolor=#F0F0F0 width="100%" class=CFAQ><tr class=CFAQ><td class=CFAQ>
<u>If your log records are EXACTLY like this (With some providers):</u><br>
<i>62.161.78.73 - - [dd/Month/yyyy:hh:mm:ss +0x00] "GET /page.html HTTP/1.1" "-" 200 1234</i><br>
-You must use : <i>LogFile="%host %logname %other %time1 %methodurl %other %code %bytesd"</i><br>
+You must use : <i>LogFormat="%host %logname %other %time1 %methodurl %other %code %bytesd"</i><br>
Note: Browsers, OS's, Keywords and Referers features are not available with a such format.<br>
</td></tr></table>
<u>If your log records are EXACTLY like this (<b>Webstar</b> native log format):</u><br>
<i>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</i><br>
-You must use : <i>LogFile=3</i><br>
+You must use : <i>LogFormat=3</i><br>
<table bgcolor=#F0F0F0 width="100%" class=CFAQ><tr class=CFAQ><td class=CFAQ>
<u>If you use <b>ProFTP</b> server:</u><br>
</td></tr></table>
<u>There is a lot of other possible log formats.</u><br>
-You must use a personalised log format LogFile ="..." as described in config file to
-support other various log format.<br>
+You must use a personalised log format LogFormat ="..." as described in config file to
+support other various log formats.<br>
<br>
<a name="FTP"></a><br>
Have the Incorrect Date and Time Stamp" says: <br>
<i>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.</i><br>