From: eldy <> Date: Mon, 3 Nov 2003 00:49:25 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_0_BETA~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff29d405d00836e75d3a43204a9cf5d42ddfcb2;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 537a389d..72a155d7 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -269,6 +269,8 @@ when reading it), follow the example:

# 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.
# 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/httpd/mylog.log" diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 8ce37e14..8549379d 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -43,8 +43,10 @@ # 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