]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sat, 9 Feb 2002 13:33:47 +0000 (13:33 +0000)
committereldy <>
Sat, 9 Feb 2002 13:33:47 +0000 (13:33 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 3075668bde90d29b4d2b56403577a269e2ca21fe..3aef78c41a07b95540d39fd00fb420034bef5ede 100644 (file)
@@ -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"
 #
 #  %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"