<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 </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"
# 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"