Edit File by line
/home/barbar84/tmp/awstats
File: awstats.barbaralambaseillustration.com.conf
# AWStats configure file
[0] Fix | Delete
#-----------------------------------------------------------------------------
[1] Fix | Delete
# Copy this file into awstats.www.myserver.mydomain.conf or awstats.conf and
[2] Fix | Delete
# edit this new file to setup AWStats (See documentation in docs/ directory).
[3] Fix | Delete
# The config file must be in /etc/opt/awstats, /etc/awstats or /etc (for
[4] Fix | Delete
# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
[5] Fix | Delete
# To include an environment variable in any parameter (AWStats will replace
[6] Fix | Delete
# it with its value when reading it), follow the example:
[7] Fix | Delete
# Parameter="__ENVNAME__"
[8] Fix | Delete
#-----------------------------------------------------------------------------
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#-----------------------------------------------------------------------------
[12] Fix | Delete
# MAIN SETUP SECTION (Required to make AWStats working)
[13] Fix | Delete
#-----------------------------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
# "LogFile" contains the web server logfile to analyze.
[16] Fix | Delete
# Possible values: A full path, or a relative path from awstats.pl directory
[17] Fix | Delete
# Example: "/var/log/apache/access.log"
[18] Fix | Delete
# Example: "../logs/mycombinedlog.log"
[19] Fix | Delete
#
[20] Fix | Delete
# You can also use tags in this filename if you need a dynamic file name
[21] Fix | Delete
# depending on date or time (Replacement is made by AWStats at the beginning
[22] Fix | Delete
# of its execution). This is available tags :
[23] Fix | Delete
# %YYYY-n is replaced with 4 digits year we were n hours ago
[24] Fix | Delete
# %YY-n is replaced with 2 digits year we were n hours ago
[25] Fix | Delete
# %MM-n is replaced with month we were n hours ago
[26] Fix | Delete
# %DD-n is replaced with day we were n hours ago
[27] Fix | Delete
# %HH-n is replaced with hour we were n hours ago
[28] Fix | Delete
# %WM-n is replaced with the week number in month (1-5)
[29] Fix | Delete
# You can use 0 for n if you need current year, month, day, hour...
[30] Fix | Delete
# Example: "/var/log/access_log.MM-0%DD-0.log"
[31] Fix | Delete
# Example: "C:/WINNT/system32/LogFiles/W3SVC1/exMM-24%DD-24.log"
[32] Fix | Delete
#
[33] Fix | Delete
LogFile="/etc/apache2/logs/domlogs/barbaralambaseillustration.com"
[34] Fix | Delete
[35] Fix | Delete
# Put here your log format (Must match your web server config. See setup
[36] Fix | Delete
# instructions in documentation know how to configure your web server to have
[37] Fix | Delete
# the required log format).
[38] Fix | Delete
# Possible values: 1,2,3,4,5 or "your_own_personalized_log_format"
[39] Fix | Delete
# 1 = Apache native combined log format (NCSA combined/XLF/ELF log format)
[40] Fix | Delete
# 2 = IIS log format (W3C log format)
[41] Fix | Delete
# 3 = Webstar native log format
[42] Fix | Delete
# 4 = Apache or Squid native common log format (NCSA common log format)
[43] Fix | Delete
# With LogFormat=4, some features (browsers, os, keywords...) can't work.
[44] Fix | Delete
# 5 = ISA server native standard log format
[45] Fix | Delete
# "your_own_personalized_log_format" = If your log is a personalized format,
[46] Fix | Delete
# you must use the following syntax keys to define the log format string:
[47] Fix | Delete
# %host Host client name or IP address
[48] Fix | Delete
# %logname Authenticated login/user used on protected pages
[49] Fix | Delete
# %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000]
[50] Fix | Delete
# %time2 Date and time with format: yyyy-mm-dd hh:mm:ss
[51] Fix | Delete
# %methodurl Method and URL with format: "GET /index.html HTTP/x.x"
[52] Fix | Delete
# %methodurlnoprot Method and URL with format: "GET /index.html"
[53] Fix | Delete
# %method Method with format: GET
[54] Fix | Delete
# %url URL only with format: /index.html
[55] Fix | Delete
# %query Query string (used by URLWithQuery option)
[56] Fix | Delete
# %code HTTP return code with format: 999
[57] Fix | Delete
# %bytesd Size of document in bytes
[58] Fix | Delete
# %refererquot Referer page with format: "http://from.com/from.htm"
[59] Fix | Delete
# %referer Referer page with format: http://from.com/from.htm
[60] Fix | Delete
# %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)"
[61] Fix | Delete
# %ua User agent with format: Mozilla/4.0_(compatible...)
[62] Fix | Delete
# %gzipin Mod_gzip compression input bytes: In:XXX
[63] Fix | Delete
# %gzipout Mod_gzip compression output bytes & ratio: Out:YYY:ZZZpct.
[64] Fix | Delete
# %gzipratio Mod_gzip compression ratio: ZZZpct.
[65] Fix | Delete
# If your log format has some fields not included in this list, use
[66] Fix | Delete
# %other Means another field
[67] Fix | Delete
#
[68] Fix | Delete
# Examples for Apache combined logs (this two examples are equivalent):
[69] Fix | Delete
# LogFormat = 1
[70] Fix | Delete
# LogFormat = "other time1 code refererquot %uaquot"
[71] Fix | Delete
#
[72] Fix | Delete
# Examples for IIS (this two examples are equivalent):
[73] Fix | Delete
# LogFormat = 2
[74] Fix | Delete
# LogFormat = "host method code other referer"
[75] Fix | Delete
#
[76] Fix | Delete
LogFormat=1
[77] Fix | Delete
[78] Fix | Delete
# If you want to have information on domains/countries visitors, you must ask
[79] Fix | Delete
# AWStats to make reverse DNS lookup (if not already done in your log file).
[80] Fix | Delete
# If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease
[81] Fix | Delete
# seriously AWStats time processing.
[82] Fix | Delete
# If you keep DNSLookup to 0, all hosts will be reported by the IP addresses
[83] Fix | Delete
# and not by the full hostname of visitors. Domain/Country chart will also
[84] Fix | Delete
# report all visitors from a domain/country "Unknown".
[85] Fix | Delete
# Possible values: 0 or 1
[86] Fix | Delete
# Default: 0
[87] Fix | Delete
#
[88] Fix | Delete
DNSLookup=0
[89] Fix | Delete
[90] Fix | Delete
# When AWStats updates its statistics, it stores results of its analysis in
[91] Fix | Delete
# files (AWStats database). All those files are written in the directory
[92] Fix | Delete
# defined by the "DirData" parameter. Set this value to the directory where
[93] Fix | Delete
# you want AWStats to save its database and working files into.
[94] Fix | Delete
# Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
[95] Fix | Delete
# feature (see later), you need write permissions by webserver user on this
[96] Fix | Delete
# directory.
[97] Fix | Delete
# Example: "/var/cache/awstats"
[98] Fix | Delete
# Example: "../data"
[99] Fix | Delete
# Example: "C:/awstats_data_dir"
[100] Fix | Delete
# Default: "." (means same directory as awstats.pl)
[101] Fix | Delete
#
[102] Fix | Delete
DirData="/home/barbar84/tmp/awstats"
[103] Fix | Delete
[104] Fix | Delete
# Relative or absolute web URL of your awstats.pl directory.
[105] Fix | Delete
# This parameter is used only when AWStats is run from command line
[106] Fix | Delete
# with -output option (to generate links in HTML reported page).
[107] Fix | Delete
# Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin")
[108] Fix | Delete
#
[109] Fix | Delete
DirCgi="/tmp/awstats"
[110] Fix | Delete
[111] Fix | Delete
# Relative or absolute web URL of all icons subdirectories.
[112] Fix | Delete
# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
[113] Fix | Delete
#
[114] Fix | Delete
DirIcons="/images/awstats"
[115] Fix | Delete
[116] Fix | Delete
# "SiteDomain" must contain the main domain name or the main intranet web
[117] Fix | Delete
# server name used to reach the web site.
[118] Fix | Delete
# This parameter is only used to generate full URLs links when ShowLinksOnUrl
[119] Fix | Delete
# option is set to 1.
[120] Fix | Delete
# Example: "www.mysite.com"
[121] Fix | Delete
# Example: "user.mydomain.com"
[122] Fix | Delete
# Example: "myintranetserver"
[123] Fix | Delete
# Default: ""
[124] Fix | Delete
#
[125] Fix | Delete
SiteDomain="barbaralambaseillustration.com"
[126] Fix | Delete
[127] Fix | Delete
# Put here all other possible domain names, addresses or virtual host aliases
[128] Fix | Delete
# someone can use to access your site. Try to keep only the minimum number of
[129] Fix | Delete
# possible names/addresses to have the best performances.
[130] Fix | Delete
# You can repeat the "SiteDomain" value in this list.
[131] Fix | Delete
# Use space between each value and put a backslash before each dot.
[132] Fix | Delete
# This parameter is used to analyze referer field in log file and to help
[133] Fix | Delete
# AWStats to know if a referer URL is a local URL of same site or an URL of
[134] Fix | Delete
# another site.
[135] Fix | Delete
# Example: "www.myserver.com x.y.z.w localhost 127.0.0.1"
[136] Fix | Delete
#
[137] Fix | Delete
HostAliases="barbaralambaseillustration.com www.barbaralambaseillustration.com localhost 127.0.0.1"
[138] Fix | Delete
[139] Fix | Delete
# When this parameter is set to 1, AWStats add a button on report page to
[140] Fix | Delete
# allow to "update" statistics from a web browser. Warning, when "update" is
[141] Fix | Delete
# made from a browser, AWStats is ran as a CGI by the web server user
[142] Fix | Delete
# defined in your web server (user "nobody" by default with Apache, "IUSR_XXX"
[143] Fix | Delete
# with IIS), so the "DirData" directory and all already existing history files
[144] Fix | Delete
# (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions
[145] Fix | Delete
# if required.
[146] Fix | Delete
# Warning: Update process can be long so you might experience "time out"
[147] Fix | Delete
# browser errors if you don't launch AWStats enough frequently.
[148] Fix | Delete
# When set to 0, update is only made when AWStats is ran from the command
[149] Fix | Delete
# line interface (or a task scheduler).
[150] Fix | Delete
# Possible values: 1 or 0
[151] Fix | Delete
# Default: 0
[152] Fix | Delete
#
[153] Fix | Delete
AllowToUpdateStatsFromBrowser=1
[154] Fix | Delete
[155] Fix | Delete
[156] Fix | Delete
AllowFullYearView=3
[157] Fix | Delete
[158] Fix | Delete
#-----------------------------------------------------------------------------
[159] Fix | Delete
# OPTIONAL SETUP SECTION (Not required but increase AWStats features)
[160] Fix | Delete
#-----------------------------------------------------------------------------
[161] Fix | Delete
[162] Fix | Delete
# The following two parameters allow you to protect a config file to be used
[163] Fix | Delete
# by your AWStats program called from a browser only if web user has been
[164] Fix | Delete
# authenticated. Your AWStats program must be in a web protected "realm" (With
[165] Fix | Delete
# Apache, you can use .htaccess files to do so. With other web servers, see
[166] Fix | Delete
# your server setup manual).
[167] Fix | Delete
# Possible values: 1 or 0
[168] Fix | Delete
# Default: 0
[169] Fix | Delete
#
[170] Fix | Delete
AllowAccessFromWebToAuthenticatedUsersOnly=0
[171] Fix | Delete
[172] Fix | Delete
# This parameter give the list of all authorized authenticated users to view
[173] Fix | Delete
# statistics for this domain/config file. This parameter is used only if
[174] Fix | Delete
# AllowAccessToAuthenticatedUsersOnly is set to 1.
[175] Fix | Delete
# Example: "user1 user2"
[176] Fix | Delete
# Default: ""
[177] Fix | Delete
#
[178] Fix | Delete
AllowAccessFromWebToFollowingAuthenticatedUsers=""
[179] Fix | Delete
[180] Fix | Delete
# If the "DirData" directory (see above) does not exists, AWStats return an
[181] Fix | Delete
# error. However, you can ask AWStats to create it.
[182] Fix | Delete
# This option can be used by some Web Hosting Providers that has defined a
[183] Fix | Delete
# dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and
[184] Fix | Delete
# don't want to have to create a new directory each time they add a new user.
[185] Fix | Delete
# Possible values: 1 or 0
[186] Fix | Delete
# Default: 0
[187] Fix | Delete
#
[188] Fix | Delete
CreateDirDataIfNotExists=1
[189] Fix | Delete
[190] Fix | Delete
# In most case, AWStats is used as a cgi program. So AWStats process is ran
[191] Fix | Delete
# by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...).
[192] Fix | Delete
# To make use easier and avoid permission problems between update process
[193] Fix | Delete
# (run by an admin user) and CGI process (ran by a low level user), AWStats
[194] Fix | Delete
# save its database files with read and write for everyone.
[195] Fix | Delete
# If you have experience on managing security policies (Web Hosting Provider),
[196] Fix | Delete
# you should set this parameter to 0. AWStats will keep default process user
[197] Fix | Delete
# permissions on its files.
[198] Fix | Delete
# Possible values: 1 or 0
[199] Fix | Delete
# Default: 1
[200] Fix | Delete
#
[201] Fix | Delete
SaveDatabaseFilesWithPermissionsForEveryone=0
[202] Fix | Delete
[203] Fix | Delete
# AWStats can purge log after processing it. By this way, the next time you
[204] Fix | Delete
# launch AWStats, log file will be smaller and processing time will be better.
[205] Fix | Delete
# IMPORTANT !!!
[206] Fix | Delete
# AWStats is able to detect new lines in log file, to process only them, so
[207] Fix | Delete
# you can launch AWStats as soon as you want, even with this parameter to 0.
[208] Fix | Delete
# With 0, no purge is made, so you must use a scheduled task or a web server
[209] Fix | Delete
# that make this purge frequently.
[210] Fix | Delete
# With 1, the purge of the log file is made each time AWStats is ran.
[211] Fix | Delete
# This parameter doesn't work with IIS (This web server doesn't let its log
[212] Fix | Delete
# file to be purged).
[213] Fix | Delete
# Possible values: 1 or 0
[214] Fix | Delete
# Default: 0
[215] Fix | Delete
#
[216] Fix | Delete
PurgeLogFile=0
[217] Fix | Delete
[218] Fix | Delete
# When PurgeLogFile is setup to 1, AWStats will clean your log file after
[219] Fix | Delete
# processing it. You can however keep an archive file (saved in "DirData") of
[220] Fix | Delete
# all processed log records by setting this to 1 (For example if you want to
[221] Fix | Delete
# use another log analyzer).
[222] Fix | Delete
# This parameter is not used if PurgeLogFile=0
[223] Fix | Delete
# Possible values: 1 or 0
[224] Fix | Delete
# Default: 0
[225] Fix | Delete
#
[226] Fix | Delete
ArchiveLogRecords=0
[227] Fix | Delete
[228] Fix | Delete
# Each time you run the update process, AWStats overwrite the 'historic file'
[229] Fix | Delete
# for the month (awstatsMMYYYY[.*].txt) with the updated one.
[230] Fix | Delete
# When write errors occurs (IO, disk full,...), this historic file can be
[231] Fix | Delete
# corrupted and must be deleted. Because this file contains information of all
[232] Fix | Delete
# past processed log files, you will loose old stats if removed. So you can
[233] Fix | Delete
# ask AWStats to save last non corrupted file in a .bak file. This file is
[234] Fix | Delete
# stored in "DirData" directory with other 'historic files'.
[235] Fix | Delete
# Possible values: 1 or 0
[236] Fix | Delete
# Default: 1
[237] Fix | Delete
#
[238] Fix | Delete
KeepBackupOfHistoricFiles=0
[239] Fix | Delete
[240] Fix | Delete
# Index page name for your web server.
[241] Fix | Delete
# Example: "default.htm"
[242] Fix | Delete
# Default: "index.html"
[243] Fix | Delete
#
[244] Fix | Delete
DefaultFile="index.html"
[245] Fix | Delete
[246] Fix | Delete
# Do not include access from clients that match following criteria.
[247] Fix | Delete
# If your log file contains IP addresses in host field, you must put here
[248] Fix | Delete
# matching IP addresses criteria.
[249] Fix | Delete
# If DNS lookup is already done in your log file, you must put here hostname
[250] Fix | Delete
# criteria.
[251] Fix | Delete
# Note: Use space between each value.
[252] Fix | Delete
# Example: "127.0.0.1 163.84. 201.101.51.1"
[253] Fix | Delete
# Example: "localhost abcxyz"
[254] Fix | Delete
# Default: ""
[255] Fix | Delete
#
[256] Fix | Delete
SkipHosts=""
[257] Fix | Delete
[258] Fix | Delete
# You can specify specific IP addresses that should NOT be looked up in
[259] Fix | Delete
# the DNS. You may specify partial addresses (ie 163.85. for everything
[260] Fix | Delete
# behind the usual firewall setup, etc)...
[261] Fix | Delete
# This is only useful if DNSLookup=1.
[262] Fix | Delete
# Note: Use space between each value and put a backslash before each dot.
[263] Fix | Delete
# Example: "163.85. 201.101.51.2"
[264] Fix | Delete
# Default: ""
[265] Fix | Delete
#
[266] Fix | Delete
SkipDNSLookupFor=""
[267] Fix | Delete
[268] Fix | Delete
# Use SkipFiles to ignore access to URLs that match one of following entries.
[269] Fix | Delete
# You can, with this option, add a list of not important frame pages (like
[270] Fix | Delete
# menus, etc...) to exclude them from statistics.
[271] Fix | Delete
# For example, to ignore a whole directory tree, just add "directorytoignore",
[272] Fix | Delete
# to ignore "users" pages in your stats, you can add "/~".
[273] Fix | Delete
# The oposite parameter of "SkipFiles" is "OnlyFiles".
[274] Fix | Delete
# Note: This parameter is not case sensitive.
[275] Fix | Delete
# Note: Use space between each value and do not remove default values.
[276] Fix | Delete
# Note: xxx$ means URL ending with xxx.
[277] Fix | Delete
# Example: "robots.txt$ favicon.ico$ badpage.html /~"
[278] Fix | Delete
# Default: "robots.txt$ favicon.ico$"
[279] Fix | Delete
#
[280] Fix | Delete
SkipFiles="robots.txt$ favicon.ico$"
[281] Fix | Delete
[282] Fix | Delete
# Include in stats, only accesses to URLs that match one of following entries.
[283] Fix | Delete
# For example, if you want AWStats to filter access to keep only stats that
[284] Fix | Delete
# match a particular string, like a particular directory, you can add this
[285] Fix | Delete
# directory name in this parameter.
[286] Fix | Delete
# The opposite parameter of "OnlyFiles" is "SkipFiles".
[287] Fix | Delete
# Note: This parameter is not case sensitive.
[288] Fix | Delete
# Note: Use space between each value and do not remove default values
[289] Fix | Delete
# Note: xxx$ means URL ending by xxx.
[290] Fix | Delete
# Example: "marketing_directory"
[291] Fix | Delete
# Default: ""
[292] Fix | Delete
#
[293] Fix | Delete
OnlyFiles=""
[294] Fix | Delete
[295] Fix | Delete
# Add here a list of kind of url (file extension) that must be counted as
[296] Fix | Delete
# "Hit only" and not as a "Hit" and "Page viewed". You can set here all images
[297] Fix | Delete
# extensions as they are hit downloaded that must be counted but they are not
[298] Fix | Delete
# viewed pages. URL with such extensions are not included in the TOP Pages/URL
[299] Fix | Delete
# report.
[300] Fix | Delete
# Note: If you want to exclude your own URLs from stats (No Pages and no Hits
[301] Fix | Delete
# reported), you should use SkipFiles parameter instead.
[302] Fix | Delete
# Example: ""
[303] Fix | Delete
# Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg"
[304] Fix | Delete
# Default: "css js class gif jpg jpeg png bmp"
[305] Fix | Delete
#
[306] Fix | Delete
NotPageList="css js class gif jpg jpeg png bmp"
[307] Fix | Delete
[308] Fix | Delete
# By default, AWStats considers that records found in log file are successful
[309] Fix | Delete
# hits if HTTP code returned by server is a valid HTTP code (200 and 304).
[310] Fix | Delete
# Any other code are reported in HTTP error chart.
[311] Fix | Delete
# However in some specific environnement, with web server HTTP redirection,
[312] Fix | Delete
# you can choose to also accept other codes.
[313] Fix | Delete
# Example: "200 304 302 305"
[314] Fix | Delete
# Default: "200 304"
[315] Fix | Delete
#
[316] Fix | Delete
ValidHTTPCodes="200 304"
[317] Fix | Delete
[318] Fix | Delete
# Keep or attach the query string to the URL in the statistics for individual
[319] Fix | Delete
# pages. This is primarily used to differentiate between the URLs of dynamic
[320] Fix | Delete
# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as
[321] Fix | Delete
# two different pages. Warning, when set to 1, memory required to run AWStats
[322] Fix | Delete
# is doubled.
[323] Fix | Delete
# Possible values:
[324] Fix | Delete
# 0 - URLs are cleaned from the query string (ie: "/mypage.html")
[325] Fix | Delete
# 1 - Full URL with query string is used (ie: "/mypage.html?x=y")
[326] Fix | Delete
# Default: 0
[327] Fix | Delete
#
[328] Fix | Delete
URLWithQuery=0
[329] Fix | Delete
[330] Fix | Delete
# AWStats can detect setup problems or show you important informations to have
[331] Fix | Delete
# a better use. Keep this to 1, except if AWStats says you can change it.
[332] Fix | Delete
# Possible values: 1 or 0
[333] Fix | Delete
# Default: 1
[334] Fix | Delete
#
[335] Fix | Delete
WarningMessages=1
[336] Fix | Delete
[337] Fix | Delete
# To help you to detect if your log format is good, AWStats report an error
[338] Fix | Delete
# if the first NbOfLinesForCorruptedLog lines have all a format that does not
[339] Fix | Delete
# match the LogFormat parameter.
[340] Fix | Delete
# However, some worm virus attack on your web server can result in a very high
[341] Fix | Delete
# number of corrupted lines in your log. So if you experience awstats stop
[342] Fix | Delete
# because of bad virus records, you can increase this parameter (very rare).
[343] Fix | Delete
# Default: 50
[344] Fix | Delete
#
[345] Fix | Delete
NbOfLinesForCorruptedLog=10000
[346] Fix | Delete
[347] Fix | Delete
# Search engines keywords reported are full search string or separate keywords
[348] Fix | Delete
# Possible values:
[349] Fix | Delete
# 0 - Search keywords reported are full search string (ie: "town maps")
[350] Fix | Delete
# 1 - Search keywords reported are separated words (ie: "town" and "maps")
[351] Fix | Delete
# Default: 0
[352] Fix | Delete
#
[353] Fix | Delete
SplitSearchString=0
[354] Fix | Delete
[355] Fix | Delete
# You can add in the HTML report page a delay to force browsers to reload page
[356] Fix | Delete
# if page is loaded a second time after this delay (in seconds).
[357] Fix | Delete
# Example: 3600
[358] Fix | Delete
# Default: 0
[359] Fix | Delete
#
[360] Fix | Delete
Expires=0
[361] Fix | Delete
[362] Fix | Delete
# For some particular integration needs, you may want to have CGI links to
[363] Fix | Delete
# point to another script than awstats.pl.
[364] Fix | Delete
# Use the name of this script in WrapperScript parameter.
[365] Fix | Delete
# Example: "awstatslauncher.pl"
[366] Fix | Delete
# Default: ""
[367] Fix | Delete
#
[368] Fix | Delete
WrapperScript=""
[369] Fix | Delete
[370] Fix | Delete
[371] Fix | Delete
#-----------------------------------------------------------------------------
[372] Fix | Delete
# OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
[373] Fix | Delete
#-----------------------------------------------------------------------------
[374] Fix | Delete
[375] Fix | Delete
# You can change value for following option to increase AWStats capabilities
[376] Fix | Delete
# (but this reduce AWStats speed).
[377] Fix | Delete
# Possible values: 0, 1 or 2
[378] Fix | Delete
# Default: 1
[379] Fix | Delete
#
[380] Fix | Delete
LevelForRobotsDetection=1 # 0 will increase AWStats speed by 1%.
[381] Fix | Delete
LevelForBrowsersDetection=1 # 0 disables Browsers detection. No speed gain.
[382] Fix | Delete
LevelForOSDetection=1 # 0 disables OS detection. No speed gain.
[383] Fix | Delete
LevelForRefererAnalyze=1 # 0 will increase AWStats speed by 6%.
[384] Fix | Delete
[385] Fix | Delete
[386] Fix | Delete
[387] Fix | Delete
#-----------------------------------------------------------------------------
[388] Fix | Delete
# OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
[389] Fix | Delete
#-----------------------------------------------------------------------------
[390] Fix | Delete
[391] Fix | Delete
[392] Fix | Delete
UseFramesWhenCGI=1
[393] Fix | Delete
# To avoid too large web pages, you can ask AWStats to limit number of rows of
[394] Fix | Delete
# all reported charts to this number when no other limit apply.
[395] Fix | Delete
# Default: 1000
[396] Fix | Delete
#
[397] Fix | Delete
MaxRowsInHTMLOutput=1000
[398] Fix | Delete
[399] Fix | Delete
# Set your primary language.
[400] Fix | Delete
# Possible value:
[401] Fix | Delete
# Bosnian=ba, Chinese (Taiwan)=tw, Chinese (Traditional)=cn, Czech=cz,
[402] Fix | Delete
# Danish=dk, Dutch=nl, English=en, French=fr, German=de, Greek=gr,
[403] Fix | Delete
# Hungarian=hu, Indonesian=id, Italian=it, Japanese=jp, Korean=kr,
[404] Fix | Delete
# Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl,
[405] Fix | Delete
# Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru,
[406] Fix | Delete
# Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua
[407] Fix | Delete
# Default: en
[408] Fix | Delete
#
[409] Fix | Delete
Lang="en"
[410] Fix | Delete
[411] Fix | Delete
# Set the location of language files.
[412] Fix | Delete
# Example: "/opt/awstats/lang"
[413] Fix | Delete
# Default: "./lang" (means lang directory is in same location than awstats.pl)
[414] Fix | Delete
#
[415] Fix | Delete
DirLang="/usr/local/cpanel/3rdparty/share/awstats/lang"
[416] Fix | Delete
[417] Fix | Delete
# You choose here which summary report you want to see in the main page.
[418] Fix | Delete
# Whatever is your setup here, all detailed reports are still available.
[419] Fix | Delete
# So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all
[420] Fix | Delete
# links in menu will still point to detailed views.
[421] Fix | Delete
# Possible values: 1 or 0
[422] Fix | Delete
#
[423] Fix | Delete
ShowHeader=1 # Show AWStats head title and icon
[424] Fix | Delete
ShowMenu=1 # Show menu header with links on detailed reports
[425] Fix | Delete
ShowMonthDayStats=1
[426] Fix | Delete
ShowDaysOfWeekStats=1
[427] Fix | Delete
ShowHoursStats=1
[428] Fix | Delete
ShowDomainsStats=1
[429] Fix | Delete
ShowHostsStats=1
[430] Fix | Delete
ShowAuthenticatedUsers=1
[431] Fix | Delete
ShowRobotsStats=1
[432] Fix | Delete
ShowPagesStats=1
[433] Fix | Delete
ShowCompressionStats=0 # Show report of compression stats when using mod_gzip
[434] Fix | Delete
ShowFileTypesStats=1
[435] Fix | Delete
ShowFileSizesStats=0 # Not yet available
[436] Fix | Delete
ShowBrowsersStats=1
[437] Fix | Delete
ShowOSStats=1
[438] Fix | Delete
ShowOriginStats=1
[439] Fix | Delete
ShowKeyphrasesStats=1
[440] Fix | Delete
ShowKeywordsStats=1 # Not yet available
[441] Fix | Delete
ShowHTTPErrorsStats=1
[442] Fix | Delete
[443] Fix | Delete
# This value can be used to choose maximum number of lines shown for each
[444] Fix | Delete
# particular reporting.
[445] Fix | Delete
#
[446] Fix | Delete
# Stats by domains
[447] Fix | Delete
MaxNbOfDomain = 25
[448] Fix | Delete
# Stats by hosts
[449] Fix | Delete
MaxNbOfHostsShown = 25
[450] Fix | Delete
MinHitHost = 1
[451] Fix | Delete
# Stats by authenticated users
[452] Fix | Delete
MaxNbOfLoginShown = 10
[453] Fix | Delete
MinHitLogin = 1
[454] Fix | Delete
# Stats by robots
[455] Fix | Delete
MaxNbOfRobotShown = 25
[456] Fix | Delete
MinHitRobot = 1
[457] Fix | Delete
# Stats by pages
[458] Fix | Delete
MaxNbOfPageShown = 25
[459] Fix | Delete
MinHitFile = 1
[460] Fix | Delete
# Stats by referers
[461] Fix | Delete
MaxNbOfRefererShown = 25
[462] Fix | Delete
MinHitRefer = 1
[463] Fix | Delete
# Stats for keywords
[464] Fix | Delete
MaxNbOfKeywordsShown = 25
[465] Fix | Delete
MinHitKeyword = 1
[466] Fix | Delete
[467] Fix | Delete
# Choose if you want week to start on sunday or monday
[468] Fix | Delete
# Possible values:
[469] Fix | Delete
# 0 - Week start on sunday
[470] Fix | Delete
# 1 - Week start on monday
[471] Fix | Delete
# Default: 1
[472] Fix | Delete
#
[473] Fix | Delete
FirstDayOfWeek=1
[474] Fix | Delete
[475] Fix | Delete
# This parameter ask your browser to open detailed reports into a different
[476] Fix | Delete
# window than the main page.
[477] Fix | Delete
# Possible values: 1 or 0
[478] Fix | Delete
# Default: 1
[479] Fix | Delete
#
[480] Fix | Delete
DetailedReportsOnNewWindows=1
[481] Fix | Delete
[482] Fix | Delete
# List of visible flags with link to other language translations.
[483] Fix | Delete
# If you don't want any flag link, set ShowFlagLinks to "".
[484] Fix | Delete
# This parameter is used only if ShowHeader is set to 1.
[485] Fix | Delete
# Possible values: "" or "language_codes_separated_by_space"
[486] Fix | Delete
# Default: "en es fr it nl es"
[487] Fix | Delete
#
[488] Fix | Delete
ShowFlagLinks="en fr de it nl es"
[489] Fix | Delete
[490] Fix | Delete
# Each URL shown in stats report views are links you can click.
[491] Fix | Delete
# Possible values: 1 or 0
[492] Fix | Delete
# Default: 1
[493] Fix | Delete
#
[494] Fix | Delete
ShowLinksOnUrl=1
[495] Fix | Delete
[496] Fix | Delete
# Maximum length of URL shown on stats page (number of characters). This
[497] Fix | Delete
# affects only URL visible text, link still work.
[498] Fix | Delete
# Default: 72
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function