# 1 - DNS Lookup is fully enabled
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
# Default: 2
-#
+#
DNSLookup=2
# For very large sites, setting DNSLookup to 0 (or 2) might be the only
# reasonable choice. DynamicDNSLookup allows to resolve host names for
# items shown in html tables only, when data is output on reports instead
-# of resolving once during log analysis step.
+# of resolving once during log analysis step.
# Possible values:
-# 0 - No dynamic DNS lookup
+# 0 - No dynamic DNS lookup
# 1 - Dynamic DNS lookup enabled
# 2 - Dynamic DNS lookup enabled (including static DNS cache file as a second
# source)
DynamicDNSLookup=0
-# When AWStats updates its statistics, it stores results of its analysis in
+# When AWStats updates its statistics, it stores results of its analysis in
# files (AWStats database). All those files are written in the directory
# defined by the "DirData" parameter. Set this value to the directory where
# you want AWStats to save its database and working files into.
# AWStats saves and sorts its database on a month basis (except if using
-# databasebreak option from command line).
+# databasebreak option from command line).
# However, if you choose the -month=all from command line or
# value '-Year-' from CGI combo form to have a report for all year, AWStats
# needs to reload all data for full year (each month), and sort them,
# If the "DirData" directory (see above) does not exist, AWStats return an
# error. However, you can ask AWStats to create it.
-# This option can be used by some Web Hosting Providers that has defined a
+# 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.
# Change : Effective immediately
# for both command line user and default web server user (nobody for Unix,
# IUSR_xxx for IIS/Windows,...).
# To avoid permission problems between update process (run by an admin user)
-# and CGI process (ran by a low level user), AWStats can save its database
+# and CGI process (ran by a low level user), AWStats can save its database
# files with read and write permissions for everyone.
-# By default, AWStats keeps default user permissions on updated files. If you
+# By default, AWStats keeps default user permissions on updated files. If you
# set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1.
# Change : Effective for new updates only
# Possible values: 0 or 1
# Change : Effective for new updates only
# Example: "css js class gif jpg jpeg png bmp ico rss xml swf zip arj rar gz z bz2 wav mp3 wma mpg avi"
# Example: ""
-# Default: "css js class gif jpg jpeg png bmp ico rss xml swf"
+# Default: "css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
#
-NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf"
+NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
# By default, AWStats considers that records found in web log file are
# Note that HTTP 'control codes', like redirection (302, 305) are not added by
# default in this list as they are not pages seen by a visitor but are
# protocol exchange codes to tell the browser to ask another page. Because
-# this other page will be counted and seen with a 200 or 304 code, if you
+# this other page will be counted and seen with a 200 or 304 code, if you
# add such codes, you will have 2 pages viewed reported for only one in facts.
# Change : Effective for new updates only
# Example: "200 304 302 305"
# Change : Effective for new updates only
# Possible values: 0 or 1
# Default: 0
-#
+#
AuthenticatedUsersNotCaseSensitive=0
# Change : Effective for new updates only
# Possible values: 0 or 1
# Default: 0
-#
+#
URLNotCaseSensitive=0
# Warning, when set to 1, memory required to run AWStats is dramatically
# increased if you have a lot of changing URLs (for example URLs with a random
# id inside). Such web sites should not set this option to 1 or use seriously
-# the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually
+# the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually
# URLWithQueryWithoutFollowingParameters).
# Change : Effective for new updates only
# Possible values:
# 0 - URLs are cleaned from the query string (ie: "/mypage.html")
# 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y")
# Default: 0
-#
+#
URLWithQuery=0
# Change : Effective for new updates only
# Example: "param"
# Default: ""
-#
+#
URLWithQueryWithOnlyFollowingParameters=""
# Change : Effective for new updates only
# Example: "PHPSESSID jsessionid"
# Default: ""
-#
+#
URLWithQueryWithoutFollowingParameters=""
# 0 - Referrer URLs are cleaned from the query string (ie: "/mypage.html")
# 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y")
# Default: 0
-#
+#
URLReferrerWithQuery=0
# Possible values: 0 or 1
# Default: 1
#
-ShowMenu=1
+ShowMenu=1
# You choose here which reports you want to see in the main page and what you
# Show file size chart (Not yet available)
# Context: Web, Streaming, Mail, Ftp
# Default: 1, Possible column codes: None
-ShowFileSizesStats=0
+ShowFileSizesStats=0
# Show downloads chart.
# Context: Web, Streaming, Ftp
# Default: HB, Possible column codes: HB
-ShowDownloadsStats=HB
+ShowDownloadsStats=HB
# Show operating systems chart
# Context: Web, Streaming, Ftp
# By default AWStats page contains meta tag robots=noindex,nofollow
-# If you want to have your statistics to be indexed, set this option to 1.
+# If you want to have your statistics to be indexed, set this option to 1.
# Default: 0
#
MetaRobot=0
color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000")
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_hover="605040" # Color of HTML on-mouseover links (Default = "605040")
color_u="FFAA66" # Background color for number of unique visitors (Default = "FFAA66")
color_v="F4F090" # Background color for number of visites (Default = "F4F090")
color_p="4477DD" # Background color for number of pages (Default = "4477DD")
# PLUGIN: Tooltips
# REQUIRED MODULES: None
# PARAMETERS: None
-# DESCRIPTION: Add tooltips pop-up help boxes to HTML report pages.
+# DESCRIPTION: Add tooltips pop-up help boxes to HTML report pages.
# NOTE: This will increased HTML report pages size, thus server load and bandwidth.
#
#LoadPlugin="tooltips"
# PLUGIN: DecodeUTFKeys
# REQUIRED MODULES: Encode and URI::Escape
# PARAMETERS: None
-# DESCRIPTION: Allow AWStats to show correctly (in language charset)
-# keywords/keyphrases strings even if they were UTF8 coded by the
+# DESCRIPTION: Allow AWStats to show correctly (in language charset)
+# keywords/keyphrases strings even if they were UTF8 coded by the
# referer search engine.
#
#LoadPlugin="decodeutfkeys"
# PLUGIN: HashFiles
# REQUIRED MODULES: Storable
# PARAMETERS: None
-# DESCRIPTION: AWStats DNS cache files are read/saved as native hash files.
+# DESCRIPTION: AWStats DNS cache files are read/saved as native hash files.
# This increases DNS cache files loading speed, above all for very large web sites.
#
#LoadPlugin="hashfiles"
# PLUGIN: UserInfo
# REQUIRED MODULES: None
# PARAMETERS: None
-# DESCRIPTION: Add a text (Firtname, Lastname, Office Department, ...) in
+# DESCRIPTION: Add a text (Firtname, Lastname, Office Department, ...) in
# authenticated user reports for each login value.
# A text file called userinfo.myconfig.txt, with two fields (first is login,
# second is text to show, separated by a tab char) must be created in DirData
# PARAMETERS: None
# DESCRIPTION: Time reported by -showsteps option is in millisecond. For debug purpose.
#
-#LoadPlugin="timehires"
+#LoadPlugin="timehires"
# PLUGIN: TimeZone
# REQUIRED MODULES: Time::Local
# PLUGIN: GraphGoogleChartAPI
# REQUIRED MODULES: None
# PARAMETERS: None
-# DESCRIPTION: Replaces the standard charts with free Google API generated images
-# in HTML reports. If country data is available and more than one country has hits,
+# DESCRIPTION: Replaces the standard charts with free Google API generated images
+# in HTML reports. If country data is available and more than one country has hits,
# a map will be generated using Google Visualizations.
-# Note: The machine where reports are displayed must have Internet access for the
-# charts to be generated. The only data sent to Google includes the statistic numbers,
+# Note: The machine where reports are displayed must have Internet access for the
+# charts to be generated. The only data sent to Google includes the statistic numbers,
# legend names and country names.
-# Warning: This plugin is not compatible with option BuildReportFormat=xhtml.
+# Warning: This plugin is not compatible with option BuildReportFormat=xhtml.
#
#LoadPlugin="graphgooglechartapi"
# PLUGIN: GeoIP
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/geoip.dat[+/pathto/override.txt]]
-# DESCRIPTION: Builds a country chart and adds an entry to the hosts
+# DESCRIPTION: Builds a country chart and adds an entry to the hosts
# table with country name
# Replace spaces in the path of geoip data file with string "%20".
#
# PLUGIN: GeoIP6
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind, version >= 1.40)
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/geoipv6.dat[+/pathto/override.txt]]
-# DESCRIPTION: Builds a country chart and adds an entry to the hosts
+# DESCRIPTION: Builds a country chart and adds an entry to the hosts
# table with country name
# works with IPv4 and also IPv6 addresses
# Replace spaces in the path of geoip data file with string "%20".
# PLUGIN: GeoIP_ASN_Maxmind
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPASN.dat[+/pathto/override.txt][+http://linktoASlookup]]
-# DESCRIPTION: This plugin adds a chart of AS numbers where the host IP address is registered.
-# This plugin can display some ISP information if included in the database. You can also provide
-# a link that will be used to lookup additional registration data. Put the link at the end of
+# DESCRIPTION: This plugin adds a chart of AS numbers where the host IP address is registered.
+# This plugin can display some ISP information if included in the database. You can also provide
+# a link that will be used to lookup additional registration data. Put the link at the end of
# the parameter string and the report page will include the link with the full AS number at the end.
# Replace spaces in the path of geoip data file with string "%20".
#
# PLUGIN: GeoIP_Region_Maxmind
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPRegion.dat[+/pathto/override.txt]]
-# DESCRIPTION:This plugin adds a chart of hits by regions. Only regions for US and
+# DESCRIPTION:This plugin adds a chart of hits by regions. Only regions for US and
# Canada can be detected.
# Replace spaces in the path of geoip data file with string "%20".
#