Advertisement
henrywask

awstats

Jun 29th, 2021
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.94 KB | None | 0 0
  1. # AWSTATS CONFIGURE FILE 7.3
  2. #-----------------------------------------------------------------------------
  3. # Copy this file into awstats.www.mydomain.conf and edit this new config file
  4. # to setup AWStats (See documentation in docs/ directory).
  5. # The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for
  6. # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
  7. # To include an environment variable in any parameter (AWStats will replace
  8. # it with its value when reading it), follow the example:
  9. # Parameter="__ENVNAME__"
  10. # Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
  11. # the config value in an AWStats running session and can be used like others.
  12. #-----------------------------------------------------------------------------
  13.  
  14.  
  15.  
  16. #-----------------------------------------------------------------------------
  17. # MAIN SETUP SECTION (Required to make AWStats work)
  18. #-----------------------------------------------------------------------------
  19.  
  20. # "LogFile" contains the web, ftp or mail server log file to analyze.
  21. # Possible values: A full path, or a relative path from awstats.pl directory.
  22. # Example: "/var/log/apache/access.log"
  23. # Example: "../logs/mycombinedlog.log"
  24. # You can also use tags in this filename if you need a dynamic file name
  25. # depending on date or time (Replacement is made by AWStats at the beginning
  26. # of its execution). This is available tags :
  27. # %YYYY-n is replaced with 4 digits year we were n hours ago
  28. # %YY-n is replaced with 2 digits year we were n hours ago
  29. # %MM-n is replaced with 2 digits month we were n hours ago
  30. # %MO-n is replaced with 3 letters month we were n hours ago
  31. # %DD-n is replaced with day we were n hours ago
  32. # %HH-n is replaced with hour we were n hours ago
  33. # %NS-n is replaced with number of seconds at 00:00 since 1970
  34. # %WM-n is replaced with the week number in month (1-5)
  35. # %Wm-n is replaced with the week number in month (0-4)
  36. # %WY-n is replaced with the week number in year (01-52)
  37. # %Wy-n is replaced with the week number in year (00-51)
  38. # %DW-n is replaced with the day number in week (1-7, 1=sunday)
  39. # use n=24 if you need (1-7, 1=monday)
  40. # %Dw-n is replaced with the day number in week (0-6, 0=sunday)
  41. # use n=24 if you need (0-6, 0=monday)
  42. # Use 0 for n if you need current year, month, day, hour...
  43. # Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log"
  44. # Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
  45. # You can also use a pipe if log file come from a pipe :
  46. # Example: "gzip -cd /var/log/apache/access.log.gz |"
  47. # If there are several log files from load balancing servers :
  48. # Example: "/pathtotools/logresolvemerge.pl *.log |"
  49. #
  50. LogFile="/var/log/apache2/access.log"
  51. #LogFile="/var/lib/zope3/instance/www.example.com/log/access.log"
  52.  
  53. # Enter the log file type you want to analyze.
  54. # Possible values:
  55. # W - For a web log file
  56. # S - For a streaming log file
  57. # M - For a mail log file
  58. # F - For a ftp log file
  59. # Example: W
  60. # Default: W
  61. #
  62. LogType=W
  63.  
  64.  
  65. # Enter here your log format (Must match your web server config. See setup
  66. # instructions in documentation to know how to configure your web server to
  67. # have the required log format).
  68. # Possible values: 1,2,3,4 or "your_own_personalized_log_format"
  69. # 1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format)
  70. # 2 - IIS or ISA format (IIS W3C log format). See FAQ-COM115 For ISA.
  71. # 3 - Webstar native log format.
  72. # 4 - Apache or Squid native common log format (NCSA common/CLF log format)
  73. # With LogFormat=4, some features (browsers, os, keywords...) can't work.
  74. # "your_own_personalized_log_format" = If your log is ftp, mail or other format,
  75. # you must use following keys to define the log format string (See FAQ for
  76. # ftp, mail or exotic web log format examples):
  77. # %host Client hostname or IP address (or Sender host for mail log)
  78. # %host_r Receiver hostname or IP address (for mail log)
  79. # %lognamequot Authenticated login/user with format: "john"
  80. # %logname Authenticated login/user with format: john
  81. # %time1 Date and time with format: [dd/mon/yyyy:hh:mm:ss +0000] or [dd/mon/yyyy:hh:mm:ss]
  82. # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss
  83. # %time3 Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy
  84. # %time4 Date and time with unix timestamp format: dddddddddd
  85. # %time5 Date and time with format iso: yyyy-mm-ddThh:mm:ss, with optional timezone specification (ignored)
  86. # %methodurl Method and URL with format: "GET /index.html HTTP/x.x"
  87. # %methodurlnoprot Method and URL with format: "GET /index.html"
  88. # %method Method with format: GET
  89. # %url URL only with format: /index.html
  90. # %query Query string (used by URLWithQuery option)
  91. # %code Return code status (with format for web log: 999)
  92. # %bytesd Size of document in bytes
  93. # %refererquot Referer page with format: "http://from.com/from.htm"
  94. # %referer Referer page with format: http://from.com/from.htm
  95. # %uabracket User agent with format: [Mozilla/4.0 (compatible, ...)]
  96. # %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)"
  97. # %ua User agent with format: Mozilla/4.0_(compatible...)
  98. # %gzipin mod_gzip compression input bytes: In:XXX
  99. # %gzipout mod_gzip compression output bytes & ratio: Out:YYY:ZZpct.
  100. # %gzipratio mod_gzip compression ratio: ZZpct.
  101. # %deflateratio mod_deflate compression ratio with format: (ZZ)
  102. # %email EMail sender (for mail log)
  103. # %email_r EMail receiver (for mail log)
  104. # %virtualname Web sever virtual hostname. Use this tag when same log
  105. # contains data of several virtual web servers. AWStats
  106. # will discard records not in SiteDomain nor HostAliases
  107. # %cluster If log file is provided from several computers (merged by
  108. # logresolvemerge.pl), use this to define cluster id field.
  109. # %extraX Another field that you plan to use for building a
  110. # personalized report with ExtraSection feature (See later).
  111. # If your log format has some fields not included in this list, use:
  112. # %other Means another not used field
  113. # %otherquot Means another not used double quoted field
  114. # If your log format has some literal strings, which precede data fields, use
  115. # status=%code Means your log files have HTTP status logged as "status=200"
  116. # Literal strings that follow data field must be separated from said data fields by space.
  117. #
  118. # Examples for Apache combined logs (following two examples are equivalent):
  119. # LogFormat = 1
  120. # LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"
  121. #
  122. # Example for IIS:
  123. # LogFormat = 2
  124. #
  125. LogFormat=1
  126.  
  127.  
  128. # If your log field's separator is not a space, you can change this parameter.
  129. # This parameter is not used if LogFormat is a predefined value (1,2,3,4)
  130. # Backslash can be used as escape character.
  131. # Example: " "
  132. # Example: "\t"
  133. # Example: "\|"
  134. # Example: ","
  135. # Default: " "
  136. #
  137. LogSeparator=" "
  138.  
  139.  
  140. # "SiteDomain" must contain the main domain name, or the main intranet web
  141. # server name, used to reach the web site.
  142. # If you share the same log file for several virtual web servers, this
  143. # parameter is used to tell AWStats to filter record that contains records for
  144. # this virtual host name only (So check that this virtual hostname can be
  145. # found in your log file and use a personalized log format that include the
  146. # %virtualname tag).
  147. # But for multi hosting a better solution is to have one log file for each
  148. # virtual web server. In this case, this parameter is only used to generate
  149. # full URL's links when ShowLinksOnUrl option is set to 1.
  150. # If analyzing mail log, enter here the domain name of mail server.
  151. # Example: "myintranetserver"
  152. # Example: "www.domain.com"
  153. # Example: "ftp.domain.com"
  154. # Example: "domain.com"
  155. #
  156. SiteDomain="example.com"
  157.  
  158.  
  159. # Enter here all other possible domain names, addresses or virtual host
  160. # aliases someone can use to access your site. Try to keep only the minimum
  161. # number of possible names/addresses to have the best performances.
  162. # You can repeat the "SiteDomain" value in this list.
  163. # This parameter is used to analyze referer field in log file and to help
  164. # AWStats to know if a referer URL is a local URL of same site or an URL of
  165. # another site.
  166. # Note: Use space between each value.
  167. # Note: You can use regular expression values writing value with REGEX[value].
  168. # Note: You can also use @/mypath/myfile if list of aliases are in a file.
  169. # Example: "www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$]"
  170. #
  171. HostAliases="localhost 127.0.0.1"
  172.  
  173.  
  174. # If you want to have hosts reported by name instead of ip address, AWStats
  175. # need to make reverse DNS lookups (if not already done in your log file).
  176. # With DNSLookup to 0, all hosts will be reported by their IP addresses and
  177. # not by the full hostname of visitors (except if names are already available
  178. # in log file).
  179. # If you want/need to set DNSLookup to 1, don't forget that this will reduce
  180. # dramatically AWStats update process speed. Do not use on large web sites.
  181. # Note: Reverse DNS lookup is done on IPv4 only (Enable ipv6 plugin for IPv6).
  182. # Note: Result of DNS Lookup can be used to build the Country report. However
  183. # it is highly recommanded to enable the plugin 'geoip' or 'geoipfree' to
  184. # have an accurate Country report with no need of DNS Lookup.
  185. # Possible values:
  186. # 0 - No DNS Lookup
  187. # 1 - DNS Lookup is fully enabled
  188. # 2 - DNS Lookup is made only from static DNS cache file (if it exists)
  189. # Default: 2
  190. #
  191. DNSLookup=1
  192.  
  193.  
  194. # For very large sites, setting DNSLookup to 0 (or 2) might be the only
  195. # reasonable choice. DynamicDNSLookup allows to resolve host names for
  196. # items shown in html tables only, when data is output on reports instead
  197. # of resolving once during log analysis step.
  198. # Possible values:
  199. # 0 - No dynamic DNS lookup
  200. # 1 - Dynamic DNS lookup enabled
  201. # 2 - Dynamic DNS lookup enabled (including static DNS cache file as a second
  202. # source)
  203. # Default: 0
  204. #
  205. DynamicDNSLookup=0
  206.  
  207.  
  208. # When AWStats updates its statistics, it stores results of its analysis in
  209. # files (AWStats database). All those files are written in the directory
  210. # defined by the "DirData" parameter. Set this value to the directory where
  211. # you want AWStats to save its database and working files into.
  212. # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
  213. # feature (see later), you need "Write" permissions by web server user on this
  214. # directory (and "Modify" for Windows NTFS file systems).
  215. # Example: "/var/lib/awstats"
  216. # Example: "../data"
  217. # Example: "C:/awstats_data_dir"
  218. # Default: "." (means same directory as awstats.pl)
  219. #
  220. DirData="/var/lib/awstats"
  221.  
  222.  
  223. # Relative or absolute web URL of your awstats cgi-bin directory.
  224. # This parameter is used only when AWStats is run from command line
  225. # with -output option (to generate links in HTML reported page).
  226. # Example: "/awstats"
  227. # Default: "/cgi-bin" (means awstats.pl is in "/yourwwwroot/cgi-bin")
  228. #
  229. DirCgi="/cgi-bin"
  230.  
  231.  
  232. # Relative or absolute web URL of your awstats icon directory.
  233. # If you build static reports ("... -output > outputpath/output.html"), enter
  234. # path of icon directory relative to the output directory 'outputpath'.
  235. # Example: "/awstatsicons"
  236. # Example: "../icon"
  237. # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
  238. #
  239. DirIcons="/awstats-icon"
  240.  
  241.  
  242. # When this parameter is set to 1, AWStats adds a button on report page to
  243. # allow to "update" statistics from a web browser. Warning, when "update" is
  244. # made from a browser, AWStats is run as a CGI by the web server user defined
  245. # in your web server (user "nobody" by default with Apache, "IUSR_XXX" with
  246. # IIS), so the "DirData" directory and all already existing history files
  247. # awstatsMMYYYY[.xxx].txt must be writable by this user. Change permissions if
  248. # necessary to "Read/Write" (and "Modify" for Windows NTFS file systems).
  249. # Warning: Update process can be long so you might experience "time out"
  250. # browser errors if you don't launch AWStats frequently enough.
  251. # When set to 0, update is only made when AWStats is run from the command
  252. # line interface (or a task scheduler).
  253. # Possible values: 0 or 1
  254. # Default: 0
  255. #
  256. AllowToUpdateStatsFromBrowser=0
  257.  
  258.  
  259. # AWStats saves and sorts its database on a month basis (except if using
  260. # databasebreak option from command line).
  261. # However, if you choose the -month=all from command line or
  262. # value '-Year-' from CGI combo form to have a report for all year, AWStats
  263. # needs to reload all data for full year (each month), and sort them,
  264. # requiring a large amount of time, memory and CPU. This might be a problem
  265. # for web hosting providers that offer AWStats for large sites, on shared
  266. # servers, to non CPU cautious customers.
  267. # For this reason, the 'full year' is only enabled on Command Line by default.
  268. # You can change this by setting this parameter to 0, 1, 2 or 3.
  269. # Possible values:
  270. # 0 - Never allowed
  271. # 1 - Allowed on CLI only, -Year- value in combo is not visible
  272. # 2 - Allowed on CLI only, -Year- value in combo is visible but not allowed
  273. # 3 - Possible on CLI and CGI
  274. # Default: 2
  275. #
  276. AllowFullYearView=2
  277.  
  278.  
  279.  
  280. #-----------------------------------------------------------------------------
  281. # OPTIONAL SETUP SECTION (Not required but enhances AWStats's functionality)
  282. #-----------------------------------------------------------------------------
  283.  
  284. # When the update process runs, AWStats can set a lock file in TEMP or TMP
  285. # directory. This lock is to avoid to have 2 update processes running at the
  286. # same time to prevent unknown conflicts problems and avoid DoS attacks when
  287. # AllowToUpdateStatsFromBrowser is set to 1.
  288. # Because, when you use lock file, you can experience sometimes problems in
  289. # lock file not correctly removed (killed process for example requires that
  290. # you remove the file manualy), this option is not enabled by default (Do
  291. # not enable this option with no console server access).
  292. # Change : Effective immediately
  293. # Possible values: 0 or 1
  294. # Default: 0
  295. #
  296. EnableLockForUpdate=0
  297.  
  298.  
  299. # AWStats can do reverse DNS lookups through a static DNS cache file that was
  300. # previously created manually. If no path is given in static DNS cache file
  301. # name, AWStats will search DirData directory. This file is never changed.
  302. # This option is not used if DNSLookup=0.
  303. # Note: DNS cache file format is 'minsince1970 ipaddress resolved_hostname'
  304. # or just 'ipaddress resolved_hostname'
  305. # Change : Effective for new updates only
  306. # Example: "/mydnscachedir/dnscache"
  307. # Default: "dnscache.txt"
  308. #
  309. DNSStaticCacheFile="dnscache.txt"
  310.  
  311.  
  312. # AWStats can do reverse DNS lookups through a DNS cache file that was created
  313. # by a previous run of AWStats. This file is erased and recreated after each
  314. # statistics update process. You don't need to create and/or edit it.
  315. # AWStats will read and save this file in DirData directory.
  316. # This option is used only if DNSLookup=1.
  317. # Note: If a DNSStaticCacheFile is available, AWStats will check for DNS
  318. # lookup in DNSLastUpdateCacheFile after checking into DNSStaticCacheFile.
  319. # Change : Effective for new updates only
  320. # Example: "/mydnscachedir/dnscachelastupdate"
  321. # Default: "dnscachelastupdate.txt"
  322. #
  323. DNSLastUpdateCacheFile="dnscachelastupdate.txt"
  324.  
  325.  
  326. # You can specify specific IP addresses that should NOT be looked up in DNS.
  327. # This option is used only if DNSLookup=1.
  328. # Note: Use space between each value.
  329. # Note: You can use regular expression values writing value with REGEX[value].
  330. # Change : Effective for new updates only
  331. # Example: "123.123.123.123 REGEX[^192\.168\.]"
  332. # Default: ""
  333. #
  334. SkipDNSLookupFor=""
  335.  
  336.  
  337. # The following two parameters allow you to protect a config file from being
  338. # read by AWStats when called from a browser if the web user has not been
  339. # authenticated. Your AWStats program must be in a web protected "realm" (With
  340. # Apache, you can use .htaccess files to do so. With other web servers, see
  341. # your server setup manual).
  342. # Change : Effective immediately
  343. # Possible values: 0 or 1
  344. # Default: 0
  345. #
  346. AllowAccessFromWebToAuthenticatedUsersOnly=0
  347.  
  348.  
  349. # This parameter gives the list of all authorized authenticated users to view
  350. # statistics for this domain/config file. This parameter is used only if
  351. # AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.
  352. # Change : Effective immediately
  353. # Example: "user1 user2"
  354. # Example: "__REMOTE_USER__"
  355. # Default: ""
  356. #
  357. AllowAccessFromWebToFollowingAuthenticatedUsers=""
  358.  
  359.  
  360. # When this parameter is defined to something, the IP address of the user that
  361. # reads its statistics from a browser (when AWStats is used as a CGI) is
  362. # checked and must match one of the IP address values or ranges.
  363. # Change : Effective immediately
  364. # Example: "127.0.0.1 123.123.123.1-123.123.123.255"
  365. # Default: ""
  366. #
  367. AllowAccessFromWebToFollowingIPAddresses=""
  368.  
  369.  
  370. # If the "DirData" directory (see above) does not exist, AWStats return an
  371. # error. However, you can ask AWStats to create it.
  372. # This option can be used by some Web Hosting Providers that has defined a
  373. # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and
  374. # don't want to have to create a new directory each time they add a new user.
  375. # Change : Effective immediately
  376. # Possible values: 0 or 1
  377. # Default: 0
  378. #
  379. CreateDirDataIfNotExists=0
  380.  
  381.  
  382. # You can choose in which format the Awstats history database is saved.
  383. # Note: Using "xml" format make AWStats building database files three times
  384. # larger than using "text" format.
  385. # Change : Database format is switched after next update
  386. # Possible values: text or xml
  387. # Default: text
  388. #
  389. BuildHistoryFormat=text
  390.  
  391.  
  392. # If you prefer having the report output pages be built as XML compliant pages
  393. # instead of simple HTML pages, you can set this to 'xhtml' (May not work
  394. # properly with old browsers).
  395. # Change : Effective immediately
  396. # Possible values: html or xhtml
  397. # Default: html
  398. #
  399. BuildReportFormat=html
  400.  
  401.  
  402. # AWStats databases can be updated from command line of from a browser (when
  403. # used as a cgi program). So AWStats database files need write permission
  404. # for both command line user and default web server user (nobody for Unix,
  405. # IUSR_xxx for IIS/Windows,...).
  406. # To avoid permission problems between update process (run by an admin user)
  407. # and CGI process (ran by a low level user), AWStats can save its database
  408. # files with read and write permissions for everyone.
  409. # By default, AWStats keeps default user permissions on updated files. If you
  410. # set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1.
  411. # Change : Effective for new updates only
  412. # Possible values: 0 or 1
  413. # Default: 0
  414. #
  415. SaveDatabaseFilesWithPermissionsForEveryone=0
  416.  
  417.  
  418. # AWStats can purge log file, after analyzing it. Note that AWStats is able
  419. # to detect new lines in a log file, to process only them, so you can launch
  420. # AWStats as often as you want, even with this parameter to 0.
  421. # With 0, no purge is made, so you must use a scheduled task or a web server
  422. # that make this purge frequently.
  423. # With 1, the purge of the log file is made each time AWStats update is run.
  424. # This parameter doesn't work with IIS (This web server doesn't let its log
  425. # file to be purged).
  426. # Change : Effective for new updates only
  427. # Possible values: 0 or 1
  428. # Default: 0
  429. #
  430. PurgeLogFile=0
  431.  
  432.  
  433. # When PurgeLogFile is setup to 1, AWStats will clean your log file after
  434. # processing it. You can however keep an archive file of all processed log
  435. # records by setting this parameter (For example if you want to use another
  436. # log analyzer). The archived log file is saved in "DirData" with name
  437. # awstats_archive.configname[.suffix].log
  438. # This parameter is not used if PurgeLogFile=0
  439. # Change : Effective for new updates only
  440. # Possible values: 0, 1, or tags (See LogFile parameter) for suffix
  441. # Example: 1
  442. # Example: %YYYY%MM%DD
  443. # Default: 0
  444. #
  445. ArchiveLogRecords=0
  446.  
  447.  
  448. # Each time you run the update process, AWStats overwrites the 'historic file'
  449. # for the month (awstatsMMYYYY[.*].txt) with the updated one.
  450. # When write errors occurs (IO, disk full,...), this historic file can be
  451. # corrupted and must be deleted. Because this file contains information of all
  452. # past processed log files, you will loose old stats if removed. So you can
  453. # ask AWStats to save last non corrupted file in a .bak file. This file is
  454. # stored in "DirData" directory with other 'historic files'.
  455. # Change : Effective for new updates only
  456. # Possible values: 0 or 1
  457. # Default: 0
  458. #
  459. KeepBackupOfHistoricFiles=0
  460.  
  461.  
  462. # Default index page name for your web server.
  463. # Change : Effective for new updates only
  464. # Example: "index.php index.html default.html"
  465. # Default: "index.php index.html"
  466. #
  467. DefaultFile="index.php index.html"
  468.  
  469.  
  470. # Do not include access from clients that match following criteria.
  471. # If your log file contains IP addresses in host field, you must enter here
  472. # matching IP addresses criteria.
  473. # If DNS lookup is already done in your log file, you must enter here hostname
  474. # criteria, else enter ip address criteria.
  475. # The opposite parameter of "SkipHosts" is "OnlyHosts".
  476. # Note: Use space between each value. This parameter is not case sensitive.
  477. # Note: You can use regular expression values writing value with REGEX[value].
  478. # Change : Effective for new updates only
  479. # Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.]"
  480. # Example: "localhost REGEX[^.*\.localdomain$]"
  481. # Default: ""
  482. #
  483. SkipHosts=""
  484.  
  485.  
  486. # Do not include access from clients with a user agent that match following
  487. # criteria. If you want to exclude a robot, you should update the robots.pm
  488. # file instead of this parameter.
  489. # The opposite parameter of "SkipUserAgents" is "OnlyUserAgents".
  490. # Note: Use space between each value. This parameter is not case sensitive.
  491. # Note: You can use regular expression values writing value with REGEX[value].
  492. # Change : Effective for new updates only
  493. # Example: "konqueror REGEX[ua_test_v\d\.\d]"
  494. # Default: ""
  495. #
  496. SkipUserAgents=""
  497.  
  498.  
  499. # Use SkipFiles to ignore access to URLs that match one of following entries.
  500. # You can enter a list of not important URLs (like framed menus, hidden pages,
  501. # etc...) to exclude them from statistics. You must enter here exact relative
  502. # URL as found in log file, or a matching REGEX value. Check apply on URL with
  503. # all its query paramaters.
  504. # For example, to ignore /badpage.php, just add "/badpage.php". To ignore all
  505. # pages in a particular directory, add "REGEX[^\/directorytoexclude]".
  506. # The opposite parameter of "SkipFiles" is "OnlyFiles".
  507. # Note: Use space between each value. This parameter is or not case sensitive
  508. # depending on URLNotCaseSensitive parameter.
  509. # Note: You can use regular expression values writing value with REGEX[value].
  510. # Change : Effective for new updates only
  511. # Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]"
  512. # Default: ""
  513. #
  514. SkipFiles=""
  515.  
  516.  
  517. # Use SkipReferrersBlackList if you want to exclude records coming from a SPAM
  518. # referrer. Parameter must receive a local file name containing rules applied
  519. # on referrer field. If parameter is empty, no filter is applied.
  520. # An example of such a file is available in lib/blacklist.txt
  521. # Change : Effective for new updates only
  522. # Example: "/mylibpath/blacklist.txt"
  523. # Default: ""
  524. #
  525. # WARNING!! Using this feature make AWStats running very slower (5 times slower
  526. # with black list file provided with AWStats !
  527. #
  528. SkipReferrersBlackList=""
  529.  
  530.  
  531. # Include in stats, only accesses from hosts that match one of following
  532. # entries. For example, if you want AWStats to filter access to keep only
  533. # stats for visits from particular hosts, you can add those host names in
  534. # this parameter.
  535. # If DNS lookup is already done in your log file, you must enter here hostname
  536. # criteria, else enter ip address criteria.
  537. # The opposite parameter of "OnlyHosts" is "SkipHosts".
  538. # Note: Use space between each value. This parameter is not case sensitive.
  539. # Note: You can use regular expression values writing value with REGEX[value].
  540. # Change : Effective for new updates only
  541. # Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.]"
  542. # Default: ""
  543. #
  544. OnlyHosts=""
  545.  
  546.  
  547. # Include in stats, only accesses from user agent that match one of following
  548. # entries. For example, if you want AWStats to filter access to keep only
  549. # stats for visits from particular browsers, you can add their user agents
  550. # string in this parameter.
  551. # The opposite parameter of "OnlyUserAgents" is "SkipUserAgents".
  552. # Note: Use space between each value. This parameter is not case sensitive.
  553. # Note: You can use regular expression values writing value with REGEX[value].
  554. # Change : Effective for new updates only
  555. # Example: "msie"
  556. # Default: ""
  557. #
  558. OnlyUserAgents=""
  559.  
  560.  
  561. # Include in stats, only accesses from authenticated users that match one of
  562. # following entries. For example, if you want AWStats to filter access to keep
  563. # only stats for authenticated users, you can add those users names in
  564. # this parameter. Useful for statistics for per user ftp logs.
  565. # Note: Use space between each value. This parameter is not case sensitive.
  566. # Note: You can use regular expression values writing value with REGEX[value].
  567. # Change : Effective for new updates only
  568. # Example: "john bob REGEX[^testusers]"
  569. # Default: ""
  570. #
  571. OnlyUsers=""
  572.  
  573.  
  574. # Include in stats, only accesses to URLs that match one of following entries.
  575. # For example, if you want AWStats to filter access to keep only stats that
  576. # match a particular string, like a particular directory, you can add this
  577. # directory name in this parameter.
  578. # The opposite parameter of "OnlyFiles" is "SkipFiles".
  579. # Note: Use space between each value. This parameter is or not case sensitive
  580. # depending on URLNotCaseSensitive parameter.
  581. # Note: You can use regular expression values writing value with REGEX[value].
  582. # Change : Effective for new updates only
  583. # Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
  584. # Default: ""
  585. #
  586. OnlyFiles=""
  587.  
  588.  
  589. # Add here a list of kind of url (file extension) that must be counted as
  590. # "Hit only" and not as a "Hit" and "Page/Download". You can set here all
  591. # image extensions as they are hit downloaded that must be counted but they
  592. # are not viewed pages. URLs with such extensions are not included in the TOP
  593. # Pages/URL report.
  594. # Note: If you want to exclude particular URLs from stats (No Pages and no
  595. # Hits reported), you must use SkipFiles parameter.
  596. # Change : Effective for new updates only
  597. # Example: "css js class gif jpg jpeg png bmp ico rss xml swf zip arj rar gz z bz2 wav mp3 wma mpg avi"
  598. # Example: ""
  599. # Default: "css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
  600. #
  601. NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
  602.  
  603.  
  604. # By default, AWStats considers that records found in web log file are
  605. # successful hits if HTTP code returned by server is a valid HTTP code (200
  606. # and 304). Any other code are reported in HTTP status chart.
  607. # Note that HTTP 'control codes', like redirection (302, 305) are not added by
  608. # default in this list as they are not pages seen by a visitor but are
  609. # protocol exchange codes to tell the browser to ask another page. Because
  610. # this other page will be counted and seen with a 200 or 304 code, if you
  611. # add such codes, you will have 2 pages viewed reported for only one in facts.
  612. # Change : Effective for new updates only
  613. # Example: "200 304 302 305"
  614. # Default: "200 304"
  615. #
  616. ValidHTTPCodes="200 304"
  617.  
  618.  
  619. # By default, AWStats considers that records found in mail log file are
  620. # successful mail transfers if field that represent return code in analyzed
  621. # log file match values defined by this parameter.
  622. # Change : Effective for new updates only
  623. # Example: "1 250 200"
  624. # Default: "1 250"
  625. #
  626. ValidSMTPCodes="1 250"
  627.  
  628.  
  629. # By default, AWStats only records info on 404 'Document Not Found' errors.
  630. # At the cost of additional processing time, further info pages can be made
  631. # available by adding codes below.
  632. # Change : Effective for new updates only
  633. # Example: "403 404"
  634. # Default: "404"
  635. #
  636. TrapInfosForHTTPErrorCodes = "400 403 404"
  637.  
  638.  
  639. # Some web servers on some Operating systems (IIS-Windows) consider that a
  640. # login with same value but different case are the same login. To tell AWStats
  641. # to also consider them as one, set this parameter to 1.
  642. # Change : Effective for new updates only
  643. # Possible values: 0 or 1
  644. # Default: 0
  645. #
  646. AuthenticatedUsersNotCaseSensitive=0
  647.  
  648.  
  649. # Some web servers on some Operating systems (IIS-Windows) considers that two
  650. # URLs with same value but different case are the same URL. To tell AWStats to
  651. # also considers them as one, set this parameter to 1.
  652. # Change : Effective for new updates only
  653. # Possible values: 0 or 1
  654. # Default: 0
  655. #
  656. URLNotCaseSensitive=0
  657.  
  658.  
  659. # Keep or remove the anchor string you can find in some URLs.
  660. # Change : Effective for new updates only
  661. # Possible values: 0 or 1
  662. # Default: 0
  663. #
  664. URLWithAnchor=0
  665.  
  666.  
  667. # In URL links, "?" char is used to add parameter's list in URLs. Syntax is:
  668. # /mypage.html?param1=value1&param2=value2
  669. # However, some servers/sites use also other chars to isolate dynamic part of
  670. # their URLs. You can complete this list with all such characters.
  671. # Change : Effective for new updates only
  672. # Example: "?;,"
  673. # Default: "?;"
  674. #
  675. URLQuerySeparators="?;"
  676.  
  677.  
  678. # Keep or remove the query string to the URL in the statistics for individual
  679. # pages. This is primarily used to differentiate between the URLs of dynamic
  680. # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two
  681. # different pages.
  682. # Warning, when set to 1, memory required to run AWStats is dramatically
  683. # increased if you have a lot of changing URLs (for example URLs with a random
  684. # id inside). Such web sites should not set this option to 1 or use seriously
  685. # the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually
  686. # URLWithQueryWithoutFollowingParameters).
  687. # Change : Effective for new updates only
  688. # Possible values:
  689. # 0 - URLs are cleaned from the query string (ie: "/mypage.html")
  690. # 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y")
  691. # Default: 0
  692. #
  693. URLWithQuery=0
  694.  
  695.  
  696. # When URLWithQuery is on, you will get the full URL with all parameters in
  697. # URL reports. But among thoose parameters, sometimes you don't need a
  698. # particular parameter because it does not identify the page or because it's
  699. # a random ID changing for each access even if URL points to same page. In
  700. # such cases, it is higly recommanded to ask AWStats to keep only parameters
  701. # you need (if you know them) before counting, manipulating and storing URL.
  702. # Enter here list of wanted parameters. For example, with "param", one hit on
  703. # /mypage.cgi?param=abc&id=Yo4UomP9d and /mypage.cgi?param=abc&id=Mu8fdxl3r
  704. # will be reported as 2 hits on /mypage.cgi?param=abc
  705. # This parameter is not used when URLWithQuery is 0 and can't be used with
  706. # URLWithQueryWithoutFollowingParameters.
  707. # Change : Effective for new updates only
  708. # Example: "param"
  709. # Default: ""
  710. #
  711. URLWithQueryWithOnlyFollowingParameters=""
  712.  
  713.  
  714. # When URLWithQuery is on, you will get the full URL with all parameters in
  715. # URL reports. But among thoose parameters, sometimes you don't need a
  716. # particular parameter because it does not identify the page or because it's
  717. # a random ID changing for each access even if URL points to same page. In
  718. # such cases, it is higly recommanded to ask AWStats to remove such parameters
  719. # from the URL before counting, manipulating and storing URL. Enter here list
  720. # of all non wanted parameters. For example if you enter "id", one hit on
  721. # /mypage.cgi?param=abc&id=Yo4UomP9d and /mypage.cgi?param=abc&id=Mu8fdxl3r
  722. # will be reported as 2 hits on /mypage.cgi?param=abc
  723. # This parameter is not used when URLWithQuery is 0 and can't be used with
  724. # URLWithQueryWithOnlyFollowingParameters.
  725. # Change : Effective for new updates only
  726. # Example: "PHPSESSID jsessionid"
  727. # Default: ""
  728. #
  729. URLWithQueryWithoutFollowingParameters=""
  730.  
  731.  
  732. # Keep or remove the query string to the referrer URL in the statistics for
  733. # external referrer pages. This is used to differentiate between the URLs of
  734. # dynamic referrer pages. If set to 1, mypage.html?id=x and mypage.html?id=y
  735. # are counted as two different referrer pages.
  736. # Change : Effective for new updates only
  737. # Possible values:
  738. # 0 - Referrer URLs are cleaned from the query string (ie: "/mypage.html")
  739. # 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y")
  740. # Default: 0
  741. #
  742. URLReferrerWithQuery=0
  743.  
  744.  
  745. # AWStats can detect setup problems or show you important informations to have
  746. # a better use. Keep this to 1, except if AWStats says you can change it.
  747. # Change : Effective immediately
  748. # Possible values: 0 or 1
  749. # Default: 1
  750. #
  751. WarningMessages=1
  752.  
  753.  
  754. # When an error occurs, AWStats outputs a message related to errors. If you
  755. # want (in most cases for security reasons) to have no error messages, you
  756. # can set this parameter to your personalized generic message.
  757. # Change : Effective immediately
  758. # Example: "An error occurred. Contact your Administrator"
  759. # Default: ""
  760. #
  761. ErrorMessages=""
  762.  
  763.  
  764. # AWStat can be run with debug=x parameter to output various informations
  765. # to help in debugging or solving troubles. If you want to allow this (not
  766. # enabled by default for security reasons), set this parameter to 0.
  767. # Change : Effective immediately
  768. # Possible values: 0 or 1
  769. # Default: 0
  770. #
  771. DebugMessages=0
  772.  
  773.  
  774. # To help you to detect if your log format is good, AWStats reports an error
  775. # if all the first NbOfLinesForCorruptedLog lines have a format that does not
  776. # match the LogFormat parameter.
  777. # However, some worm virus attack on your web server can result in a very high
  778. # number of corrupted lines in your log. So if you experience awstats stop
  779. # because of bad virus records at the beginning of your log file, you can
  780. # increase this parameter (very rare).
  781. # Change : Effective for new updates only
  782. # Default: 50
  783. #
  784. NbOfLinesForCorruptedLog=50
  785.  
  786.  
  787. # For some particular integration needs, you may want to have CGI links to
  788. # point to another script than awstats.pl.
  789. # Use the name of this script in WrapperScript parameter.
  790. # Change : Effective immediately
  791. # Example: "awstatslauncher.pl"
  792. # Example: "awstatswrapper.cgi?key=123"
  793. # Default: ""
  794. #
  795. WrapperScript=""
  796.  
  797.  
  798. # DecodeUA must be set to 1 if you use Roxen web server. This server converts
  799. # all spaces in user agent field into %20. This make the AWStats robots, OS
  800. # and browsers detection fail in some cases. Just change it to 1 if and only
  801. # if your web server is Roxen.
  802. # Change : Effective for new updates only
  803. # Possible values: 0 or 1
  804. # Default: 0
  805. #
  806. DecodeUA=0
  807.  
  808.  
  809. # MiscTrackerUrl can be used to make AWStats able to detect some miscellaneous
  810. # things, that can not be tracked on other way, like:
  811. # - Javascript disabled
  812. # - Java enabled
  813. # - Screen size
  814. # - Color depth
  815. # - Macromedia Director plugin
  816. # - Macromedia Shockwave plugin
  817. # - Realplayer G2 plugin
  818. # - QuickTime plugin
  819. # - Mediaplayer plugin
  820. # - Acrobat PDF plugin
  821. # To enable all these features, you must copy the awstats_misc_tracker.js file
  822. # into a /js/ directory stored in your web document root and add the following
  823. # HTML code at the end of your index page (but before </BODY>) :
  824. #
  825. # <script type="text/javascript" src="/js/awstats_misc_tracker.js"></script>
  826. # <noscript><img src="/js/awstats_misc_tracker.js?nojs=y" height=0 width=0 border=0 style="display: none"></noscript>
  827. #
  828. # If code is not added in index page, all those detection capabilities will be
  829. # disabled. You must also check that ShowScreenSizeStats and ShowMiscStats
  830. # parameters are set to 1 to make results appear in AWStats report page.
  831. # If you want to use another directory than /js/, you must also change the
  832. # awstatsmisctrackerurl variable into the awstats_misc_tracker.js file.
  833. # Change : Effective for new updates only.
  834. # Possible value: URL of javascript tracker file added in your HTML code.
  835. # Default: "/js/awstats_misc_tracker.js"
  836. #
  837. MiscTrackerUrl="/js/awstats_misc_tracker.js"
  838.  
  839.  
  840. # AddLinkToExternalCGIWrapper can be used to add a link to a wrapper script
  841. # into each title of Dolibarr reports. This can be used to add a wrapper
  842. # to download data into a CSV file for example.
  843. #
  844. # AddLinkToExternalCGIWrapper="/awstats/awdownloadcsv.pl"
  845.  
  846.  
  847.  
  848. #-----------------------------------------------------------------------------
  849. # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
  850. #-----------------------------------------------------------------------------
  851.  
  852. # The following values allow you to define accuracy of AWStats entities
  853. # (robots, browsers, os, referers, file types) detection.
  854. # It might be a good idea for large web sites or ISP that provides AWStats to
  855. # high number of customers, to set this parameter to 1 (or 0), instead of 2.
  856. # Possible values:
  857. # 0 = No detection,
  858. # 1 = Medium/Standard detection
  859. # 2 = Full detection
  860. # Change : Effective for new updates only
  861. # Note : LevelForBrowsersDetection can also accept value "allphones". This
  862. # enable detailed detection of phone/pda browsers.
  863. # Default: 2 (0 for LevelForWormsDetection)
  864. #
  865. LevelForBrowsersDetection=2 # 0 disables Browsers detection.
  866. # 2 reduces AWStats speed by 2%
  867. # allphones reduces AWStats speed by 5%
  868. LevelForOSDetection=2 # 0 disables OS detection.
  869. # 2 reduces AWStats speed by 3%
  870. LevelForRefererAnalyze=2 # 0 disables Origin detection.
  871. # 2 reduces AWStats speed by 14%
  872. LevelForRobotsDetection=2 # 0 disables Robots detection.
  873. # 2 reduces AWStats speed by 2.5%
  874. LevelForSearchEnginesDetection=2 # 0 disables Search engines detection.
  875. # 2 reduces AWStats speed by 9%
  876. LevelForKeywordsDetection=2 # 0 disables Keyphrases/Keywords detection.
  877. # 2 reduces AWStats speed by 1%
  878. LevelForFileTypesDetection=2 # 0 disables File types detection.
  879. # 2 reduces AWStats speed by 1%
  880. LevelForWormsDetection=0 # 0 disables Worms detection.
  881. # 2 reduces AWStats speed by 15%
  882.  
  883.  
  884.  
  885. #-----------------------------------------------------------------------------
  886. # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
  887. #-----------------------------------------------------------------------------
  888.  
  889. # When you use AWStats as a CGI, you can have the reports shown in HTML frames.
  890. # Frames are only available for report viewed dynamically. When you build
  891. # pages from command line, this option is not used and no frames are built.
  892. # Possible values: 0 or 1
  893. # Default: 1
  894. #
  895. UseFramesWhenCGI=1
  896.  
  897.  
  898. # This parameter asks your browser to open detailed reports into a different
  899. # window than the main page.
  900. # Possible values:
  901. # 0 - Open all in same browser window
  902. # 1 - Open detailed reports in another window except if using frames
  903. # 2 - Open always in a different window even if reports are framed
  904. # Default: 1
  905. #
  906. DetailedReportsOnNewWindows=1
  907.  
  908.  
  909. # You can add, in the HTML report page, a cache lifetime (in seconds) that
  910. # will be returned to the browser in HTTP header answer by server.
  911. # This parameter is not used when reports are built with -staticlinks option.
  912. # Example: 3600
  913. # Default: 0
  914. #
  915. Expires=0
  916.  
  917.  
  918. # To avoid too large web pages, you can ask AWStats to limit number of rows of
  919. # all reported charts to this number when no other limits apply.
  920. # Default: 10000
  921. #
  922. MaxRowsInHTMLOutput=10000
  923.  
  924.  
  925. # Set your primary language (ISO-639-1 language codes).
  926. # Possible values:
  927. # Albanian=al, Bosnian=ba, Bulgarian=bg, Catalan=ca,
  928. # Chinese (Taiwan)=tw, Chinese (Simpliefied)=cn, Croatian=hr, Czech=cz,
  929. # Danish=dk, Dutch=nl, English=en, Estonian=et, Euskara=eu, Finnish=fi,
  930. # French=fr, Galician=gl, German=de, Greek=gr, Hebrew=he, Hungarian=hu,
  931. # Icelandic=is, Indonesian=id, Italian=it, Japanese=jp, Korean=ko,
  932. # Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl,
  933. # Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru,
  934. # Serbian=sr, Slovak=sk, Slovenian=si, Spanish=es, Swedish=se, Turkish=tr,
  935. # Ukrainian=ua, Welsh=cy.
  936. # First available language accepted by browser=auto
  937. # Default: "auto"
  938. #
  939. Lang="auto"
  940.  
  941.  
  942. # Set the location of language files.
  943. # Example: "/usr/share/awstats/lang"
  944. # Default: "./lang" (means lang directory is in same location than awstats.pl)
  945. #
  946. DirLang="/usr/share/awstats/lang"
  947.  
  948.  
  949. # Show menu header with reports' links
  950. # Possible values: 0 or 1
  951. # Default: 1
  952. #
  953. ShowMenu=1
  954.  
  955.  
  956. # You choose here which reports you want to see in the main page and what you
  957. # want to see in those reports.
  958. # Possible values:
  959. # 0 - Report is not shown at all
  960. # 1 - Report is shown in main page with an entry in menu and default columns
  961. # XYZ - Report shows column informations defined by code X,Y,Z...
  962. # X,Y,Z... are code letters among the following:
  963. # U = Unique visitors
  964. # V = Visits
  965. # P = Number of pages
  966. # H = Number of hits (or mails)
  967. # B = Bandwidth (or total mail size for mail logs)
  968. # L = Last access date
  969. # E = Entry pages
  970. # X = Exit pages
  971. # C = Web compression (mod_gzip,mod_deflate)
  972. # M = Average mail size (mail logs)
  973. #
  974.  
  975. # Show monthly summary
  976. # Context: Web, Streaming, Mail, Ftp
  977. # Default: UVPHB, Possible column codes: UVPHB
  978. ShowSummary=UVPHB
  979.  
  980. # Show monthly chart
  981. # Context: Web, Streaming, Mail, Ftp
  982. # Default: UVPHB, Possible column codes: UVPHB
  983. ShowMonthStats=UVPHB
  984.  
  985. # Show days of month chart
  986. # Context: Web, Streaming, Mail, Ftp
  987. # Default: VPHB, Possible column codes: VPHB
  988. ShowDaysOfMonthStats=VPHB
  989.  
  990. # Show days of week chart
  991. # Context: Web, Streaming, Mail, Ftp
  992. # Default: PHB, Possible column codes: PHB
  993. ShowDaysOfWeekStats=PHB
  994.  
  995. # Show hourly chart
  996. # Context: Web, Streaming, Mail, Ftp
  997. # Default: PHB, Possible column codes: PHB
  998. ShowHoursStats=PHB
  999.  
  1000. # Show domains/country chart
  1001. # Context: Web, Streaming, Mail, Ftp
  1002. # Default: PHB, Possible column codes: UVPHB
  1003. ShowDomainsStats=PHB
  1004.  
  1005. # Show hosts chart
  1006. # Context: Web, Streaming, Mail, Ftp
  1007. # Default: PHBL, Possible column codes: PHBL
  1008. ShowHostsStats=PHBL
  1009.  
  1010. # Show authenticated users chart
  1011. # Context: Web, Streaming, Ftp
  1012. # Default: 0, Possible column codes: PHBL
  1013. ShowAuthenticatedUsers=0
  1014.  
  1015. # Show robots chart
  1016. # Context: Web, Streaming
  1017. # Default: HBL, Possible column codes: HBL
  1018. ShowRobotsStats=HBL
  1019.  
  1020. # Show worms chart
  1021. # Context: Web, Streaming
  1022. # Default: 0 (If set to other than 0, see also LevelForWormsDetection), Possible column codes: HBL
  1023. ShowWormsStats=0
  1024.  
  1025. # Show email senders chart (For use when analyzing mail log files)
  1026. # Context: Mail
  1027. # Default: 0, Possible column codes: HBML
  1028. ShowEMailSenders=0
  1029.  
  1030. # Show email receivers chart (For use when analyzing mail log files)
  1031. # Context: Mail
  1032. # Default: 0, Possible column codes: HBML
  1033. ShowEMailReceivers=0
  1034.  
  1035. # Show session chart
  1036. # Context: Web, Streaming, Ftp
  1037. # Default: 1, Possible column codes: None
  1038. ShowSessionsStats=1
  1039.  
  1040. # Show pages-url chart.
  1041. # Context: Web, Streaming, Ftp
  1042. # Default: PBEX, Possible column codes: PBEX
  1043. ShowPagesStats=PBEX
  1044.  
  1045. # Show file types chart.
  1046. # Context: Web, Streaming, Ftp
  1047. # Default: HB, Possible column codes: HBC
  1048. ShowFileTypesStats=HB
  1049.  
  1050. # Show file size chart (Not yet available)
  1051. # Context: Web, Streaming, Mail, Ftp
  1052. # Default: 1, Possible column codes: None
  1053. ShowFileSizesStats=0
  1054.  
  1055. # Show downloads chart.
  1056. # Context: Web, Streaming, Ftp
  1057. # Default: HB, Possible column codes: HB
  1058. ShowDownloadsStats=HB
  1059.  
  1060. # Show operating systems chart
  1061. # Context: Web, Streaming, Ftp
  1062. # Default: 1, Possible column codes: None
  1063. ShowOSStats=1
  1064.  
  1065. # Show browsers chart
  1066. # Context: Web, Streaming
  1067. # Default: 1, Possible column codes: None
  1068. ShowBrowsersStats=1
  1069.  
  1070. # Show screen size chart
  1071. # Context: Web, Streaming
  1072. # Default: 0 (If set to 1, see also MiscTrackerUrl), Possible column codes: None
  1073. ShowScreenSizeStats=0
  1074.  
  1075. # Show origin chart
  1076. # Context: Web, Streaming
  1077. # Default: PH, Possible column codes: PH
  1078. ShowOriginStats=PH
  1079.  
  1080. # Show keyphrases chart
  1081. # Context: Web, Streaming
  1082. # Default: 1, Possible column codes: None
  1083. ShowKeyphrasesStats=1
  1084.  
  1085. # Show keywords chart
  1086. # Context: Web, Streaming
  1087. # Default: 1, Possible column codes: None
  1088. ShowKeywordsStats=1
  1089.  
  1090. # Show misc chart
  1091. # Context: Web, Streaming
  1092. # Default: a (See also MiscTrackerUrl parameter), Possible column codes: anjdfrqwp
  1093. ShowMiscStats=a
  1094.  
  1095. # Show http errors chart
  1096. # Context: Web, Streaming
  1097. # Default: 1, Possible column codes: None
  1098. ShowHTTPErrorsStats=1
  1099.  
  1100. # Show http error page details
  1101. # Context: Web, Streaming
  1102. # Default: R, Possible column codes: RH
  1103. ShowHTTPErrorsPageDetail=R
  1104.  
  1105. # Show smtp errors chart (For use when analyzing mail log files)
  1106. # Context: Mail
  1107. # Default: 0, Possible column codes: None
  1108. ShowSMTPErrorsStats=0
  1109.  
  1110. # Show the cluster report (Your LogFormat must contains the %cluster tag)
  1111. # Context: Web, Streaming, Ftp
  1112. # Default: 0, Possible column codes: PHB
  1113. ShowClusterStats=0
  1114.  
  1115.  
  1116. # Some graphical reports are followed by the data array of values.
  1117. # If you don't want this array (to reduce the report size for example), you
  1118. # can set thoose options to 0.
  1119. # Possible values: 0 or 1
  1120. # Default: 1
  1121. #
  1122. # Data array values for the ShowMonthStats report
  1123. AddDataArrayMonthStats=1
  1124. # Data array values for the ShowDaysOfMonthStats report
  1125. AddDataArrayShowDaysOfMonthStats=1
  1126. # Data array values for the ShowDaysOfWeekStats report
  1127. AddDataArrayShowDaysOfWeekStats=1
  1128. # Data array values for the ShowHoursStats report
  1129. AddDataArrayShowHoursStats=1
  1130.  
  1131.  
  1132. # In the Origin chart, you have stats on where your hits came from. You can
  1133. # include hits on pages that come from pages of same sites in this chart.
  1134. # Possible values: 0 or 1
  1135. # Default: 0
  1136. #
  1137. IncludeInternalLinksInOriginSection=0
  1138.  
  1139.  
  1140. # The following parameters can be used to choose the maximum number of lines
  1141. # shown for the particular following reports.
  1142. #
  1143. # Stats by countries/domains
  1144. MaxNbOfDomain = 10
  1145. MinHitDomain = 1
  1146. # Stats by hosts
  1147. MaxNbOfHostsShown = 10
  1148. MinHitHost = 1
  1149. # Stats by authenticated users
  1150. MaxNbOfLoginShown = 10
  1151. MinHitLogin = 1
  1152. # Stats by robots
  1153. MaxNbOfRobotShown = 10
  1154. MinHitRobot = 1
  1155. # Stats for Downloads
  1156. MaxNbOfDownloadsShown = 10
  1157. MinHitDownloads = 1
  1158. # Stats by pages
  1159. MaxNbOfPageShown = 10
  1160. MinHitFile = 1
  1161. # Stats by OS
  1162. MaxNbOfOsShown = 10
  1163. MinHitOs = 1
  1164. # Stats by browsers
  1165. MaxNbOfBrowsersShown = 10
  1166. MinHitBrowser = 1
  1167. # Stats by screen size
  1168. MaxNbOfScreenSizesShown = 5
  1169. MinHitScreenSize = 1
  1170. # Stats by window size (following 2 parameters are not yet used)
  1171. MaxNbOfWindowSizesShown = 5
  1172. MinHitWindowSize = 1
  1173. # Stats by referers
  1174. MaxNbOfRefererShown = 10
  1175. MinHitRefer = 1
  1176. # Stats for keyphrases
  1177. MaxNbOfKeyphrasesShown = 10
  1178. MinHitKeyphrase = 1
  1179. # Stats for keywords
  1180. MaxNbOfKeywordsShown = 10
  1181. MinHitKeyword = 1
  1182. # Stats for sender or receiver emails
  1183. MaxNbOfEMailsShown = 20
  1184. MinHitEMail = 1
  1185.  
  1186.  
  1187. # Choose if you want the week report to start on sunday or monday
  1188. # Possible values:
  1189. # 0 - Week starts on sunday
  1190. # 1 - Week starts on monday
  1191. # Default: 1
  1192. #
  1193. FirstDayOfWeek=1
  1194.  
  1195.  
  1196. # List of visible flags that link to other language translations.
  1197. # See Lang parameter for list of allowed flag/language codes.
  1198. # If you don't want any flag link, set ShowFlagLinks to "".
  1199. # This parameter is used only if ShowMenu parameter is set to 1.
  1200. # Possible values: "" or "language_codes_separated_by_space"
  1201. # Example: "en es fr nl de"
  1202. # Default: ""
  1203. #
  1204. ShowFlagLinks=""
  1205.  
  1206.  
  1207. # Each URL, shown in stats report views, are links you can click.
  1208. # Possible values: 0 or 1
  1209. # Default: 1
  1210. #
  1211. ShowLinksOnUrl=1
  1212.  
  1213.  
  1214. # When AWStats builds HTML links in its report pages, it starts those links
  1215. # with "http://". However some links might be HTTPS links, so you can enter
  1216. # here the root of all your HTTPS links. If all your site is a SSL web site,
  1217. # just enter "/".
  1218. # This parameter is not used if ShowLinksOnUrl is 0.
  1219. # Example: "/shopping"
  1220. # Example: "/"
  1221. # Default: ""
  1222. #
  1223. UseHTTPSLinkForUrl=""
  1224.  
  1225.  
  1226. # Maximum length of URL part shown on stats page (number of characters).
  1227. # This affects only URL visible text, links still work.
  1228. # Default: 64
  1229. #
  1230. MaxLengthOfShownURL=64
  1231.  
  1232.  
  1233. # You can enter HTML code that will be added at the top of AWStats reports.
  1234. # Default: ""
  1235. #
  1236. HTMLHeadSection=""
  1237.  
  1238.  
  1239. # You can enter HTML code that will be added at the end of AWStats reports.
  1240. # Great to add advert ban.
  1241. # Default: ""
  1242. #
  1243. HTMLEndSection=""
  1244.  
  1245.  
  1246. # By default AWStats page contains meta tag robots=noindex,nofollow
  1247. # If you want to have your statistics to be indexed, set this option to 1.
  1248. # Default: 0
  1249. #
  1250. MetaRobot=0
  1251.  
  1252.  
  1253. # You can set Logo and LogoLink to use your own logo.
  1254. # Logo must be the name of image file (must be in $DirIcons/other directory).
  1255. # LogoLink is the expected URL when clicking on Logo.
  1256. # Default: "awstats_logo6.png"
  1257. #
  1258. Logo="awstats_logo6.png"
  1259. LogoLink="http://www.awstats.org"
  1260.  
  1261.  
  1262. # Value of maximum bar width/height for horizontal/vertical HTML graphics bars.
  1263. # Default: 260/90
  1264. #
  1265. BarWidth = 260
  1266. BarHeight = 90
  1267.  
  1268.  
  1269. # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to
  1270. # change its look. To create a style sheet, you can use samples provided with
  1271. # AWStats in wwwroot/css directory.
  1272. # Example: "/awstatscss/awstats_bw.css"
  1273. # Example: "/css/awstats_bw.css"
  1274. # Default: ""
  1275. #
  1276. StyleSheet=""
  1277.  
  1278.  
  1279. # Those color parameters can be used (if StyleSheet parameter is not used)
  1280. # to change AWStats look.
  1281. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex
  1282. #
  1283. color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF")
  1284. color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD")
  1285. color_TableTitle="000000" # Table title font color (Default = "000000")
  1286. color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD")
  1287. color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF")
  1288. color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC")
  1289. color_TableBorder="ECECEC" # Table border color (Default = "ECECEC")
  1290. color_text="000000" # Color of text (Default = "000000")
  1291. color_textpercent="606060" # Color of text for percent values (Default = "606060")
  1292. color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000")
  1293. color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA")
  1294. color_link="0011BB" # Color of HTML links (Default = "0011BB")
  1295. color_hover="605040" # Color of HTML on-mouseover links (Default = "605040")
  1296. color_u="FFAA66" # Background color for number of unique visitors (Default = "FFAA66")
  1297. color_v="F4F090" # Background color for number of visites (Default = "F4F090")
  1298. color_p="4477DD" # Background color for number of pages (Default = "4477DD")
  1299. color_h="66DDEE" # Background color for number of hits (Default = "66DDEE")
  1300. color_k="2EA495" # Background color for number of bytes (Default = "2EA495")
  1301. color_s="8888DD" # Background color for number of search (Default = "8888DD")
  1302. color_e="CEC2E8" # Background color for number of entry pages (Default = "CEC2E8")
  1303. color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2E2")
  1304.  
  1305.  
  1306.  
  1307. #-----------------------------------------------------------------------------
  1308. # PLUGINS
  1309. #-----------------------------------------------------------------------------
  1310.  
  1311. # Add here all plugin files you want to load.
  1312. # Plugin files must be .pm files stored in 'plugins' directory.
  1313. # Uncomment LoadPlugin lines to enable a plugin after checking that perl
  1314. # modules required by the plugin are installed.
  1315.  
  1316. # PLUGIN: Tooltips
  1317. # REQUIRED MODULES: None
  1318. # PARAMETERS: None
  1319. # DESCRIPTION: Add tooltips pop-up help boxes to HTML report pages.
  1320. # NOTE: This will increased HTML report pages size, thus server load and bandwidth.
  1321. #
  1322. #LoadPlugin="tooltips"
  1323.  
  1324. # PLUGIN: DecodeUTFKeys
  1325. # REQUIRED MODULES: Encode and URI::Escape
  1326. # PARAMETERS: None
  1327. # DESCRIPTION: Allow AWStats to show correctly (in language charset)
  1328. # keywords/keyphrases strings even if they were UTF8 coded by the
  1329. # referer search engine.
  1330. #
  1331. #LoadPlugin="decodeutfkeys"
  1332.  
  1333. # PLUGIN: IPv6
  1334. # PARAMETERS: None
  1335. # REQUIRED MODULES: Net::IP and Net::DNS
  1336. # DESCRIPTION: This plugin gives AWStats capability to make reverse DNS
  1337. # lookup on IPv6 addresses.
  1338. #
  1339. LoadPlugin="ipv6"
  1340.  
  1341. # PLUGIN: HashFiles
  1342. # REQUIRED MODULES: Storable
  1343. # PARAMETERS: None
  1344. # DESCRIPTION: AWStats DNS cache files are read/saved as native hash files.
  1345. # This increases DNS cache files loading speed, above all for very large web sites.
  1346. #
  1347. LoadPlugin="hashfiles"
  1348.  
  1349.  
  1350. # PLUGIN: UserInfo
  1351. # REQUIRED MODULES: None
  1352. # PARAMETERS: None
  1353. # DESCRIPTION: Add a text (Firtname, Lastname, Office Department, ...) in
  1354. # authenticated user reports for each login value.
  1355. # A text file called userinfo.myconfig.txt, with two fields (first is login,
  1356. # second is text to show, separated by a tab char) must be created in DirData
  1357. # directory.
  1358. #
  1359. #LoadPlugin="userinfo"
  1360.  
  1361. # PLUGIN: HostInfo
  1362. # REQUIRED MODULES: Net::XWhois
  1363. # PARAMETERS: None
  1364. # DESCRIPTION: Add a column into host chart with a link to open a popup window that shows
  1365. # info on host (like whois records).
  1366. #
  1367. #LoadPlugin="hostinfo"
  1368.  
  1369. # PLUGIN: ClusterInfo
  1370. # REQUIRED MODULES: None
  1371. # PARAMETERS: None
  1372. # DESCRIPTION: Add a text (for example a full hostname) in cluster reports for each cluster
  1373. # number. A text file called clusterinfo.myconfig.txt, with two fields (first is
  1374. # cluster number, second is text to show) separated by a tab char. must be
  1375. # created into DirData directory.
  1376. # Note this plugin is useless if ShowClusterStats is set to 0 or if you don't
  1377. # use a personalized log format that contains %cluster tag.
  1378. #
  1379. #LoadPlugin="clusterinfo"
  1380.  
  1381. # PLUGIN: UrlAliases
  1382. # REQUIRED MODULES: None
  1383. # PARAMETERS: None
  1384. # DESCRIPTION: Add a text (Page title, description...) in URL reports before URL value.
  1385. # A text file called urlalias.myconfig.txt, with two fields (first is URL,
  1386. # second is text to show, separated by a tab char) must be created into
  1387. # DirData directory.
  1388. #
  1389. #LoadPlugin="urlalias"
  1390.  
  1391. # PLUGIN: TimeHiRes
  1392. # REQUIRED MODULES: Time::HiRes (if Perl < 5.8)
  1393. # PARAMETERS: None
  1394. # DESCRIPTION: Time reported by -showsteps option is in millisecond. For debug purpose.
  1395. #
  1396. #LoadPlugin="timehires"
  1397.  
  1398. # PLUGIN: TimeZone
  1399. # REQUIRED MODULES: Time::Local
  1400. # PARAMETERS: [timezone offset]
  1401. # DESCRIPTION: Allow AWStats to adjust time stamps for a different timezone
  1402. # This plugin reduces AWStats speed of 10% !!!!!!!
  1403. # LoadPlugin="timezone"
  1404. # LoadPlugin="timezone +2"
  1405. # LoadPlugin="timezone CET"
  1406. #
  1407. #LoadPlugin="timezone +2"
  1408.  
  1409. # PLUGIN: Rawlog
  1410. # REQUIRED MODULES: None
  1411. # PARAMETERS: None
  1412. # DESCRIPTION: This plugin adds a form in AWStats main page to allow users to see raw
  1413. # content of current log files. A filter is also available.
  1414. #
  1415. #LoadPlugin="rawlog"
  1416.  
  1417. # PLUGIN: GraphApplet
  1418. # REQUIRED MODULES: None
  1419. # PARAMETERS: [CSS classes to override]
  1420. # DESCRIPTION: Supported charts are built by a 3D graphic applet.
  1421. #
  1422. #LoadPlugin="graphapplet /awstatsclasses" # EXPERIMENTAL FEATURE
  1423.  
  1424. # PLUGIN: GraphGoogleChartAPI
  1425. # REQUIRED MODULES: None
  1426. # PARAMETERS: None
  1427. # DESCRIPTION: Replaces the standard charts with free Google API generated images
  1428. # in HTML reports. If country data is available and more than one country has hits,
  1429. # a map will be generated using Google Visualizations.
  1430. # Note: The machine where reports are displayed must have Internet access for the
  1431. # charts to be generated. The only data sent to Google includes the statistic numbers,
  1432. # legend names and country names.
  1433. # Warning: This plugin is not compatible with option BuildReportFormat=xhtml.
  1434. #
  1435. #LoadPlugin="graphgooglechartapi"
  1436.  
  1437. # PLUGIN: GeoIPfree
  1438. # REQUIRED MODULES: Geo::IPfree version 0.2+ (from Graciliano M.P.)
  1439. # PARAMETERS: None
  1440. # DESCRIPTION: Country chart is built from an Internet IP-Country database.
  1441. # This plugin is useless for intranet only log files.
  1442. # Note: You must choose between using this plugin (need Perl Geo::IPfree
  1443. # module, database is free but not up to date) or the GeoIP plugin (need
  1444. # Perl Geo::IP module from Maxmind, database is also free and up to date).
  1445. # Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl
  1446. # module, so install it from elsewhere (from www.cpan.org for example).
  1447. # This plugin reduces AWStats speed by up to 10% !
  1448. #
  1449. #LoadPlugin="geoipfree"
  1450.  
  1451. # MAXMIND GEO IP MODULES: Please see documentation for notes on all Maxmind modules
  1452.  
  1453. # PLUGIN: GeoIP
  1454. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1455. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/geoip.dat[+/pathto/override.txt]]
  1456. # DESCRIPTION: Builds a country chart and adds an entry to the hosts
  1457. # table with country name
  1458. # Replace spaces in the path of geoip data file with string "%20".
  1459. #
  1460. #LoadPlugin="geoip GEOIP_STANDARD /usr/share/awstats/lib/GeoIP.dat"
  1461. LoadPlugin="geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat"
  1462.  
  1463. # PLUGIN: GeoIP6
  1464. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind, version >= 1.40)
  1465. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/geoipv6.dat[+/pathto/override.txt]]
  1466. # DESCRIPTION: Builds a country chart and adds an entry to the hosts
  1467. # table with country name
  1468. # works with IPv4 and also IPv6 addresses
  1469. # Replace spaces in the path of geoip data file with string "%20".
  1470. #
  1471. #LoadPlugin="geoip6 GEOIP_STANDARD /pathto/GeoIPv6.dat"
  1472. #LoadPlugin="geoip6 GEOIP_STANDARD /usr/share/GeoIP/GeoIPv6.dat"
  1473.  
  1474. # PLUGIN: GeoIP_City_Maxmind
  1475. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1476. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPCity.dat[+/pathto/override.txt]]
  1477. # DESCRIPTION: This plugin adds a column under the hosts field and tracks the pageviews
  1478. # and hits by city including regions.
  1479. # Replace spaces in the path of geoip data file with string "%20".
  1480. #
  1481. #LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPCity.dat"
  1482.  
  1483. # PLUGIN: GeoIP_ASN_Maxmind
  1484. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1485. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPASN.dat[+/pathto/override.txt][+http://linktoASlookup]]
  1486. # DESCRIPTION: This plugin adds a chart of AS numbers where the host IP address is registered.
  1487. # This plugin can display some ISP information if included in the database. You can also provide
  1488. # a link that will be used to lookup additional registration data. Put the link at the end of
  1489. # the parameter string and the report page will include the link with the full AS number at the end.
  1490. # Replace spaces in the path of geoip data file with string "%20".
  1491. #
  1492. #LoadPlugin="geoip_asn_maxmind GEOIP_STANDARD /usr/local/geoip.dat+http://enc.com.au/itools/autnum.php?asn="
  1493.  
  1494. # PLUGIN: GeoIP_Region_Maxmind
  1495. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1496. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPRegion.dat[+/pathto/override.txt]]
  1497. # DESCRIPTION:This plugin adds a chart of hits by regions. Only regions for US and
  1498. # Canada can be detected.
  1499. # Replace spaces in the path of geoip data file with string "%20".
  1500. #
  1501. #LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPRegion.dat"
  1502.  
  1503. # PLUGIN: GeoIP_ISP_Maxmind
  1504. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1505. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPISP.dat[+/pathto/override.txt]]
  1506. # DESCRIPTION: This plugin adds a chart of hits by ISP.
  1507. # Replace spaces in the path of geoip data file with string "%20".
  1508. #
  1509. #LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPISP.dat"
  1510.  
  1511. # PLUGIN: GeoIP_Org_Maxmind
  1512. # REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
  1513. # PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPOrg.dat[+/pathto/override.txt]]
  1514. # DESCRIPTION: This plugin add a chart of hits by Organization name
  1515. # Replace spaces in the path of geoip data file with string "%20".
  1516. #
  1517. #LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPOrg.dat"
  1518.  
  1519.  
  1520. #-----------------------------------------------------------------------------
  1521. # EXTRA SECTIONS
  1522. #-----------------------------------------------------------------------------
  1523.  
  1524. # You can define your own charts, you choose here what are rows and columns
  1525. # keys. This feature is particularly useful for marketing purpose, tracking
  1526. # products orders for example.
  1527. # For this, edit all parameters of Extra section. Each set of parameter is a
  1528. # different chart. For several charts, duplicate section changing the number.
  1529. # Note: Each Extra section reduces AWStats speed by 8%.
  1530. #
  1531. # WARNING: A wrong setup of Extra section might result in too large arrays
  1532. # that will consume all your memory, making AWStats unusable after several
  1533. # updates, so be sure to setup it correctly.
  1534. # In most cases, you don't need this feature.
  1535. #
  1536. # ExtraSectionNameX is title of your personalized chart.
  1537. # ExtraSectionCodeFilterX is list of codes the record code field must match.
  1538. # Put an empty string for no test on code.
  1539. # ExtraSectionConditionX are conditions you can use to count or not the hit,
  1540. # Use one of the field condition
  1541. # (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)
  1542. # and a regex to match, after a coma. Use "||" for "OR".
  1543. # ExtraSectionFirstColumnTitleX is the first column title of the chart.
  1544. # ExtraSectionFirstColumnValuesX is a string to tell AWStats which field to
  1545. # extract value from
  1546. # (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)
  1547. # and how to extract the value (using regex syntax). Each different value
  1548. # found will appear in first column of report on a different row. Be sure
  1549. # that list of different possible values will not grow indefinitely.
  1550. # ExtraSectionFirstColumnFormatX is the string used to write value.
  1551. # ExtraSectionStatTypesX are things you want to count. You can use standard
  1552. # code letters (P for pages,H for hits,B for bandwidth,L for last access).
  1553. # ExtraSectionAddAverageRowX add a row at bottom of chart with average values.
  1554. # ExtraSectionAddSumRowX add a row at bottom of chart with sum values.
  1555. # MaxNbOfExtraX is maximum number of rows shown in chart.
  1556. # MinHitExtraX is minimum number of hits required to be shown in chart.
  1557. #
  1558.  
  1559. # Example to report the 20 products the most ordered by "order.cgi" script
  1560. #ExtraSectionName1="Product orders"
  1561. #ExtraSectionCodeFilter1="200 304"
  1562. #ExtraSectionCondition1="URL,\/cgi\-bin\/order\.cgi||URL,\/cgi\-bin\/order2\.cgi"
  1563. #ExtraSectionFirstColumnTitle1="Product ID"
  1564. #ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
  1565. #ExtraSectionFirstColumnFormat1="%s"
  1566. #ExtraSectionStatTypes1=PL
  1567. #ExtraSectionAddAverageRow1=0
  1568. #ExtraSectionAddSumRow1=1
  1569. #MaxNbOfExtra1=20
  1570. #MinHitExtra1=1
  1571.  
  1572.  
  1573. # There is also a global parameter ExtraTrackedRowsLimit that limits the
  1574. # number of possible rows an ExtraSection can report. This parameter is
  1575. # here to protect too much memory use when you make a bad setup in your
  1576. # ExtraSection. It applies to all ExtraSection independently meaning that
  1577. # none ExtraSection can report more rows than value defined by ExtraTrackedRowsLimit.
  1578. # If you know an ExtraSection will report more rows than its value, you should
  1579. # increase this parameter or AWStats will stop with an error.
  1580. # Example: 2000
  1581. # Default: 500
  1582. #
  1583. ExtraTrackedRowsLimit=500
  1584.  
  1585.  
  1586. #-----------------------------------------------------------------------------
  1587. # INCLUDES
  1588. #-----------------------------------------------------------------------------
  1589.  
  1590. # You can include other config files using the directive with the name of the
  1591. # config file.
  1592. # This is particularly useful for users who have a lot of virtual servers, so
  1593. # a lot of config files and want to maintain common values in only one file.
  1594. # Note that when a variable is defined both in a config file and in an
  1595. # included file, AWStats will use the last value read for parameters that
  1596. # contains one value and AWStats will concat all values from both files for
  1597. # parameters that are lists of values.
  1598. #
  1599.  
  1600. Include "/etc/awstats/awstats.conf.local"
  1601.  
  1602.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement