From: eldy <> Date: Mon, 15 Sep 2003 13:49:44 +0000 (+0000) Subject: Selection of virtualhost records in a log is no more case sensitive on SiteDomain... X-Git-Tag: AWSTATS_5_8_BETA~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c99473f203c65fe5bc6c5b5961887d5af2a4fc6;p=thirdparty%2FAWStats.git Selection of virtualhost records in a log is no more case sensitive on SiteDomain nor HostAliases. --- diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index 25825ef8..a329ab08 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -29,6 +29,8 @@ New features/improvements: Also add a dedicated page in documentation. - Added %lognamequot tag for LogFormat parameter. - Added OnlyUserAgents parameter. +- Selection of virtualhost records in a log is no more case sensitive on + SiteDomain nor HostAliases. - Added awredir.pl tool. Other/Documentation: diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 017dbe28..5904cec1 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -170,6 +170,7 @@ when reading it), follow the example:
  • ShowLinksOnUrl
  • MaxLengthOfURL
  • ShowLinksToWhoIs +
  • UseHTTPSLinksForUrl
  • LinksToWhoIs
  • LinksToIPWhoIs
  • HTMLHeadSection @@ -212,9 +213,12 @@ when reading it), follow the example:
  • ExtraSectionConditionX
  • ExtraSectionFirstColumnTitleX
  • ExtraSectionFirstColumnValuesX +
  • ExtraSectionFirstColumnFormatX
  • ExtraSectionStatTypesX -
  • MaxNbOfExtraX -
  • MinHitExtraX +
  • ExtraSectionAddAverageRowX +
  • ExtraSectionAddSumRowX +
  • MaxNbOfExtraX +
  • MinHitExtraX
    INCLUDES
    @@ -321,7 +325,6 @@ when reading it), follow the example:

    # %deflateratio mod_deflate compression ratio with format: (ZZ)
    # %email EMail sender (for mail log)
    # %email_r EMail receiver (for mail log) -
    # %syslog Syslog-specific time and host stamp with format: Mon dd hh:mm:ss hostname
    # %virtualname Web sever virtual hostname. Use this tag when same log
    # contains data of several virtual web servers. AWStats
    # will discard records not in SiteDomain nor HostAliases @@ -1385,6 +1388,21 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors


    +UseHTTPSLinkForUrl
    +Version : 4.0+
    +
    # When AWStats build HTML links in its report pages, it starts thoose link +
    # with "http://". However some links might be HTTPS links, so you can enter +
    # here the root of all your HTTPS links. If all your site is a SSL web site, +
    # just enter "/". +
    # This parameter is not used if ShowLinksOnUrl is 0. +
    # Example: "/shopping" +
    # Example: "/" +
    # Default: "" +
    # +
    UseHTTPSLinkForUrl="" + +


    + MaxLengthOfURL
    Version : 1.0+

    # Maximum length of URL shown on stats page (number of characters). This