From: eldy <> Date: Mon, 13 Aug 2001 23:15:59 +0000 (+0000) Subject: Can analyse common log files X-Git-Tag: AWSTATS_1_0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5a98e179a9594f1cdc5d834676400ced45c101;p=thirdparty%2FAWStats.git Can analyse common log files --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 2c644bd7..da7c8b1f 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -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.