]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: [awstats:bugs] #742 LogFile with gzip pipe in awstats.pl cli
authorLaurent Destailleur <eldy@destailleur.fr>
Fri, 7 Feb 2014 20:08:35 +0000 (21:08 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Fri, 7 Feb 2014 20:08:35 +0000 (21:08 +0100)
wwwroot/cgi-bin/awstats.model.conf

index 5bd3d343bb431ff055da4e677ea66b07b4a72b77..6dbe593ab735570a801ae52aa4d87fdd8924264c 100644 (file)
@@ -43,7 +43,7 @@
 # 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 are several log files from load balancing servers :
 # Example: "/pathtotools/logresolvemerge.pl *.log |"
 #