]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Mon, 3 Nov 2003 00:49:25 +0000 (00:49 +0000)
committereldy <>
Mon, 3 Nov 2003 00:49:25 +0000 (00:49 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index 537a389df1d0834bdec225a65f1ea44f74ef6000..72a155d7968faaa8e6d7529e66b11bbf5fe57be7 100644 (file)
@@ -269,6 +269,8 @@ when reading it), follow the example:<br>
 <br># Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
 <br># You can also use a pipe if log file come from a pipe.
 <br># Example: "gzip -d &lt;/var/log/apache/access.log.gz |"
+<br># If there is several log files from load balancing servers :
+<br># Example: "/pathtotools/logresolvemerge.pl *.log |"
 <br>#
 <br>LogFile="/var/log/httpd/mylog.log"
 
index 8ce37e1416f0bf5cc2c2d0c5793981178563da4d..8549379d9427398a147bdf1b93e3a43eecf80abf 100644 (file)
 #   Use 0 for n if you need current year, month, day, hour...
 # 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"
-# You can also use a pipe if log file come from a pipe.
+# You can also use a pipe if log file come from a pipe :
 # Example: "gzip -d </var/log/apache/access.log.gz |"
+# If there is several log files from load balancing servers :
+# Example: "/pathtotools/logresolvemerge.pl *.log |"
 #
 LogFile="/var/log/apache/access.log"