From: Laurent Destailleur Date: Wed, 29 Jul 2015 21:33:49 +0000 (+0200) Subject: Fix gzip -d < into gzip -cd X-Git-Tag: AWSTATS_7_5~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad08f6ed2acee57721359f4a471d2e52c9f3f8fc;p=thirdparty%2FAWStats.git Fix gzip -d < into gzip -cd --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 10522e5c..30185c63 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -276,7 +276,7 @@ when reading it), follow the example:

# 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. -
# Example: "gzip -d </var/log/apache/access.log.gz |" +
# Example: "gzip -cd /var/log/apache/access.log.gz |"
# If there is several log files from load balancing servers :
# Example: "/pathtotools/logresolvemerge.pl *.log |"
#