From ad08f6ed2acee57721359f4a471d2e52c9f3f8fc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 Jul 2015 23:33:49 +0200 Subject: [PATCH] Fix gzip -d < into gzip -cd --- docs/awstats_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |"
# -- 2.47.2