From: eldy <> Date: Sat, 9 Feb 2002 13:33:47 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_0_BETA~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2e6691b59cacd291ee99d44afda036b088a58e;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 3075668b..3aef78c4 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -16,7 +16,7 @@ #----------------------------------------------------------------------------- # "LogFile" contains the web server logfile to analyze. -# You can use a full path or relative path from awstats.pl directory. +# Possible values: A full path, or a relative path from awstats.pl directory # Example: "/var/log/apache/access.log" # Example: "../logs/mycombinedlog.log" # @@ -30,13 +30,13 @@ # %HH-n is replaced with hour we were n hours ago # %WM-n is replaced with the week number in month (1-5) # You can use 0 for n if you need current year, month, day, hour... -# Example: "/var/log/access_log.%YYYY-24%MM-24%DD-24.log" -# Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-0%MM-0%DD-0.log" +# Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log" +# Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log" # LogFile="/var/log/httpd/mylog.log" -# Put here your log format (Must agree with your web server. See setup -# instructions in README.txt to know how to configure your web server to have +# Put here your log format (Must match your web server config. See setup +# instructions in documentation know how to configure your web server to have # the required log format). # Possible values: 1,2,3,4,5 or "your_own_personalised_log_format" # 1 = Apache native combined log format (NCSA combined/XLF/ELF log format) @@ -71,6 +71,7 @@ LogFile="/var/log/httpd/mylog.log" # Examples for Apache combined logs (this two examples are equivalent): # LogFormat = 1 # LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot" +# # Examples for IIS (this two examples are equivalent): # LogFormat = 2 # LogFormat = "%time2 %host %logname %method %url %code %bytesd %other %ua %referer"