~ubuntu-branches/ubuntu/quantal/awstats/quantal

« back to all changes in this revision

Viewing changes to wwwroot/cgi-bin/awstats.model.conf

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Sergey B Kirpichev, Jonas Smedegaard
  • Date: 2011-03-12 19:44:25 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110312194425-hn7bo427pgqw2smz
Tags: 7.0~dfsg-1
* New upstream release.
  Closes: bug#613447.

[ Sergey B Kirpichev ]
* Unfuzz patches.
* Update patch 1008.
* Drop obsolete patches.
* Fix +x bit on *.js in docs/examples
* Avoid asterisks in debian/NEWS entries, to please lintian.
* Fix recode bulgarian tooltips file as utf-8.
  Closes: bug#610632.
* Forward patches 0007 and 1015 upstream.
* Allow DM (Debian Maintainer) uploads.

[ Jonas Smedegaard ]
* Update copyright file:
  + Rewrite using Subversion rev.173 of draft DEP5 format.
  + Add some previously missed authors and licenses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# AWSTATS CONFIGURE FILE 6.95
 
1
# AWSTATS CONFIGURE FILE 7.0
2
2
#-----------------------------------------------------------------------------
3
3
# Copy this file into awstats.www.mydomain.conf and edit this new config file
4
4
# to setup AWStats (See documentation in docs/ directory).
10
10
# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
11
11
# the config value in an AWStats running session and can be used like others.
12
12
#-----------------------------------------------------------------------------
13
 
# $Revision: 1.338 $ - $Author: eldy $ - $Date: 2009/09/08 17:10:30 $
 
13
# $Revision: 1.350 $ - $Author: eldy $ - $Date: 2010/09/29 19:16:21 $
14
14
 
15
15
 
16
16
 
501
501
# referrer. Parameter must receive a local file name containing rules applied
502
502
# on referrer field. If parameter is empty, no filter is applied.
503
503
# An example of such a file is available in lib/blacklist.txt
504
 
# You can download updated version at http://www.jayallen.org/comment_spam/
505
504
# Change : Effective for new updates only
506
505
# Example: "/mylibpath/blacklist.txt"
507
506
# Default: ""
763
762
# Use the name of this script in WrapperScript parameter.
764
763
# Change : Effective immediatly
765
764
# Example: "awstatslauncher.pl"
 
765
# Example: "awstatswrapper.cgi?key=123"
766
766
# Default: ""
767
767
#
768
768
WrapperScript=""
1016
1016
# Show file size chart (Not yet available)
1017
1017
# Context: Web, Streaming, Mail, Ftp
1018
1018
# Default: 1, Possible column codes: None
1019
 
ShowFileSizesStats=0            
 
1019
ShowFileSizesStats=0    
 
1020
 
 
1021
# Show downloads chart.
 
1022
# Context: Web, Streaming, Ftp
 
1023
# Default: HB, Possible column codes: HB
 
1024
ShowDownloadsStats=HB   
1020
1025
 
1021
1026
# Show operating systems chart
1022
1027
# Context: Web, Streaming, Ftp
1108
1113
# Stats by robots
1109
1114
MaxNbOfRobotShown = 10
1110
1115
MinHitRobot   = 1
 
1116
# Stats for Downloads
 
1117
MaxNbOfDownloadsShown = 10
 
1118
MinHitDownloads = 1
1111
1119
# Stats by pages
1112
1120
MaxNbOfPageShown = 10
1113
1121
MinHitFile    = 1
1266
1274
# Uncomment LoadPlugin lines to enable a plugin after checking that perl
1267
1275
# modules required by the plugin are installed.
1268
1276
 
1269
 
# Plugin: Tooltips
1270
 
# Perl modules required: None
1271
 
# Add some tooltips help on HTML report pages.
1272
 
# Note that enabling this kind of help will increased HTML report pages size,
1273
 
# so server load and bandwidth.
 
1277
# PLUGIN: Tooltips
 
1278
# REQUIRED MODULES: None
 
1279
# PARAMETERS: None
 
1280
# DESCRIPTION: Add tooltips pop-up help boxes to HTML report pages.  
 
