root/alternc-awstats/tags/0.4/awstats.template.conf

Revision 1071, 23.4 kB (checked in by benjamin, 3 years ago)

allow full year view for Awstats

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