From: eldy <>
Date: Wed, 4 Dec 2002 21:56:04 +0000 (+0000)
Subject: Updated documentation
X-Git-Tag: AWSTATS_5_3_BETA~38
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db3f2aefe021d80095cab60bdefc16ed040f3f8;p=thirdparty%2FAWStats.git
Updated documentation
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 0a20c7e6..fb1fc492 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -186,6 +186,17 @@ when reading it), follow the example:
LoadPlugin
+
EXTRA
+
+
INLUDES
- #include
@@ -1362,6 +1373,45 @@ color_u,color_v,color_p,color_h,color_k,color_s
+Extra...
+Version : 5.2 +
+
# You can define your own charts, you choose here what are rows and columns
+
# keys. This feature is particularly usefull for marketing purpose, tracking
+
# products orders for example.
+
# For this, edit all parameters of Extra section. Each set of parameter is a
+
# different chart. For several charts, duplicate section changing the number.
+
# Note that each Extra section reduces AWStats speed by 10%.
+
#
+
# WARNING: A wrong setup of Extra section can result in a too large arrays
+
# that will consume all your memory, making AWStats unusable after several
+
# updates, so be sure to setup it correctly.
+
# In most cases, you don't need this feature.
+
#
+
# ExtraSectionNameX is title of your personalized chart.
+
# ExtraSectionConditionalX are conditions on URL and/or QUERY_STRING and/or
+
# REFERER you can use to count or not the hit. Use "|" for "OR".
+
# ExtraSectionFirstColumnTitleX is the first column title of the chart.
+
# ExtraSectionFirstColumnValuesX is a Regex string to tell AWStats how to
+
# extract the value used for first column. Each different value found will
+
# be a different row. Be sure that list of different values is "limited" to
+
# avoid "not enough memory" problems !
+
# ExtraSectionStatTypesX are things you want to count. You can use standard
+
# code letters (P for pages,H for hits,B for bandwidth,L for last access).
+
# MaxNbOfExtraX is maximum number of rows shown in chart.
+
# MinHitExtraX is minimum number of hits required to be shown in chart.
+
#
+
+
# Example to report the 20 products the most ordered by "order.cgi" script
+
ExtraSectionName1="Product orders"
+
ExtraSectionCondition1="URL,/cgi-bin/order.cgi"
+
ExtraSectionFirstColumnTitle1="Product ID"
+
ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
+
ExtraSectionStatTypes1=PL
+
MaxNbOfExtra1=20
+
MinHitExtra1=1
+
+
+
#include
Version : 5.1 +
# You can include other config files using the directive with the name of the