1281
# NOTE: This will increased HTML report pages size, thus server load and bandwidth.
1274
1282
#
1275
1283
#LoadPlugin="tooltips"
1276
1284
 
1277
 
# Plugin: DecodeUTFKeys
1278
 
# Perl modules required: Encode and URI::Escape
1279
 
# Allow AWStats to show correctly (in language charset) keywords/keyphrases
1280
 
# strings even if they were UTF8 coded by the referer search engine.
 
1285
# PLUGIN: DecodeUTFKeys
 
1286
# REQUIRED MODULES: Encode and URI::Escape
 
1287
# PARAMETERS: None
 
1288
# DESCRIPTION: Allow AWStats to show correctly (in language charset) 
 
1289
# keywords/keyphrases strings even if they were UTF8 coded by the 
 
1290
# referer search engine.
1281
1291
#
1282
1292
#LoadPlugin="decodeutfkeys"
1283
1293
 
1284
 
# Plugin: IPv6
1285
 
# Perl modules required: Net::IP and Net::DNS
1286
 
# This plugin gives AWStats capability to make reverse DNS lookup on IPv6
1287
 
# addresses.
1288
 
# Note: If you are interested in having country report, you should use the
1289
 
# geoip or geoipfree plugin instead of enabled reverse DNS lookup.
 
1294
# PLUGIN: IPv6
 
1295
# PARAMETERS: None
 
1296
# REQUIRED MODULES: Net::IP and Net::DNS
 
1297
# DESCRIPTION: This plugin gives AWStats capability to make reverse DNS
 
1298
# lookup on IPv6 addresses.
1290
1299
#
1291
1300
#LoadPlugin="ipv6"
1292
1301
 
1293
 
# Plugin: HashFiles
1294
 
# Perl modules required: Storable
1295
 
# AWStats DNS cache files are read/saved as native hash files. This increases
1296
 
# DNS cache files loading speed, above all for very large web sites.
 
1302
# PLUGIN: HashFiles
 
1303
# REQUIRED MODULES: Storable
 
1304
# PARAMETERS: None
 
1305
# DESCRIPTION: AWStats DNS cache files are read/saved as native hash files. 
 
1306
# This increases DNS cache files loading speed, above all for very large web sites.
1297
1307
#
1298
1308
#LoadPlugin="hashfiles"
1299
1309
 
1300
 
# Plugin: GeoIP
1301
 
# Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)
1302
 
# Country chart is built from an Internet IP-Country database.
1303
 
# This plugin is useless for intranet only log files.
1304
 
# Note: You must choose between using this plugin (need Perl Geo::IP module 
1305
 
# from Maxmind, database is free and up to date) or the GeoIPfree plugin
1306
 
# (need Perl Geo::IPfree module, database is free but not up to date).
1307
 
# There is two versions of Maxmind Country Database:
1308
 
# You can get a free version or purchase a license from Maxmind to get/use a more
1309
 
# accurate version including updates (http://www.maxmind.com/app/perl?rId=awstat)
1310
 
# This plugin reduces AWStats speed of 8% !
1311
 
#
1312
 
#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"
1313
 
 
1314
 
# Plugin: GeoIPfree
1315
 
# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
1316
 
# Country chart is built from an Internet IP-Country database.
1317
 
# This plugin is useless for intranet only log files.
1318
 
# Note: You must choose between using this plugin (need Perl Geo::IPfree
1319
 
# module, database is free but not up to date) or the GeoIP plugin (need
1320
 
# Perl Geo::IP module from Maxmind, database is also free and up to date).
1321
 
# Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl
1322
 
# module, so install it from elsewhere (from www.cpan.org for example).
1323
 
# This plugin reduces AWStats speed of 10% !
1324
 
#
1325
 
#LoadPlugin="geoipfree"
1326
 
 
1327
 
# Plugin: GeoIP_Region_Maxmind
1328
 
# Perl modules required: Geo::IP (from Maxmind)
1329
 
# This plugin add a chart of hits by regions. Only regions for US and 
1330
 
# Canada can be detected.
1331
 
# Note: This plugin need Maxmind GeoIP Perl module AND the region database.
1332
 
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
1333
 
# on Windows but it works great on Linux with default Perl.
1334
 
