~ubuntu-branches/ubuntu/dapper/awstats/dapper-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Charles Fry, Jonas Smedegaard
  • Date: 2005-09-19 22:41:16 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050919224116-6bo795sxx5nsosby
Tags: 6.4-2
[ Charles Fry ]
* New co-maintainer.
* Suggest libgeo-ipfree-perl. Closes: #316126 (thanks to Gunnar Wolf
  <gwolf@gwolf.org>).
* Fixed README.Debian path to configure.pl. Closes: #313093 (thanks to
  Michael De Nil <michael@flex-it.be>).

[ Jonas Smedegaard ]
* Acknowledge NMU. Closes: bug#322591.
* Bump up watch version, and adjust the default command (we have moved
  to SubVerSion).
* Add proto to URL in long description.
* User newer chown syntax in postinst (thanks to lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# AWSTATS CONFIGURE FILE 6.3
 
1
# AWSTATS CONFIGURE FILE 6.4
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.305 $ - $Author: eldy $ - $Date: 2005/01/22 15:26:06 $
 
13
# $Revision: 1.310 $ - $Author: eldy $ - $Date: 2005/02/24 21:08:40 $
14
14
 
15
15
 
16
16
 
91
91
#   %bytesd           Size of document in bytes
92
92
#   %refererquot      Referer page with format: "http://from.com/from.htm"
93
93
#   %referer          Referer page with format: http://from.com/from.htm
 
94
#   %uabracket        User agent with format: [Mozilla/4.0 (compatible, ...)]
94
95
#   %uaquot           User agent with format: "Mozilla/4.0 (compatible, ...)"
95
96
#   %ua               User agent with format: Mozilla/4.0_(compatible...)
96
97
#   %gzipin           mod_gzip compression input bytes: In:XXX
407
408
 
408
409
 
409
410
# When PurgeLogFile is setup to 1, AWStats will clean your log file after
410
 
# processing it. You can however keep an archive file (saved in "DirData") of
411
 
# all processed log records by setting this to 1 (For example if you want to
412
 
# use another log analyzer).
 
411
# processing it. You can however keep an archive file of all processed log
 
412
# records by setting this parameter (For example if you want to use another
 
413
# log analyzer). The archived log file is saved in "DirData" with name
 
414
# awstats_archive.configname[.suffix].log
413
415
# This parameter is not used if PurgeLogFile=0
414
416
# Change : Effective for new updates only
415
 
# Possible values: 0 or 1
 
417
# Possible values: 0, 1, or tags (See LogFile parameter) for suffix
 
418
# Example: 1
 
419
# Example: %YYYY%MM%DD
416
420
# Default: 0
417
421
#
418
422
ArchiveLogRecords=0
696
700
ErrorMessages=""
697
701
 
698
702
 
699
 
# AWStat can be run with debug=x parameter to ouput various informations
700
 
# to help in debugging or solving troubles. If you want (in most cases for 
701
 
# security reasons) to disable debugging, set this parameter to 0.
 
703
# AWStat can be run with debug=x parameter to output various informations
 
704
# to help in debugging or solving troubles. If you want to allow this (not
 
705
# enabled by default for security reasons), set this parameter to 0.
702
706
# Change : Effective immediatly
703
707
# Possible values: 0 or 1
704
 
# Default: 1
 
708
# Default: 0
705
709
#
706
 
DebugMessages=1
 
710
DebugMessages=0
707
711
 
708
712
 
709
713
# To help you to detect if your log format is good, AWStats report an error
896
900
#        M = Average mail size (mail logs)
897
901
#
898
902
 
 
903
# Show monthly summary
 
904
# Context: Web, Streaming, Mail, Ftp
 
905
# Default: UVPHB, Possible column codes: UVPHB
 
906
ShowSummary=UVPHB
 
907
 
899
908
# Show monthly chart
900
909
# Context: Web, Streaming, Mail, Ftp
901
910
# Default: UVPHB, Possible column codes: UVPHB
938
947
 
939
948
# Show worms chart
940
949
# Context: Web, Streaming
941
 
# Default: 0 (If set to 1, see also LevelForWormsDetection), Possible column codes: HBL
 
950
# Default: 0 (If set to other than 0, see also LevelForWormsDetection), Possible column codes: HBL
942
951
ShowWormsStats=0
943
952
 
944
953
# Show email senders chart (For use when analyzing mail log files)
1073
1082
# Stats by screen size
1074
1083
MaxNbOfScreenSizesShown = 5
1075
1084
MinHitScreenSize = 1
1076
 
# Stats by window size (following 2 parameters are not yet used)
1077
 
MaxNbOfWindowSizesShown = 5
1078
 
MinHitWindowSize = 1
 
1085
# Stats by window size (following 2 parameters are not yet used)
 
1086
MaxNbOfWindowSizesShown = 5
 
1087
MinHitWindowSize = 1
1079
1088
# Stats by referers
1080
1089
MaxNbOfRefererShown = 10
1081
1090
MinHitRefer   = 1