From: eldy <>
Date: Wed, 17 Jul 2002 21:33:54 +0000 (+0000)
Subject: Added plugins
X-Git-Tag: AWSTATS_5_0_BETA~170
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51163b82c0072a5a1e863464cd1f3bd07fb458f0;p=thirdparty%2FAWStats.git
Added plugins
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 37aa17c1..c973e826 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -38,8 +38,8 @@
They are described using a consistent format.
Notes
-To include an environment variable in any parameter (AWStats will replaced
-it with its value when reading it), follow the example:
+To include an environment variable in any parameter (AWStats will replace it with its value
+when reading it), follow the example:
Parameter="__ENVNAME__"
@@ -165,15 +165,22 @@ it with its value when reading it), follow the example:
color_x
+
PLUGINS
+
+
+
LogFile
Version : 1.0 +
-3.1 for tags %YYYY-n,%YY-n,%MM-n,%DD-n,%HH-n
-3.2 for tag %WM-n
-4.0 for tag %DW-n
-4.1 for tag %NS-n
+3.1+ for tags %YYYY-n,%YY-n,%MM-n,%DD-n,%HH-n
+3.2+ for tag %WM-n
+4.0+ for tag %DW-n
+4.1+ for tag %NS-n
+4.2+ for tag %WY-n
# "LogFile" contains the web server logfile to analyze.
# You can use a full path or relative path from awstats.pl directory.
# Example: "/var/log/apache/access.log"
@@ -203,11 +210,11 @@ it with its value when reading it), follow the example:
LogFormat
Version : 2.1 +
-3.1 for tags %host,%logname,%time1,%time2,%methodurl,%methodurlnoprot,%method,%url,
+3.1+ for tags %host,%logname,%time1,%time2,%methodurl,%methodurlnoprot,%method,%url,
%query,%code,%bytesd,%refererquot,%referer,%uaquot,%ua,%other
-3.2 for tags %gzipin,%gzipout
-4.0 for tags %gzipratio,%syslog
-4.1 for tag %virtualname
+3.2+ for tags %gzipin,%gzipout
+4.0+ for tags %gzipratio,%syslog
+4.1+ for tag %virtualname
# Put here your log format (Must agree with your web server. See setup
# instructions in README.txt to know how to configure your web server to have
# the required log format).
@@ -1008,6 +1015,17 @@ color_u,color_v,color_p,color_h,color_k,color_s
color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2E2")
+
+
+LoadPlugin
+Version : 4.2 +
+
# Add here all plugins file you want to load
+
# Plugin files must be stored in plugins directory
+
# Example: "timehires.pl"
+
#
+
#LoadPlugin="timehires.pl"
+
+