# You need to purchase a license from Maxmind to get/use the Region database.
1335
 
# More info on http://www.maxmind.com/app/perl?rId=awstat
1336
 
# This plugin reduces AWStats speed.
1337
 
#
1338
 
#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"
1339
 
 
1340
 
# Plugin: GeoIP_City_Maxmind
1341
 
# Perl modules required: Geo::IP (from Maxmind)
1342
 
# This plugin add a chart of hits by cities (with country and regions
1343
 
# informations for major countries).
1344
 
# Note: This plugin need Maxmind GeoIP Perl module AND the city database.
1345
 
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
1346
 
# on Windows but it works great on Linux with default Perl.
1347
 
# There is two versions of Maxmind City Database:
1348
 
# You can get a free version or purchase a license from Maxmind to get/use a more
1349
 
# accurate version including updates (http://www.maxmind.com/app/perl?rId=awstat)
1350
 
# This plugin reduces AWStats speed.
1351
 
#
1352
 
#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
1353
 
 
1354
 
# Plugin: GeoIP_ISP_Maxmind
1355
 
# Perl modules required: Geo::IP (from Maxmind)
1356
 
# This plugin add a chart of hits by ISP.
1357
 
# Note: This plugin need Maxmind GeoIP Perl module AND the ISP database.
1358
 
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
1359
 
# on Windows but it works great on Linux with default Perl.
1360
 
# You need to purchase a license from Maxmind to get/use the ISP database.
1361
 
# More info on http://www.maxmind.com/app/perl?rId=awstat
1362
 
# This plugin reduces AWStats speed.
1363
 
#
1364
 
#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"
1365
 
 
1366
 
# Plugin: GeoIP_Org_Maxmind
1367
 
# Perl modules required: Geo::IP (from Maxmind)
1368
 
# This plugin add a chart of hits by Organization name
1369
 
# Note: This plugin need Maxmind GeoIP Perl module AND the Org database.
1370
 
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
1371
 
# on Windows but it works great on Linux with default Perl.
1372
 
# You need to purchase a license from Maxmind to get/use the Org database.
1373
 
# More info on http://www.maxmind.com/app/perl?rId=awstat
1374
 
# This plugin reduces AWStats speed.
1375
 
#
1376
 
#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"
1377
 
 
1378
 
# Plugin: UserInfo
1379
 
# Perl modules required: None
1380
 
# Add a text (Firtname, Lastname, Office Department, ...) in authenticated user
1381
 
# reports for each login value.
 
1310
 
 
1311
# PLUGIN: UserInfo
 
1312
# REQUIRED MODULES: None
 
1313
# PARAMETERS: None
 
1314
# DESCRIPTION: Add a text (Firtname, Lastname, Office Department, ...) in 
 
1315
# authenticated user reports for each login value.
1382
1316
# A text file called userinfo.myconfig.txt, with two fields (first is login,
1383
1317
# second is text to show, separated by a tab char) must be created in DirData
1384
1318
# directory.
1385
1319
#
1386
1320
#LoadPlugin="userinfo"
1387
1321
 
1388
 
# Plugin: HostInfo
1389
 
# Perl modules required: Net::XWhois
1390
 
# Add a column into host chart with a link to open a popup window that shows
 
1322
# PLUGIN: HostInfo
 
1323
# REQUIRED MODULES: Net::XWhois
 
1324
# PARAMETERS: None
 
1325
# DESCRIPTION: Add a column into host chart with a link to open a popup window that shows
1391
1326
# info on host (like whois records).
1392
1327
#
1393
1328
#LoadPlugin="hostinfo"
1394
1329
 
1395
 
# Plugin: ClusterInfo
1396
 
# Perl modules required: None
1397
 
# Add a text (for example a full hostname) in cluster reports for each cluster
1398
 
# number.
1399
 
# A text file called clusterinfo.myconfig.txt, with two fields (first is
 
1330
# PLUGIN: ClusterInfo
 
1331
# REQUIRED MODULES: None
 
1332
# PARAMETERS: None
 
1333
# DESCRIPTION: Add a text (for example a full hostname) in cluster reports for each cluster
 
