From: eldy <>
Date: Sat, 28 Sep 2002 21:07:52 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_5_0_RELEASE~7
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38a15266e2bdc8874f05a9caa7790bc436d3a9cb;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 4560d0fa..73b053e2 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -393,7 +393,7 @@ when reading it), follow the example:
# browser errors if you don't launch AWStats enough frequently.
# When set to 0, update is only made when AWStats is ran from the command
# line interface (or a task scheduler).
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
AllowToUpdateStatsFromBrowser=0
@@ -467,7 +467,7 @@ when reading it), follow the example:
# authenticated. Your AWStats program must be in a web protected "realm" (With
# Apache, you can use .htaccess files to do so. With other web servers, see
# your server setup manual).
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
AllowAccessFromWebToAuthenticatedUsersOnly=0
@@ -504,7 +504,7 @@ when reading it), follow the example:
# error. However, you can ask AWStats to create it. This option can be used by
# some Web Hosting Providers that has defined a dynamic value for DirData (for
# example DirData="/home/__REMOTE_USER__").
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
CreateDirDataIfNotExists=1
@@ -521,7 +521,7 @@ when reading it), follow the example:
# If you have experience on managing security policies (Web Hosting Provider),
# you should set this parameter to 0. AWStats will keep default process user
# permissions on its files.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 1
#
SaveDatabaseFilesWithPermissionsForEveryone=1
@@ -540,7 +540,7 @@ when reading it), follow the example:
# With 1, the purge of the log file is made each time AWStats is ran.
# This parameter doesn't work with IIS (This web server doesn't let its log
# file to be purged).
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
PurgeLogFile=0
@@ -554,7 +554,7 @@ when reading it), follow the example:
# all processed log records by setting this to 1 (For example if you want to
# use another log analyzer).
# This parameter is not used if PurgeLogFile=0
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
ArchiveLogRecords=0
@@ -570,7 +570,7 @@ when reading it), follow the example:
# past processed log files, you will loose old stats if removed. So you can
# ask AWStats to save last non corrupted file in a .bak file. This file is
# stored in "DirData" directory with other 'historic files'.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 1
#
KeepBackupOfHistoricFiles=0
@@ -745,7 +745,7 @@ when reading it), follow the example:
Version : 1.0 +
# AWStats can detect setup problems or show you important informations to have
# a better use. Keep this to 1, except if AWStats says you can change it.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 1
#
WarningMessages=1
@@ -825,7 +825,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
# When you use AWStats as a CGI, you can have the reports shown in HTML views.
# Frames are only available for report viewed dynamically. When you build
# pages from command line, this option is not used and no frames are built.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 1
#
UseFramesWhenCGI=1
@@ -905,7 +905,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
# Whatever is your setup here, all detailed reports are still available.
# So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all
# links in menu will point to detailed views.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
#
ShowHeader=1 # Show AWStats head title and icon
ShowMenu=1 # Show menu header with links on detailed reports
@@ -986,7 +986,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
ShowLinksOnUrl
Version : 3.1 +
# Each URL shown in stats report views are links you can click.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 1
#
ShowLinksOnUrl=1
@@ -1010,7 +1010,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
# parameter (LinksToWhoIs and LinksToIPWhoIs) and on WhoIs server
# exhaustivity and availability.
# For this reason, this feature can't be a reliable feature.
-
# Possible values: 1 or 0
+
# Possible values: 0 or 1
# Default: 0
#
ShowLinksToWhoIs=0
@@ -1100,6 +1100,7 @@ color_TableRowTitle,color_TableBGRowTitle,color_TableBorder,color_text,
color_textpercent,color_titletext,color_weekend,color_link,color_hover,
color_u,color_v,color_p,color_h,color_k,color_s
4.1 for color_e,color_x
+5.0 for color_other
# Those colors parameters can be used (if StyleSheet parameter is not used)
# to change AWStats look.
# Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex
@@ -1117,6 +1118,7 @@ color_u,color_v,color_p,color_h,color_k,color_s
color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA")
color_link="0011BB" # Color of HTML links (Default = "0011BB")
color_hover="605040" # Color of HTML on-mouseover links (Default = "605040")
+
color_other="666688" # Color of text for 'other' record in charts (Default = "666688")
color_u="FFB055" # Background color for number of unique visitors (Default = "FFB055")
color_v="F8E880" # Background color for number of visites (Default = "F8E880")
color_p="4477DD" # Background color for number of pages (Default = "4477DD")
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index f083995e..bab63b5c 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -255,7 +255,7 @@ SkipDNSLookupFor=""
# authenticated. Your AWStats program must be in a web protected "realm" (With
# Apache, you can use .htaccess files to do so. With other web servers, see
# your server setup manual).
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 0
#
AllowAccessFromWebToAuthenticatedUsersOnly=0
@@ -285,7 +285,7 @@ AllowAccessFromWebToFollowingIPAddresses=""
# This option can be used by some Web Hosting Providers that has defined a
# dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and
# don't want to have to create a new directory each time they add a new user.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 0
#
CreateDirDataIfNotExists=0
@@ -299,7 +299,7 @@ CreateDirDataIfNotExists=0
# If you have experience on managing security policies (Web Hosting Provider),
# you should set this parameter to 0. AWStats will keep default process user
# permissions on its files.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 1
#
SaveDatabaseFilesWithPermissionsForEveryone=1
@@ -315,7 +315,7 @@ SaveDatabaseFilesWithPermissionsForEveryone=1
# With 1, the purge of the log file is made each time AWStats update is ran.
# This parameter doesn't work with IIS (This web server doesn't let its log
# file to be purged).
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 0
#
PurgeLogFile=0
@@ -326,7 +326,7 @@ PurgeLogFile=0
# all processed log records by setting this to 1 (For example if you want to
# use another log analyzer).
# This parameter is not used if PurgeLogFile=0
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 0
#
ArchiveLogRecords=0
@@ -339,7 +339,7 @@ ArchiveLogRecords=0
# past processed log files, you will loose old stats if removed. So you can
# ask AWStats to save last non corrupted file in a .bak file. This file is
# stored in "DirData" directory with other 'historic files'.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 1
#
KeepBackupOfHistoricFiles=0
@@ -436,7 +436,7 @@ URLWithQuery=0
# AWStats can detect setup problems or show you important informations to have
# a better use. Keep this to 1, except if AWStats says you can change it.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 1
#
WarningMessages=1
@@ -554,7 +554,7 @@ DirLang="./lang"
# Whatever is your setup here, all detailed reports are still available.
# So if you setup ShowHeader, ShowMenu and ShowMonthDayStats to 1 and all
# others to 0, all links in menu will still point to detailed views.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
#
ShowHeader=1 # Show AWStats head title and icon
ShowMenu=1 # Show menu header with links on detailed reports
@@ -628,7 +628,7 @@ ShowFlagLinks="en fr de nl es"
# Each URL shown in stats report views are links you can click.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 1
#
ShowLinksOnUrl=1
@@ -646,7 +646,7 @@ MaxLengthOfURL=72
# parameters (LinksToWhoIs and LinksToIPWhoIs) and on WhoIs server
# exhaustivity and availability.
# For this reason, this feature can't be a reliable feature.
-# Possible values: 1 or 0
+# Possible values: 0 or 1
# Default: 0
#
ShowLinksToWhoIs=0