]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Can analyse common log files
authoreldy <>
Mon, 13 Aug 2001 23:15:59 +0000 (23:15 +0000)
committereldy <>
Mon, 13 Aug 2001 23:15:59 +0000 (23:15 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 2c644bd7e8ae21cf01c528bc0c49c4d76e7a610e..da7c8b1f7a3e6b646330692638601304c441c451 100644 (file)
@@ -24,12 +24,15 @@ LogFile="/var/log/httpd/mylog.log"
 
 # Put here your log format (Must agree with your web server. See in README.txt
 # to know how to setup your web server to have required log format).
-# Possible values: 1, 2, 3 or "your_own_personalised_log_format"
-# 1 = Apache native combined log format (NCSA combined log format)
+# Possible values: 1, 2, 3, 4 or "your_own_personalised_log_format"
+# 1 = Apache native combined log format (NCSA combined/XLF/ELF log format)
 # 2 = IIS extended W3C log format (see readme.txt for IIS required setup)
 # 3 = Webstar native log format
+# 4 = Apache native common log format (NCSA common log format)
 # 
-# If you use a predefined log format (LogFormat=1 or LogFormat=2, see in
+# Warning: With LogFormat=4, a lot of features (browsers, os, keywords, ...)
+# can't work.
+# If you use a predefined log format (LogFormat=1 or Logformat=2, see in
 # README.txt to setup your server to create log files with required format).
 # If your log is a personalised format, you must use AWStats log syntax rules
 # to define your log format.