1334
# number. A text file called clusterinfo.myconfig.txt, with two fields (first is
1400
1335
# cluster number, second is text to show) separated by a tab char. must be
1401
1336
# created into DirData directory.
1402
1337
# Note this plugin is useless if ShowClusterStats is set to 0 or if you don't
1404
1339
#
1405
1340
#LoadPlugin="clusterinfo"
1406
1341
 
1407
 
# Plugin: UrlAliases
1408
 
# Perl modules required: None
1409
 
# Add a text (Page title, description...) in URL reports before URL value.
 
1342
# PLUGIN: UrlAliases
 
1343
# REQUIRED MODULES: None
 
1344
# PARAMETERS: None
 
1345
# DESCRIPTION: Add a text (Page title, description...) in URL reports before URL value.
1410
1346
# A text file called urlalias.myconfig.txt, with two fields (first is URL,
1411
1347
# second is text to show, separated by a tab char) must be created into
1412
1348
# DirData directory.
1413
1349
#
1414
1350
#LoadPlugin="urlalias"
1415
1351
 
1416
 
# Plugin: TimeHiRes
1417
 
# Perl modules required: Time::HiRes (if Perl < 5.8)
1418
 
# Time reported by -showsteps option is in millisecond. For debug purpose.
 
1352
# PLUGIN: TimeHiRes
 
1353
# REQUIRED MODULES: Time::HiRes (if Perl < 5.8)
 
1354
# PARAMETERS: None
 
1355
# DESCRIPTION: Time reported by -showsteps option is in millisecond. For debug purpose.
1419
1356
#
1420
1357
#LoadPlugin="timehires"         
1421
1358
 
1422
 
# Plugin: TimeZone
1423
 
# Perl modules required: Time::Local
1424
 
# Allow AWStats to correct a bad timezone for user of some IIS that use
1425
 
# GMT date in its log instead of local server time.
1426
 
# This module is useless for Apache and most IIS version.
1427
 
# This plugin reduces AWStats speed of 40% !!!!!!!
 
1359
# PLUGIN: TimeZone
 
1360
# REQUIRED MODULES: Time::Local
 
1361
# PARAMETERS: [timezone offset]
 
1362
# DESCRIPTION: Allow AWStats to adjust time stamps for a different timezone
 
1363
# This plugin reduces AWStats speed of 10% !!!!!!!
 
1364
# LoadPlugin="timezone"
 
1365
# LoadPlugin="timezone +2"
 
1366
# LoadPlugin="timezone CET"
1428
1367
#
1429
1368
#LoadPlugin="timezone +2"
1430
1369
 
1431
 
# Plugin: Rawlog
1432
 
# Perl modules required: None
1433
 
# This plugin adds a form in AWStats main page to allow users to see raw
 
1370
# PLUGIN: Rawlog
 
1371
# REQUIRED MODULES: None
 
1372
# PARAMETERS: None
 
1373
# DESCRIPTION: This plugin adds a form in AWStats main page to allow users to see raw
1434
1374
# content of current log files. A filter is also available.
1435
1375
#
1436
1376
#LoadPlugin="rawlog"
1437
1377
 
1438
 
# Plugin: GraphApplet
1439
 
# Perl modules required: None
1440
 
# Supported charts are built by a 3D graphic applet.
 
1378
# PLUGIN: GraphApplet
 
1379
# REQUIRED MODULES: None
 
1380
# PARAMETERS: [CSS classes to override]
 
1381
# DESCRIPTION: Supported charts are built by a 3D graphic applet.
1441
1382
#
1442
1383
#LoadPlugin="graphapplet /awstatsclasses"                               # EXPERIMENTAL FEATURE
1443
1384
 
 
1385
# PLUGIN: GraphGoogleChartAPI
 
1386
# REQUIRED MODULES: None
 
1387
# PARAMETERS: None
 
1388
# DESCRIPTION: Replaces the standard charts with free Google API generated images 
 
1389
# in HTML reports. If country data is available and more than one country has hits, 
 
1390
# a map will be generated using Google Visualizations.
 
1391
# Note: The machine where reports are displayed must have Internet access for the 
 
1392
# charts to be generated. The only data sent to Google includes the statistic numbers, 
 
1393
# legend names and country names.
 
