#-----------------------------------------------------------------------------
# "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"
#
# %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)
# 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"