From: eldy <> Date: Thu, 16 Jan 2003 14:08:27 +0000 (+0000) Subject: Added parameter AddDataArrayMonthDayStats, AddDataArrayShowDaysOfWeekStats and AddDat... X-Git-Tag: AWSTATS_5_4_BETA~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4113ae975f54e803fee552d6386005d4874062a7;p=thirdparty%2FAWStats.git Added parameter AddDataArrayMonthDayStats, AddDataArrayShowDaysOfWeekStats and AddDataArrayShowHoursStats. --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 9fc91ae6..0a709bae 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -134,7 +134,11 @@ when reading it), follow the example:
  • ShowKeyphrasesStats
  • ShowKeywordsStats
  • ShowHTTPErrorsStats +
  • AddDataArrayMonthDayStats +
  • AddDataArrayShowDaysOfWeekStats +
  • AddDataArrayShowHoursStats
  • MaxNbOfDomain +
  • MinHitDomain
  • MaxNbOfHostsShown
  • MinHitHost
  • MaxNbOfLoginShown @@ -1182,6 +1186,23 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors


    +AddDataArray...
    +Version : 5.4 +
    +
    # Some graphical reports are followed by the data array of values. +
    # If you don't want this array (to reduce report size for example), you can +
    # set thoose options to 0. +
    # Possible values: 0 or 1 +
    # Default: 1 +
    # +
    # Data array values for the ShowMonthDaysStats report +
    AddDataArrayMonthDayStats=1 +
    # Data array values for the ShowDaysOfWeekStats report +
    AddDataArrayShowDaysOfWeekStats=1 +
    # Data array values for the ShowHoursStats report +
    AddDataArrayShowHoursStats=1 + +


    + Max...
    Version : 1.0 +

    # This value can be used to choose maximum number of lines shown for each @@ -1189,6 +1210,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
    #
    # Stats by domains
    MaxNbOfDomain = 10 +
    MinHitDomain = 1
    # Stats by hosts
    MaxNbOfHostsShown = 10
    MinHitHost = 1 @@ -1440,15 +1462,15 @@ color_u,color_v,color_p,color_h,color_k,color_s



    #include
    -Version : 5.1 +
    +Version : 5.4 +

    # You can include other config files using the directive with the name of the -
    # config file (like Apache, so you must keep the '#' before 'include'). +
    # config file.
    # This is particularly usefull for users who have a lot of virtual servers, so
    # a lot of config files and want to maintain common values in only one file.
    # Note that when a variable is defined both in a config file and in an
    # included file, AWStats will use the last value read.
    # -
    #include "" +
    #Include ""