1394
# Warning: This plugin is not compatible with option BuildReportFormat=xhtml. 
 
1395
#
 
1396
#LoadPlugin="graphgooglechartapi"
 
1397
 
 
1398
# PLUGIN: GeoIPfree
 
1399
# REQUIRED MODULES: Geo::IPfree version 0.2+ (from Graciliano M.P.)
 
1400
# PARAMETERS: None
 
1401
# DESCRIPTION: Country chart is built from an Internet IP-Country database.
 
1402
# This plugin is useless for intranet only log files.
 
1403
# Note: You must choose between using this plugin (need Perl Geo::IPfree
 
1404
# module, database is free but not up to date) or the GeoIP plugin (need
 
1405
# Perl Geo::IP module from Maxmind, database is also free and up to date).
 
1406
# Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl
 
1407
# module, so install it from elsewhere (from www.cpan.org for example).
 
1408
# This plugin reduces AWStats speed by up to 10% !
 
1409
#
 
1410
#LoadPlugin="geoipfree"
 
1411
 
 
1412
# MAXMIND GEO IP MODULES: Please see documentation for notes on all Maxmind modules
 
1413
 
 
1414
# PLUGIN: GeoIP
 
1415
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1416
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/geoip.dat[+/pathto/override.txt]]
 
1417
# DESCRIPTION: Builds a country chart and adds an entry to the hosts 
 
1418
# table with country name
 
1419
# Replace spaces in the path of geoip data file with string "%20".
 
1420
#
 
1421
#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"
 
1422
 
 
1423
# PLUGIN: GeoIP_City_Maxmind
 
1424
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1425
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPCity.dat[+/pathto/override.txt]]
 
1426
# DESCRIPTION: This plugin adds a column under the hosts field and tracks the pageviews
 
1427
# and hits by city including regions.
 
1428
# Replace spaces in the path of geoip data file with string "%20".
 
1429
#
 
1430
#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
 
1431
 
 
1432
# PLUGIN: GeoIP_ASN_Maxmind
 
1433
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1434
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPASN.dat[+/pathto/override.txt][+http://linktoASlookup]]
 
1435
# DESCRIPTION: This plugin adds a chart of AS numbers where the host IP address is registered. 
 
1436
# This plugin can display some ISP information if included in the database. You can also provide 
 
1437
# a link that will be used to lookup additional registration data. Put the link at the end of 
 
1438
# the parameter string and the report page will include the link with the full AS number at the end.
 
1439
# Replace spaces in the path of geoip data file with string "%20".
 
1440
#
 
1441
#LoadPlugin="geoip_asn_maxmind GEOIP_STANDARD /usr/local/geoip.dat+http://enc.com.au/itools/aut-num.php?autnum="
 
1442
 
 
1443
# PLUGIN: GeoIP_Region_Maxmind
 
1444
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1445
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPRegion.dat[+/pathto/override.txt]]
 
1446
# DESCRIPTION:This plugin adds a chart of hits by regions. Only regions for US and 
 
1447
# Canada can be detected.
 
1448
# Replace spaces in the path of geoip data file with string "%20".
 
1449
#
 
1450
#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"
 
1451
 
 
1452
# PLUGIN: GeoIP_ISP_Maxmind
 
1453
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1454
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPISP.dat[+/pathto/override.txt]]
 
1455
# DESCRIPTION: This plugin adds a chart of hits by ISP.
 
1456
# Replace spaces in the path of geoip data file with string "%20".
 
1457
#
 
1458
#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"
 
1459
 
 
1460
# PLUGIN: GeoIP_Org_Maxmind
 
1461
# REQUIRED MODULES: Geo::IP or Geo::IP::PurePerl (from Maxmind)
 
1462
# PARAMETERS: [GEOIP_STANDARD | GEOIP_MEMORY_CACHE] [/pathto/GeoIPOrg.dat[+/pathto/override.txt]]
 
1463
# DESCRIPTION: This plugin add a chart of hits by Organization name
 
1464
# Replace spaces in the path of geoip data file with string "%20".
 
1465
#
 
1466
#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"
1444
1467
 
1445
1468
 
1446
1469
#-----------------------------------------------------------------------------