root/alternc-awstats/trunk/awstats.alternc.generic.conf

Revision 2165, 58.6 kB (checked in by engelaere, 6 months ago)

separation du LogFormat? pour compatibilite apache2

Line 
1 # AWSTATS CONFIGURE FILE 6.4
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 # $Revision: 1.310 $ - $Author: eldy $ - $Date: 2005/02/24 21:08:40 $
14
15
16
17 #-----------------------------------------------------------------------------
18 # MAIN SETUP SECTION (Required to make AWStats work)
19 #-----------------------------------------------------------------------------
20
21 # "LogFile" contains the web, ftp or mail server log file to analyze.
22 # Possible values: A full path, or a relative path from awstats.pl directory.
23 # Example: "/var/log/apache/access.log"
24 # Example: "../logs/mycombinedlog.log"
25 # You can also use tags in this filename if you need a dynamic file name
26 # depending on date or time (Replacement is made by AWStats at the beginning
27 # of its execution). This is available tags :
28 #   %YYYY-n  is replaced with 4 digits year we were n hours ago
29 #   %YY-n    is replaced with 2 digits year we were n hours ago
30 #   %MM-n    is replaced with 2 digits month we were n hours ago
31 #   %MO-n    is replaced with 3 letters month we were n hours ago
32 #   %DD-n    is replaced with day we were n hours ago
33 #   %HH-n    is replaced with hour we were n hours ago
34 #   %NS-n    is replaced with number of seconds at 00:00 since 1970
35 #   %WM-n    is replaced with the week number in month (1-5)
36 #   %Wm-n    is replaced with the week number in month (0-4)
37 #   %WY-n    is replaced with the week number in year (01-52)
38 #   %Wy-n    is replaced with the week number in year (00-51)
39 #   %DW-n    is replaced with the day number in week (1-7, 1=sunday)
40 #                              use n=24 if you need (1-7, 1=monday)
41 #   %Dw-n    is replaced with the day number in week (0-6, 0=sunday)
42 #                              use n=24 if you need (0-6, 0=monday)
43 #   Use 0 for n if you need current year, month, day, hour...
44 # Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log"
45 # Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
46 # You can also use a pipe if log file come from a pipe :
47 # Example: "gzip -d </var/log/apache/access.log.gz |"
48 # If there is several log files from load balancing servers :
49 # Example: "/pathtotools/logresolvemerge.pl *.log |"
50 #
51
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 - Old IIS log format (IIS W3C log format). See FAQ for IIS 6.x.
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
76 #     for ftp, mail or exotic web log format examples):
77 #   %host             Host client name or IP address
78 #   %lognamequot      Authenticated login/user with format: "john"
79 #   %logname          Authenticated login/user with format: john
80 #   %time1            Date and time with format: [dd/mon/yyyy:hh:mm:ss +0000] or [dd/mon/yyyy:hh:mm:ss]
81 #   %time2            Date and time with format: yyyy-mm-dd hh:mm:ss
82 #   %time3            Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy
83 #   %time4            Date and time with unix timestamp format: dddddddddd
84 #   %methodurl        Method and URL with format: "GET /index.html HTTP/x.x"
85 #   %methodurlnoprot  Method and URL with format: "GET /index.html"
86 #   %method           Method with format: GET
87 #   %url              URL only with format: /index.html
88 #   %query            Query string (used by URLWithQuery option)
89 #   %code             Return code status (with format for web log: 999)
90 #   %bytesd           Size of document in bytes
91 #   %refererquot      Referer page with format: "http://from.com/from.htm"
92 #   %referer          Referer page with format: http://from.com/from.htm
93 #   %uabracket        User agent with format: [Mozilla/4.0 (compatible, ...)]
94 #   %uaquot           User agent with format: "Mozilla/4.0 (compatible, ...)"
95 #   %ua               User agent with format: Mozilla/4.0_(compatible...)
96 #   %gzipin           mod_gzip compression input bytes: In:XXX
97 #   %gzipout          mod_gzip compression output bytes & ratio: Out:YYY:ZZpct.
98 #   %gzipratio        mod_gzip compression ratio: ZZpct.
99 #   %deflateratio     mod_deflate compression ratio with format: (ZZ)
100 #   %email            EMail sender (for mail log)
101 #   %email_r          EMail receiver (for mail log)
102 #   %virtualname      Web sever virtual hostname. Use this tag when same log
103 #                     contains data of several virtual web servers. AWStats
104 #                     will discard records not in SiteDomain nor HostAliases
105 #   %cluster          If log file is provided from several computers (merged by
106 #                     logresolvemerge.pl), use this to define cluster id field.
107 #   %extraX           Another field that you plan to use for building a
108 #                     personalized report with ExtraSection feature (See later).
109 #   If your log format has some fields not included in this list, use:
110 #   %other            Means another not used field
111 #   %otherquot        Means another not used double quoted field
112 #
113 # Examples for Apache combined logs (following two examples are equivalent):
114 # LogFormat = 1
115 # LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"
116 #
117 LogFormat=1
118
119 # If your log field's separator is not a space, you can change this parameter.
120 # This parameter is not used if LogFormat is a predefined value (1,2,3,4)
121 # Backslash can be used as escape character.
122 # Example: " "
123 # Example: "\t"
124 # Example: "\|"
125 # Default: " "
126 #
127 LogSeparator=" "
128
129
130 # "SiteDomain" must contain the main domain name, or the main intranet web
131 # server name, used to reach the web site.
132 # If you share the same log file for several virtual web servers, this
133 # parameter is used to tell AWStats to filter record that contains records for
134 # this virtual host name only (So check that this virtual hostname can be
135 # found in your log file and use a personalized log format that include the
136 # %virtualname tag).
137 # But for multi hosting a better solution is to have one log file for each
138 # virtual web server. In this case, this parameter is only used to generate
139 # full URL's links when ShowLinksOnUrl option is set to 1.
140 # If analysing mail log, enter here the domain name of mail server.
141 # Example: "myintranetserver"
142 # Example: "www.domain.com"
143 # Example: "ftp.domain.com"
144 # Example: "domain.com"
145 #
146 # SiteDomain="" # Setup in the per host file
147
148
149 # Enter here all other possible domain names, addresses or virtual host
150 # aliases someone can use to access your site. Try to keep only the minimum
151 # number of possible names/addresses to have the best performances.
152 # You can repeat the "SiteDomain" value in this list.
153 # This parameter is used to analyze referer field in log file and to help
154 # AWStats to know if a referer URL is a local URL of same site or an URL of
155 # another site.
156 # Note: Use space between each value.
157 # Note: You can use regular expression values writing value with REGEX[value].
158 # Note: You can also use @/mypath/myfile if list of aliases are in a file.
159 # Example: "www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$]"
160 #
161 # HostAliases="localhost 127.0.0.1" # Setup in the per host file
162
163
164 # If you want to have hosts reported by name instead of ip address, AWStats
165 # need to make reverse DNS lookups (if not already done in your log file).
166 # With DNSLookup to 0, all hosts will be reported by their IP addresses and
167 # not by the full hostname of visitors (except if names are already available
168 # in log file).
169 # If you want/need to set DNSLookup to 1, don't forget that this will reduce
170 # dramatically AWStats update process speed. Do not use on large web sites.
171 # Note: Reverse DNS lookup is done on IPv4 only (Enable ipv6 plugin for IPv6).
172 # Note: Result of DNS Lookup can be used to build the Country report. However
173 # it is highly recommanded to enable the plugin 'geoipfree' or 'geoip' to
174 # have an accurate Country report with no need of DNS Lookup.
175 # Possible values:
176 # 0 - No DNS Lookup
177 # 1 - DNS Lookup is fully enabled
178 # 2 - DNS Lookup is made only from static DNS cache file (if it exists)
179 # Default: 2
180 #
181 DNSLookup=1
182
183
184 # When AWStats updates its statistics, it stores results of its analysis in
185 # files (AWStats database). All those files are written in the directory
186 # defined by the "DirData" parameter. Set this value to the directory where
187 # you want AWStats to save its database and working files into.
188 # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
189 # feature (see later), you need "Write" permissions by web server user on this
190 # directory (and "Modify" for Windows NTFS file systems).
191 # Example: "/var/lib/awstats"
192 # Example: "../data"
193 # Example: "C:/awstats_data_dir"
194 # Default: "."          (means same directory as awstats.pl)
195 #
196 # DirData="/var/lib/awstats"  # Setup in the per host file
197
198
199 # Relative or absolute web URL of your awstats cgi-bin directory.
200 # This parameter is used only when AWStats is run from command line
201 # with -output option (to generate links in HTML reported page).
202 # Example: "/awstats"
203 # Default: "/cgi-bin"   (means awstats.pl is in "/yourwwwroot/cgi-bin")
204 #
205 DirCgi="/cgi-bin"
206
207
208 # Relative or absolute web URL of your awstats icon directory.
209 # If you build static reports ("... -output > outputpath/output.html"), enter
210 # path of icon directory relative to the output directory 'outputpath'.
211 # Example: "/awstatsicons"
212 # Example: "../icon"
213 # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
214 #
215 DirIcons="/awstats-icon"
216
217
218 # When this parameter is set to 1, AWStats add a button on report page to
219 # allow to "update" statistics from a web browser. Warning, when "update" is
220 # made from a browser, AWStats is ran as a CGI by the web server user defined
221 # in your web server (user "nobody" by default with Apache, "IUSR_XXX" with
222 # IIS), so the "DirData" directory and all already existing history files
223 # awstatsMMYYYY[.xxx].txt must be writable by this user. Change permissions if
224 # necessary to "Read/Write" (and "Modify" for Windows NTFS file systems).
225 # Warning: Update process can be long so you might experience "time out"
226 # browser errors if you don't launch AWStats enough frequently.
227 # When set to 0, update is only made when AWStats is ran from the command
228 # line interface (or a task scheduler).
229 # Possible values: 0 or 1
230 # Default: 0
231 #
232 AllowToUpdateStatsFromBrowser=0
233
234
235 # AWStats save and sort its database on a month basis, this allows to build
236 # build a report quickly. However, if you choose the -month=all from command
237 # line or value '-Year-' from CGI combo form to have a report for all year,
238 # AWStats needs to reload all data for full year, and resort them completely,
239 # requiring a large amount of time, memory and CPU. This might be a problem
240 # for web hosting providers that offer AWStats for large sites, on shared
241 # servers, to non CPU cautious customers.
242 # For this reason, the 'full year' is only enabled on Command Line by default.
243 # You can change this by setting this parameter to 0, 1, 2 or 3.
244 # Possible values:
245 #  0 - Never allowed
246 #  1 - Allowed on CLI only, -Year- value in combo is not visible
247 #  2 - Allowed on CLI only, -Year- value in combo is visible but not allowed
248 #  3 - Possible on CLI and CGI
249 # Default: 2
250 #
251 AllowFullYearView=2
252
253
254
255 #-----------------------------------------------------------------------------
256 # OPTIONAL SETUP SECTION (Not required but increase AWStats features)
257 #-----------------------------------------------------------------------------
258
259 # When the update process run, AWStats can set a lock file in TEMP or TMP
260 # directory. This lock is to avoid to have 2 update processes running at the
261 # same time to prevent unknown conflicts problems and avoid DoS attacks when
262 # AllowToUpdateStatsFromBrowser is set to 1.
263 # Because, when you use lock file, you can experience sometimes problems in
264 # lock file not correctly removed (killed process for example requires that
265 # you remove the file manualy), this option is not enabled by default (Do
266 # not enable this option with no console server access).
267 # Change : Effective immediatly
268 # Possible values: 0 or 1
269 # Default: 0
270 #
271 EnableLockForUpdate=0
272
273
274 # AWStats can do reverse DNS lookups through a static DNS cache file that was
275 # previously created manually. If no path is given in static DNS cache file
276 # name, AWStats will search DirData directory. This file is never changed.
277 # This option is not used if DNSLookup=0.
278 # Note: DNS cache file format is 'minsince1970 ipaddress resolved_hostname'
279 # or just 'ipaddress resolved_hostname'
280 # Change : Effective for new updates only
281 # Example: "/mydnscachedir/dnscache"
282 # Default: "dnscache.txt"
283 #
284 DNSStaticCacheFile="dnscache.txt"
285
286
287 # AWStats can do reverse DNS lookups through a DNS cache file that was created
288 # by a previous run of AWStats. This file is erased and recreated after each
289 # statistics update process. You don't need to create and/or edit it.
290 # AWStats will read and save this file in DirData directory.
291 # This option is used only if DNSLookup=1.
292 # Note: If a DNSStaticCacheFile is available, AWStats will check for DNS
293 # lookup in DNSLastUpdateCacheFile after checking into DNSStaticCacheFile.
294 # Change : Effective for new updates only
295 # Example: "/mydnscachedir/dnscachelastupdate"
296 # Default: "dnscachelastupdate.txt"
297 #
298 DNSLastUpdateCacheFile="dnscachelastupdate.txt"
299
300
301 # You can specify specific IP addresses that should NOT be looked up in DNS.
302 # This option is used only if DNSLookup=1.
303 # Note: Use space between each value.
304 # Note: You can use regular expression values writing value with REGEX[value].
305 # Change : Effective for new updates only
306 # Example: "123.123.123.123 REGEX[^192\.168\.]"
307 # Default: ""
308 #
309 SkipDNSLookupFor=""
310
311
312 # The following two parameters allow you to protect a config file from being
313 # read by AWStats when called from a browser if web user has not been
314 # authenticated. Your AWStats program must be in a web protected "realm" (With
315 # Apache, you can use .htaccess files to do so. With other web servers, see
316 # your server setup manual).
317 # Change : Effective immediatly
318 # Possible values: 0 or 1
319 # Default: 0
320 #
321 #AllowAccessFromWebToAuthenticatedUsersOnly=1
322
323
324 # This parameter give the list of all authorized authenticated users to view
325 # statistics for this domain/config file. This parameter is used only if
326 # AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.
327 # Change : Effective immediatly
328 # Example: "user1 user2"
329 # Example: "__REMOTE_USER__"
330 # Default: ""
331 #
332 # AllowAccessFromWebToFollowingAuthenticatedUsers="" # Setup in the per host file
333
334
335 # When this parameter is define to something, the IP address of the user that
336 # read its statistics from a browser (when AWStats is used as a CGI) is
337 # checked and must match one of the IP address values or ranges.
338 # Change : Effective immediatly
339 # Example: "127.0.0.1 123.123.123.1-123.123.123.255"
340 # Default: ""
341 #
342 AllowAccessFromWebToFollowingIPAddresses=""
343
344
345 # If the "DirData" directory (see above) does not exists, AWStats return an
346 # error. However, you can ask AWStats to create it.
347 # This option can be used by some Web Hosting Providers that has defined a
348 # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and
349 # don't want to have to create a new directory each time they add a new user.
350 # Change : Effective immediatly
351 # Possible values: 0 or 1
352 # Default: 0
353 #
354 CreateDirDataIfNotExists=1
355
356
357 # You can choose in which format the Awstats history database is saved.
358 # Note: Using "xml" format make AWStats building database files three times
359 # larger than using "text" format.
360 # Change : Database format is switched after next update
361 # Possible values: text or xml
362 # Default: text
363 #
364 BuildHistoryFormat=text
365
366
367 # If you prefer having the report output pages be built as XML compliant pages
368 # instead of simple HTML pages, you can set this to 'xhtml' (May not works
369 # properly with old browsers).
370 # Change : Effective immediatly
371 # Possible values: html or xhtml
372 # Default: html
373 #
374 BuildReportFormat=html
375
376
377 # AWStats databases can be updated from command line of from a browser (when
378 # used as a cgi program). So AWStats database files need write permission
379 # for both command line user and default web server user (nobody for Unix,
380 # IUSR_xxx for IIS/Windows,...).
381 # To avoid permission's problems between update process (run by an admin user)
382 # and CGI process (ran by a low level user), AWStats can save its database
383 # files with read and write permissions for everyone.
384 # By default, AWStats keep default user permissions on updated files. If you
385 # set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1.
386 # Change : Effective for new updates only
387 # Possible values: 0 or 1
388 # Default: 0
389 #
390 SaveDatabaseFilesWithPermissionsForEveryone=0
391
392
393 # AWStats can purge log file, after analyzing it. Note that AWStats is able
394 # to detect new lines in a log file, to process only them, so you can launch
395 # AWStats as often as you want, even with this parameter to 0.
396 # With 0, no purge is made, so you must use a scheduled task or a web server
397 # that make this purge frequently.
398 # With 1, the purge of the log file is made each time AWStats update is ran.
399 # This parameter doesn't work with IIS (This web server doesn't let its log
400 # file to be purged).
401 # Change : Effective for new updates only
402 # Possible values: 0 or 1
403 # Default: 0
404 #
405 PurgeLogFile=0
406
407
408 # When PurgeLogFile is setup to 1, AWStats will clean your log file after
409 # processing it. You can however keep an archive file of all processed log
410 # records by setting this parameter (For example if you want to use another
411 # log analyzer). The archived log file is saved in "DirData" with name
412 # awstats_archive.configname[.suffix].log
413 # This parameter is not used if PurgeLogFile=0
414 # Change : Effective for new updates only
415 # Possible values: 0, 1, or tags (See LogFile parameter) for suffix
416 # Example: 1
417 # Example: %YYYY%MM%DD
418 # Default: 0
419 #
420 ArchiveLogRecords=0
421
422
423 # Each time you run the update process, AWStats overwrite the 'historic file'
424 # for the month (awstatsMMYYYY[.*].txt) with the updated one.
425 # When write errors occurs (IO, disk full,...), this historic file can be
426 # corrupted and must be deleted. Because this file contains information of all
427 # past processed log files, you will loose old stats if removed. So you can
428 # ask AWStats to save last non corrupted file in a .bak file. This file is
429 # stored in "DirData" directory with other 'historic files'.
430 # Change : Effective for new updates only
431 # Possible values: 0 or 1
432 # Default: 0
433 #
434 KeepBackupOfHistoricFiles=1
435
436
437 # Default index page name for your web server.
438 # Change : Effective for new updates only
439 # Example: "index.php index.html default.html"
440 # Default: "index.html"
441 #
442 DefaultFile="index.html"
443
444
445 # Do not include access from clients that match following criteria.
446 # If your log file contains IP adresses in host field, you must enter here
447 # matching IP adresses criteria.
448 # If DNS lookup is already done in your log file, you must enter here hostname
449 # criteria, else enter ip address criteria.
450 # The opposite parameter of "SkipHosts" is "OnlyHosts".
451 # Note: Use space between each value. This parameter is not case sensitive.
452 # Note: You can use regular expression values writing value with REGEX[value].
453 # Change : Effective for new updates only
454 # Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.]"
455 # Example: "localhost REGEX[^.*\.localdomain$]"
456 # Default: ""
457 #
458 SkipHosts="80.67.170.30 REGEX[^.*netaktiv.com$] REGEX[^80\.67\.170\.]"
459
460
461 # Do not include access from clients with a user agent that match following
462 # criteria. If you want to exclude a robot, you should update the robots.pm
463 # file instead of this parameter.
464 # The opposite parameter of "SkipUserAgents" is "OnlyUserAgents".
465 # Note: Use space between each value. This parameter is not case sensitive.
466 # Note: You can use regular expression values writing value with REGEX[value].
467 # Change : Effective for new updates only
468 # Example: "konqueror REGEX[ua_test_v\d\.\d]"
469 # Default: ""
470 #
471 SkipUserAgents=""
472
473
474 # Use SkipFiles to ignore access to URLs that match one of following entries.
475 # You can enter a list of not important URLs (like framed menus, hidden pages,
476 # etc...) to exclude them from statistics. You must enter here exact relative
477 # URL as found in log file, or a matching REGEX value.
478 # For example, to ignore /badpage.html, just add "/badpage.html". To ignore
479 # all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
480 # The opposite parameter of "SkipFiles" is "OnlyFiles".
481 # Note: Use space between each value. This parameter is or not case sensitive
482 # depending on URLNotCaseSensitive parameter.
483 # Note: You can use regular expression values writing value with REGEX[value].
484 # Change : Effective for new updates only
485 # Example: "/badpage.html REGEX[^\/excludedirectory]"
486 # Default: ""
487 #
488 SkipFiles=""
489
490
491 # Include in stats, only accesses from hosts that match one of following
492 # entries. For example, if you want AWStats to filter access to keep only
493 # stats for visits from particular hosts, you can add those hosts names in
494 # this parameter.
495 # If DNS lookup is already done in your log file, you must enter here hostname
496 # criteria, else enter ip address criteria.
497 # The opposite parameter of "OnlyHosts" is "SkipHosts".
498 # Note: Use space between each value. This parameter is not case sensitive.
499 # Note: You can use regular expression values writing value with REGEX[value].
500 # Change : Effective for new updates only
501 # Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.]"
502 # Default: ""
503 #
504 OnlyHosts=""
505
506
507 # Include in stats, only accesses from user agent that match one of following
508 # entries. For example, if you want AWStats to filter access to keep only
509 # stats for visits from particular browsers, you can add their user agents
510 # string in this parameter.
511 # The opposite parameter of "OnlyUserAgents" is "SkipUserAgents".
512 # Note: Use space between each value. This parameter is not case sensitive.
513 # Note: You can use regular expression values writing value with REGEX[value].
514 # Change : Effective for new updates only
515 # Example: "msie"
516 # Default: ""
517 #
518 OnlyUserAgents=""
519
520
521 # Include in stats, only accesses to URLs that match one of following entries.
522 # For example, if you want AWStats to filter access to keep only stats that
523 # match a particular string, like a particular directory, you can add this
524 # directory name in this parameter.
525 # The opposite parameter of "OnlyFiles" is "SkipFiles".
526 # Note: Use space between each value. This parameter is or not case sensitive
527 # depending on URLNotCaseSensitive parameter.
528 # Note: You can use regular expression values writing value with REGEX[value].
529 # Change : Effective for new updates only
530 # Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
531 # Default: ""
532 #
533 OnlyFiles=""
534
535
536 # Add here a list of kind of url (file extension) that must be counted as
537 # "Hit only" and not as a "Hit" and "Page/Download". You can set here all
538 # images extensions as they are hit downloaded that must be counted but they
539 # are not viewed pages. URLs with such extensions are not included in the TOP
540 # Pages/URL report.
541 # Note: If you want to exclude particular URLs from stats (No Pages and no
542 # Hits reported), you must use SkipFiles parameter.
543 # Change : Effective for new updates only
544 # Example: "css js class gif jpg jpeg png bmp ico zip arj gz z wav mp3 wma mpg"
545 # Example: ""
546 # Default: "css js class gif jpg jpeg png bmp ico"
547 #
548 NotPageList="css js class gif jpg jpeg png bmp ico swf zip arj gz z wav mp3 wma mpg"
549
550
551 # By default, AWStats considers that records found in web log file are
552 # successful hits if HTTP code returned by server is a valid HTTP code (200
553 # and 304). Any other code are reported in HTTP status chart.
554 # Note that HTTP 'control codes', like redirection (302, 305) are not added by
555 # default in this list as they are not pages seen by a visitor but are
556 # protocol exchange codes to tell the browser to ask another page. Because
557 # this other page will be counted and seen with a 200 or 304 code, if you
558 # add such codes, you will have 2 pages viewed reported for only one in facts.
559 # Change : Effective for new updates only
560 # Example: "200 304 302 305"
561 # Default: "200 304"
562 #
563 ValidHTTPCodes="200 304"
564
565
566 # By default, AWStats considers that records found in mail log file are
567 # successful mail transfers if field that represent return code in analyzed
568 # log file match values defined by this parameter.
569 # Change : Effective for new updates only
570 # Example: "1 250 200"
571 # Default: "1 250"
572 #
573 ValidSMTPCodes="1 250"
574
575
576 # Some web servers on some Operating systems (IIS-Windows) considers that a
577 # login with same value but different case are the same login. To tell AWStats
578 # to also considers them as one, set this parameter to 1.
579 # Change : Effective for new updates only
580 # Possible values: 0 or 1
581 # Default: 0
582 #
583 AuthenticatedUsersNotCaseSensitive=0
584
585
586 # Some web servers on some Operating systems (IIS-Windows) considers that two
587 # URLs with same value but different case are the same URL. To tell AWStats to
588 # also considers them as one, set this parameter to 1.
589 # Change : Effective for new updates only
590 # Possible values: 0 or 1
591 # Default: 0
592 #
593 URLNotCaseSensitive=0
594
595
596 # Keep or remove the anchor string you can find in some URLs.
597 # Change : Effective for new updates only
598 # Possible values: 0 or 1
599 # Default: 0
600 #
601 URLWithAnchor=0
602
603
604 # In URL links, "?" char is used to add parameter's list in URLs. Syntax is:
605 # /mypage.html?param1=value1&param2=value2
606 # However, some servers/sites use also others chars to isolate dynamic part of
607 # their URLs. You can complete this list with all such characters.
608 # Change : Effective for new updates only
609 # Example: "?;,"
610 # Default: "?;"
611 #
612 URLQuerySeparators="?;"
613
614
615 # Keep or remove the query string to the URL in the statistics for individual
616 # pages. This is primarily used to differentiate between the URLs of dynamic
617 # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two
618 # different pages.
619 # Warning, when set to 1, memory required to run AWStats is dramatically
620 # increased if you have a lot of changing URLs (for example URLs with a random
621 # id inside). Such web sites should not set this option to 1 or use seriously
622 # the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually
623 # URLWithQueryWithoutFollowingParameters).
624 # Change : Effective for new updates only
625 # Possible values:
626 # 0 - URLs are cleaned from the query string (ie: "/mypage.html")
627 # 1 - Full URL with query string is used     (ie: "/mypage.html?p=x&q=y")
628 # Default: 0
629 #
630 URLWithQuery=0
631
632
633 # When URLWithQuery is on, you will get the full URL with all parameters in
634 # URL reports. But among thoose parameters, sometimes you don't need a
635 # particular parameter because it does not identify the page or because it's
636 # a random ID changing for each access even if URL points to same page. In
637 # such cases, it is higly recommanded to ask AWStats to keep only parameters
638 # you need (if you know them) before counting, manipulating and storing URL.
639 # Enter here list of wanted parameters. For example, with "param", one hit on
640 # /mypage.cgi?param=abc&id=Yo4UomP9d  and  /mypage.cgi?param=abc&id=Mu8fdxl3r
641 # will be reported as 2 hits on /mypage.cgi?param=abc
642 # This parameter is not used when URLWithQuery is 0 and can't be used with
643 # URLWithQueryWithoutFollowingParameters.
644 # Change : Effective for new updates only
645 # Example: "param"
646 # Default: ""
647 #
648 URLWithQueryWithOnlyFollowingParameters=""
649
650
651 # When URLWithQuery is on, you will get the full URL with all parameters in
652 # URL reports. But among thoose parameters, sometimes you don't need a
653 # particular parameter because it does not identify the page or because it's
654 # a random ID changing for each access even if URL points to same page. In
655 # such cases, it is higly recommanded to ask AWStats to remove such parameters
656 # from the URL before counting, manipulating and storing URL. Enter here list
657 # of all non wanted parameters. For example if you enter "id", one hit on
658 # /mypage.cgi?param=abc&id=Yo4UomP9d  and  /mypage.cgi?param=abc&id=Mu8fdxl3r
659 # will be reported as 2 hits on /mypage.cgi?param=abc
660 # This parameter is not used when URLWithQuery is 0 and can't be used with
661 # URLWithQueryWithOnlyFollowingParameters.
662 # Change : Effective for new updates only
663 # Example: "PHPSESSID jsessionid"
664 # Default: ""
665 #
666 URLWithQueryWithoutFollowingParameters=""
667
668
669 # Keep or remove the query string to the referrer URL in the statistics for
670 # external referrer pages. This is used to differentiate between the URLs of
671 # dynamic referrer pages. If set to 1, mypage.html?id=x and mypage.html?id=y
672 # are counted as two different referrer pages.
673 # Change : Effective for new updates only
674 # Possible values:
675 # 0 - Referrer URLs are cleaned from the query string (ie: "/mypage.html")
676 # 1 - Full URL with query string is used      (ie: "/mypage.html?p=x&q=y")
677 # Default: 0
678 #
679 URLReferrerWithQuery=0
680
681
682 # AWStats can detect setup problems or show you important informations to have
683 # a better use. Keep this to 1, except if AWStats says you can change it.
684 # Change : Effective immediatly
685 # Possible values: 0 or 1
686 # Default: 1
687 #
688 WarningMessages=1
689
690
691 # When an error occurs, AWStats output a message related to errors. If you
692 # want (in most cases for security reasons) to have no error messages, you
693 # can set this parameter to your personalized generic message.
694 # Change : Effective immediatly
695 # Example: "An error occured. Contact your Administrator"
696 # Default: ""
697 #
698 ErrorMessages=""
699
700
701 # AWStat can be run with debug=x parameter to output various informations
702 # to help in debugging or solving troubles. If you want to allow this (not
703 # enabled by default for security reasons), set this parameter to 0.
704 # Change : Effective immediatly
705 # Possible values: 0 or 1
706 # Default: 0
707 #
708 DebugMessages=0
709
710
711 # To help you to detect if your log format is good, AWStats report an error
712 # if all the first NbOfLinesForCorruptedLog lines have a format that does not
713 # match the LogFormat parameter.
714 # However, some worm virus attack on your web server can result in a very high
715 # number of corrupted lines in your log. So if you experience awstats stop
716 # because of bad virus records at the beginning of your log file, you can
717 # increase this parameter (very rare).
718 # Change : Effective for new updates only
719 # Default: 50
720 #
721 NbOfLinesForCorruptedLog=50
722
723
724 # For some particular integration needs, you may want to have CGI links to
725 # point to another script than awstats.pl.
726 # Use the name of this script in WrapperScript parameter.
727 # Change : Effective immediatly
728 # Example: "awstatslauncher.pl"
729 # Default: ""
730 #
731 WrapperScript=""
732
733
734 # DecodeUA must be set to 1 if you use Roxen web server. This server converts
735 # all spaces in user agent field into %20. This make the AWStats robots, os
736 # and browsers detection fail in some cases. Just change it to 1 if and only
737 # if your web server is Roxen.
738 # Change : Effective for new updates only
739 # Possible values: 0 or 1
740 # Default: 0
741 #
742 DecodeUA=0
743
744
745 # MiscTrackerUrl can be used to make AWStats able to detect some miscellanous
746 # things, that can not be tracked on other way, like:
747 # - Javascript disabled
748 # - Java enabled
749 # - Screen size
750 # - Color depth
751 # - Macromedia Director plugin
752 # - Macromedia Shockwave plugin
753 # - Realplayer G2 plugin
754 # - QuickTime plugin
755 # - Mediaplayer plugin
756 # - Acrobat PDF plugin
757 # To enable all this features, you must copy the awstats_misc_tracker.js file
758 # into a /js/ directory stored in your web document root and add the following
759 # HTML code at the end of your index page (but before </BODY>) :
760 #
761 # <script language=javascript src="/js/awstats_misc_tracker.js"></script>
762 # <noscript><img src="/js/awstats_misc_tracker.js?nojs=y" height=0 width=0 border=0 style="display: none"></noscript>
763 #
764 # If code is not added in index page, all those detection capabilities will be
765 # disabled. You must also check that ShowScreenSizeStats and ShowMiscStats
766 # parameters are set to 1 to make results appear in AWStats report page.
767 # If you want to use another directory than /js/, you must also change the
768 # awstatsmisctrackerurl variable into the awstats_misc_tracker.js file.
769 # Change : Effective for new updates only.
770 # Possible value: URL of javascript tracker file added in your HTML code.
771 # Default: "/js/awstats_misc_tracker.js"
772 #
773 MiscTrackerUrl="/js/awstats_misc_tracker.js"
774
775
776
777 #-----------------------------------------------------------------------------
778 # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
779 #-----------------------------------------------------------------------------
780
781 # Following values allows you to define accuracy of AWStats entities (robots,
782 # browsers, os, referers, file types) detection.
783 # It might be a good idea for large web sites or ISP that provides AWStats to
784 # high number of customers, to set this parameter to 1 (or 0), instead of 2.
785 # Possible values:
786 #  0 = No detection,
787 #  1 = Medium/Standard detection
788 #  2 = Full detection
789 # Change : Effective for new updates only
790 # Default: 2 (0 for LevelForWormsDetection)
791 #
792 LevelForBrowsersDetection=2         # 0 disables Browsers detection.
793                                     # 2 reduces AWStats speed by 2%
794 LevelForOSDetection=2               # 0 disables OS detection.
795                                     # 2 reduces AWStats speed by 3%
796 LevelForRefererAnalyze=2            # 0 disables Origin detection.
797                                     # 2 reduces AWStats speed by 14%
798 LevelForRobotsDetection=2           # 0 disables Robots detection.
799                                     # 2 reduces AWStats speed by 2.5%
800 LevelForSearchEnginesDetection=2    # 0 disables Search engines detection.
801                                     # 2 reduces AWStats speed by 9%
802 LevelForKeywordsDetection=2         # 0 disables Keyphrases/Keywords detection.
803                                     # 2 reduces AWStats speed by 1%
804 LevelForFileTypesDetection=2        # 0 disables File types detection.
805                                     # 2 reduces AWStats speed by 1%
806 LevelForWormsDetection=2            # 0 disables Worms detection.
807                                     # 2 reduces AWStats speed by 15%
808
809
810
811 #-----------------------------------------------------------------------------
812 # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
813 #-----------------------------------------------------------------------------
814
815 # When you use AWStats as a CGI, you can have the reports shown in HTML frames.
816 # Frames are only available for report viewed dynamically. When you build
817 # pages from command line, this option is not used and no frames are built.
818 # Possible values: 0 or 1
819 # Default: 1
820 #
821 UseFramesWhenCGI=1
822
823
824 # This parameter ask your browser to open detailed reports into a different
825 # window than the main page.
826 # Possible values:
827 # 0 - Open all in same browser window
828 # 1 - Open detailed reports in another window except if using frames
829 # 2 - Open always in a different window even if reports are framed
830 # Default: 1
831 #
832 DetailedReportsOnNewWindows=1
833
834
835 # You can add, in the HTML report page, a cache lifetime (in seconds) that
836 # will be returned to browser in HTTP header answer by server.
837 # This parameter is not used when report are built with -staticlinks option.
838 # Example: 3600
839 # Default: 0
840 #
841 Expires=0
842
843
844 # To avoid too large web pages, you can ask AWStats to limit number of rows of
845 # all reported charts to this number when no other limit apply.
846 # Default: 1000
847 #
848 MaxRowsInHTMLOutput=1000
849
850
851 # Set your primary language (ISO-639-1 language codes).
852 # Possible value:
853 #  Albanian=al, Bosnian=ba, Bulgarian=bg, Catalan=ca,
854 #  Chinese (Taiwan)=tw, Chinese (Simpliefied)=cn, Czech=cz, Danish=dk,
855 #  Dutch=nl, English=en, Estonian=et, Euskara=eu, Finnish=fi,
856 #  French=fr, Galician=gl, German=de, Greek=gr, Hebrew=he, Hungarian=hu,
857 #  Icelandic=is, Indonesian=id, Italian=it, Japanese=jp, Korean=kr,
858 #  Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl,
859 #  Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru,
860 #  Serbian=sr, Slovak=sk, Slovenian=si, Spanish=es, Swedish=se, Turkish=tr,
861 #  Ukrainian=ua, Welsh=cy.
862 #  First available language accepted by browser=auto
863 # Default: "auto"
864 #
865 Lang="auto"
866
867
868 # Set the location of language files.
869 # Example: "/usr/share/awstats/lang"
870 # Default: "./lang" (means lang directory is in same location than awstats.pl)
871 #
872 DirLang="/usr/share/awstats/lang"
873
874
875 # Show menu header with reports' links
876 # Possible values: 0 or 1
877 # Default: 1
878 #
879 ShowMenu=1
880
881
882 # You choose here which reports you want to see in the main page and what you
883 # want to see in those reports.
884 # Possible values:
885 #  0  - Report is not shown at all
886 #  1  - Report is shown in main page with an entry in menu and default columns
887 # XYZ - Report shows column informations defined by code X,Y,Z...
888 #       X,Y,Z... are code letters among the following:
889 #        U = Unique visitors
890 #        V = Visits
891 #        P = Number of pages
892 #        H = Number of hits (or mails)
893 #        B = Bandwith (or total mail size for mail logs)
894 #        L = Last access date
895 #        E = Entry pages
896 #        X = Exit pages
897 #        C = Web compression (mod_gzip,mod_deflate)
898 #        M = Average mail size (mail logs)
899 #
900
901 # Show monthly summary
902 # Context: Web, Streaming, Mail, Ftp
903 # Default: UVPHB, Possible column codes: UVPHB
904 ShowSummary=UVPHB
905
906 # Show monthly chart
907 # Context: Web, Streaming, Mail, Ftp
908 # Default: UVPHB, Possible column codes: UVPHB
909 ShowMonthStats=UVPHB
910
911 # Show days of month chart
912 # Context: Web, Streaming, Mail, Ftp
913 # Default: VPHB, Possible column codes: VPHB
914 ShowDaysOfMonthStats=VPHB
915
916 # Show days of week chart
917 # Context: Web, Streaming, Mail, Ftp
918 # Default: PHB, Possible column codes: PHB
919 ShowDaysOfWeekStats=PHB
920
921 # Show hourly chart
922 # Context: Web, Streaming, Mail, Ftp
923 # Default: PHB, Possible column codes: PHB
924 ShowHoursStats=PHB
925
926 # Show domains/country chart
927 # Context: Web, Streaming, Mail, Ftp
928 # Default: PHB, Possible column codes: PHB
929 ShowDomainsStats=PHB
930
931 # Show hosts chart
932 # Context: Web, Streaming, Mail, Ftp
933 # Default: PHBL, Possible column codes: PHBL
934 ShowHostsStats=PHBL
935
936 # Show authenticated users chart
937 # Context: Web, Streaming, Ftp
938 # Default: 0, Possible column codes: PHBL
939 ShowAuthenticatedUsers=0
940
941 # Show robots chart
942 # Context: Web, Streaming
943 # Default: HBL, Possible column codes: HBL
944 ShowRobotsStats=HBL
945
946 # Show worms chart
947 # Context: Web, Streaming
948 # Default: 0 (If set to other than 0, see also LevelForWormsDetection), Possible column codes: HBL
949 ShowWormsStats=0
950
951 # Show email senders chart (For use when analyzing mail log files)
952 # Context: Mail
953 # Default: 0, Possible column codes: HBML
954 ShowEMailSenders=0
955
956 # Show email receivers chart (For use when analyzing mail log files)
957 # Context: Mail
958 # Default: 0, Possible column codes: HBML
959 ShowEMailReceivers=0
960
961 # Show session chart
962 # Context: Web, Streaming, Ftp
963 # Default: 1, Possible column codes: None
964 ShowSessionsStats=1
965
966 # Show pages-url chart.
967 # Context: Web, Streaming, Ftp
968 # Default: PBEX, Possible column codes: PBEX
969 ShowPagesStats=PBEX
970
971 # Show file types chart.
972 # Context: Web, Streaming, Ftp
973 # Default: HB, Possible column codes: HBC
974 ShowFileTypesStats=HB
975
976 # Show file size chart (Not yet available)
977 # Context: Web, Streaming, Mail, Ftp
978 # Default: 1, Possible column codes: None
979 ShowFileSizesStats=0
980
981 # Show operating systems chart
982 # Context: Web, Streaming, Ftp
983 # Default: 1, Possible column codes: None
984 ShowOSStats=1
985
986 # Show browsers chart
987 # Context: Web, Streaming
988 # Default: 1, Possible column codes: None
989 ShowBrowsersStats=1
990
991 # Show screen size chart
992 # Context: Web, Streaming
993 # Default: 0 (If set to 1, see also MiscTrackerUrl), Possible column codes: None
994 ShowScreenSizeStats=0
995
996 # Show origin chart
997 # Context: Web, Streaming
998 # Default: PH, Possible column codes: PH
999 ShowOriginStats=PH
1000
1001 # Show keyphrases chart
1002 # Context: Web, Streaming
1003 # Default: 1, Possible column codes: None
1004 ShowKeyphrasesStats=1
1005
1006 # Show keywords chart
1007 # Context: Web, Streaming
1008 # Default: 1, Possible column codes: None
1009 ShowKeywordsStats=1
1010
1011 # Show misc chart
1012 # Context: Web, Streaming
1013 # Default: a (See also MiscTrackerUrl parameter), Possible column codes: anjdfrqwp
1014 ShowMiscStats=a
1015
1016 # Show http errors chart
1017 # Context: Web, Streaming
1018 # Default: 1, Possible column codes: None
1019 ShowHTTPErrorsStats=1
1020
1021 # Show smtp errors chart (For use when analyzing mail log files)
1022 # Context: Mail
1023 # Default: 0, Possible column codes: None
1024 ShowSMTPErrorsStats=0
1025
1026 # Show the cluster report (Your LogFormat must contains the %cluster tag)
1027 # Context: Web, Streaming, Ftp
1028 # Default: 0, Possible column codes: PHB
1029 ShowClusterStats=0
1030
1031
1032 # Some graphical reports are followed by the data array of values.
1033 # If you don't want this array (to reduce report size for example), you can
1034 # set thoose options to 0.
1035 # Possible values: 0 or 1
1036 # Default: 1
1037 #
1038 # Data array values for the ShowMonthStats report
1039 AddDataArrayMonthStats=1
1040 # Data array values for the ShowDaysOfMonthStats report
1041 AddDataArrayShowDaysOfMonthStats=1
1042 # Data array values for the ShowDaysOfWeekStats report
1043 AddDataArrayShowDaysOfWeekStats=1
1044 # Data array values for the ShowHoursStats report
1045 AddDataArrayShowHoursStats=1
1046
1047
1048 # In the Origin chart, you have stats on where your hits came from. You can
1049 # includes hits on pages that comes from pages of same sites in this chart.
1050 # Possible values: 0 or 1
1051 # Default: 0
1052 #
1053 IncludeInternalLinksInOriginSection=0
1054
1055
1056 # Following parameter can be used to choose maximum number of lines shown for
1057 # the particular following report.
1058 #
1059 # Stats by countries/domains
1060 MaxNbOfDomain = 10
1061 MinHitDomain  = 1
1062 # Stats by hosts
1063 MaxNbOfHostsShown = 10
1064 MinHitHost    = 1
1065 # Stats by authenticated users
1066 MaxNbOfLoginShown = 10
1067 MinHitLogin   = 1
1068 # Stats by robots
1069 MaxNbOfRobotShown = 10
1070 MinHitRobot   = 1
1071 # Stats by pages
1072 MaxNbOfPageShown = 10
1073 MinHitFile    = 1
1074 # Stats by OS
1075 MaxNbOfOsShown = 10
1076 MinHitOs      = 1
1077 # Stats by browsers
1078 MaxNbOfBrowsersShown = 10
1079 MinHitBrowser = 1
1080 # Stats by screen size
1081 MaxNbOfScreenSizesShown = 5
1082 MinHitScreenSize = 1
1083 # Stats by window size (following 2 parameters are not yet used)
1084 MaxNbOfWindowSizesShown = 5
1085 MinHitWindowSize = 1
1086 # Stats by referers
1087 MaxNbOfRefererShown = 10
1088 MinHitRefer   = 1
1089 # Stats for keyphrases
1090 MaxNbOfKeyphrasesShown = 10
1091 MinHitKeyphrase = 1
1092 # Stats for keywords
1093 MaxNbOfKeywordsShown = 10
1094 MinHitKeyword = 1
1095 # Stats for sender or receiver emails
1096 MaxNbOfEMailsShown = 20
1097 MinHitEMail   = 1
1098
1099
1100 # Choose if you want the week report to start on sunday or monday
1101 # Possible values:
1102 # 0 - Week start on sunday
1103 # 1 - Week start on monday
1104 # Default: 1
1105 #
1106 FirstDayOfWeek=1
1107
1108
1109 # List of visible flags that links to other language translations.
1110 # See Lang parameter for list of allowed flag/language codes.
1111 # If you don't want any flag link, set ShowFlagLinks to "".
1112 # This parameter is used only if ShowMenu parameter is set to 1.
1113 # Possible values: "" or "language_codes_separated_by_space"
1114 # Example: "en es fr nl de"
1115 # Default: ""
1116 #
1117 ShowFlagLinks=""
1118
1119
1120 # Each URL, shown in stats report views, are links you can click.
1121 # Possible values: 0 or 1
1122 # Default: 1
1123 #
1124 ShowLinksOnUrl=1
1125
1126
1127 # When AWStats build HTML links in its report pages, it starts thoose link
1128 # with "http://". However some links might be HTTPS links, so you can enter
1129 # here the root of all your HTTPS links. If all your site is a SSL web site,
1130 # just enter "/".
1131 # This parameter is not used if ShowLinksOnUrl is 0.
1132 # Example: "/shopping"
1133 # Example: "/"
1134 # Default: ""
1135 #
1136 UseHTTPSLinkForUrl=""
1137
1138
1139 # Maximum length of URL part shown on stats page (number of characters).
1140 # This affects only URL visible text, link still work.
1141 # Default: 64
1142 #
1143 MaxLengthOfShownURL=64
1144
1145
1146 # You can enter HTML code that will be added at the top of AWStats reports.
1147 # Default: ""
1148 #
1149 HTMLHeadSection=""
1150
1151
1152 # You can enter HTML code that will be added at the end of AWStats reports.
1153 # Great to add advert ban.
1154 # Default: ""
1155 #
1156 HTMLEndSection=""
1157
1158
1159 # You can set Logo and LogoLink to use your own logo.
1160 # Logo must be the name of image file (must be in $DirIcons/other directory).
1161 # LogoLink is the expected URL when clicking on Logo.
1162 # Default: "awstats_logo6.png"
1163 #
1164 Logo="awstats_alternc.png"
1165 LogoLink="http://www.alternc.org"
1166
1167
1168 # Value of maximum bar width/height for horizontal/vertical HTML graphics bar.
1169 # Default: 260/90
1170 #
1171 BarWidth   = 260
1172 BarHeight  = 180
1173
1174
1175 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to
1176 # change its look. To create a style sheet, you can use samples provided with
1177 # AWStats in wwwroot/css directory.
1178 # Example: "/awstatscss/awstats_bw.css"
1179 # Example: "/css/awstats_bw.css"
1180 # Default: ""
1181 #
1182 StyleSheet=""
1183
1184
1185 # Those colors parameters can be used (if StyleSheet parameter is not used)
1186 # to change AWStats look.
1187 # Example: color_name="RRGGBB"  # RRGGBB is Red Green Blue components in Hex
1188 #
1189 color_Background="FFFFFF"               # Background color for main page (Default = "FFFFFF")
1190 color_TableBGTitle="CCCCDD"             # Background color for table title (Default = "CCCCDD")
1191 color_TableTitle="000000"               # Table title font color (Default = "000000")
1192 color_TableBG="CCCCDD"                  # Background color for table (Default = "CCCCDD")
1193 color_TableRowTitle="FFFFFF"    # Table row title font color (Default = "FFFFFF")
1194 color_TableBGRowTitle="ECECEC"  # Background color for row title (Default = "ECECEC")
1195 color_TableBorder="ECECEC"              # Table border color (Default = "ECECEC")
1196 color_text="000000"                             # Color of text (Default = "000000")
1197 color_textpercent="606060"              # Color of text for percent values (Default = "606060")
1198 color_titletext="000000"                # Color of text title within colored Title Rows (Default = "000000")
1199 color_weekend="EAEAEA"                  # Color for week-end days (Default = "EAEAEA")
1200 color_link="0011BB"                             # Color of HTML links (Default = "0011BB")
1201 color_hover="605040"                    # Color of HTML on-mouseover links (Default = "605040")
1202 color_u="FFAA66"                                # Background color for number of unique visitors (Default =