# Put here your log format (Must match your web server config. See setup
# instructions in documentation know how to configure your web server to have
# the required log format).
-# Possible values: 1,2,3,4,5 or "your_own_personalised_log_format"
+# Possible values: 1,2,3,4,5 or "your_own_personalized_log_format"
# 1 = Apache native combined log format (NCSA combined/XLF/ELF log format)
# 2 = IIS log format (W3C log format)
# 3 = Webstar native log format
# 4 = Apache or Squid native common log format (NCSA common log format)
# With LogFormat=4, some features (browsers, os, keywords...) can't work.
# 5 = ISA server native standard log format
-# "your_own_personalised_log_format" = If your log is a personalised format,
+# "your_own_personalized_log_format" = If your log is a personalized format,
# you must use the following syntax keys to define the log format string:
-# %host Host client name or IP adress
+# %host Host client name or IP address
# %logname Authenticated login/user used on protected pages
# %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000]
# %time2 Date and time with format: yyyy-mm-dd hh:mm:ss
DNSLookup=0
# When AWStats updates its statistics, it stores results of its analysis in
-# files (AWStats database). All thoose files are written in the directory
+# 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.
# Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
-# feature (see later), you need write permissions by webserver user on this
+# feature (see later), you need write permissions by web server user on this
# directory.
# Example: "/var/cache/awstats"
# Example: "../data"
DirData="."
# Relative or absolute web URL of your awstats.pl directory.
-# This parameter is used only when AWStats is runned from command line
+# This parameter is used only when AWStats is run from command line
# with -output option (to generate links in HTML reported page).
# Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin")
#
#
DefaultFile="index.html"
-# Do not include access from clients that match following criterias.
+# Do not include access from clients that match following criteria.
# If your log file contains IP adresses in host field, you must put here
-# matching IP adresses criterias.
+# matching IP adresses criteria.
# If DNS lookup is already done in your log file, you must put here hostname
-# criterias.
+# criteria.
# Note: Use space between each value.
# Example: "127.0.0.1 163.84. 201.101.51.1"
# Example: "localhost abcxyz"
# You can, with this option, add a list of not important frame pages (like
# menus, etc...) to exclude them from statistics.
# For example, to ignore a whole directory tree, just add "directorytoignore",
-# to ignore "users" homepage in your stats, you can add "/~".
+# to ignore "users" pages in your stats, you can add "/~".
# The oposite parameter of "SkipFiles" is "OnlyFiles".
# Note: This parameter is not case sensitive.
# Note: Use space between each value and do not remove default values.
# For example, if you want AWStats to filter access to keep only stats that
# match a particular string, like a particular directory, you can add this
# directory name in this parameter.
-# The oposite parameter of "OnlyFiles" is "SkipFiles".
+# The opposite parameter of "OnlyFiles" is "SkipFiles".
# Note: This parameter is not case sensitive.
# Note: Use space between each value and do not remove default values
# Note: xxx$ means URL ending by xxx.
#
NotPageList="css js class gif jpg jpeg png bmp"
-# By default, AWStats considers that records found in log file are successfull
+# By default, AWStats considers that records found in log file are successful
# hits if HTTP code returned by server is a valid HTTP code (200 and 304).
# Any other code are reported in HTTP error chart.
-# However in some specific environnement, whith web server HTTP redirection,
+# However in some specific environnement, with web server HTTP redirection,
# you can choose to also accept other codes.
# Example: "200 304 302 305"
# Default: "200 304"
Logo="awstats_logo1.png"
LogoLink="http://awstats.sourceforge.net"
-# Value of maximum bar width/heigth for horizontal/vertical graphics bar
+# Value of maximum bar width/height for horizontal/vertical graphics bar
# Default: 260/180
#
BarWidth = 260