1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374
|
#
# Configuration file for http-analyze
# Generated by http-analyze 2.4 at 29/Apr/2000 18:16
#
# Entries are separated by one or more tabulators.
# The first field is the directive (case-insensitive).
# The second and an optional third field contain the
# string, numerical or boolean values. Most definitions
# here may be overwritten by command line options.
# Registration ID (all versions)
#RegInfo Personal Edition Registration-ID
# Customer logos (commercial version only)
# One (W) for use on white background, one (B) for black background.
# Second field is name of logo, third is URL to link to.
#CustLogoW btn/RAG_sw.png http://www.rent-a-guru.de/
#CustLogoB btn/RAG_sb.png http://www.rent-a-guru.de/
# The name of your server (defaults to the local hostname).
# Must be a full qualified domain name (FQDN) here, not an URL.
ServerName luggage
# The prefix to use in URLs for hotlinks. Needed only if the
# statistics report is hosted on another server than the pages
# listed in the report. If the protocol specifier is not given,
# 'http' is assumed. Trailing slashes are removed.
#ServerURL http://www.mycompany.com
# Other (virtual) names for this host. If no protocol specifier
# (http, https) is specified explicitely, http-analyze creates
# two entries per name, one with the `http' and another one with
# the `https' protocol specifier. Either the ServerURL or the
# ServerName is added automatically to this list, whichever
# is defined. No additional protocols are added for the latter
# two except the 'http' default. Trailing slashes are removed.
#VirtualNames https://www.mycompany.com
#VirtualNames http://www.customer.com,http://customer.com
# The name of a virtual server document root. If defined,
# http-analyze restricts analysis to the given document root.
# If the name is prefixed by a `!', analysis takes place for
# all directories except this subdirctory. If docroot does
# not start with a slash ('/'), it is interpreted as the name
# of a virtual server, which is matched against the (normally
# unused) second field of a logfile entry. Intented for use
# with (software-) virtual servers with a separate Document
# Root or for which the hostname is recorded in the second
# field of a logfile entry.
#DocRoot /~customer/
#DocRoot www.customer.com
# The name of the default logfile to be used if none given
# at invocation of http-analyze.
#LogFile /usr/ns-home/www.foo.com/logs/access
# The format of the logfile:
# auto Automatically determine format (default)
# clf Common Logfile Format (CLF)
# dlf Combined Logfile Format (CLF + Referrer + UserAgent)
# elf Extended Logfile Format (CLF + UserAgent + Referrer)
#LogFormat auto
# The default mode of operation now is full statistics ("monthly") mode.
#DefaultMode monthly
# The name of the directory where the output files of the statistics
# report are to be created.
#OutputDir /usr/www/stats
# Use symlinks for the required files and buttons if missing.
# Requires installation of all files/buttons in HA_LIBDIR.
#BtnSymlink No
# Multi-language support.
# To use a language for every message, define the 'LANG' or the
# 'LC_MESSAGES' environment variable before invoking http-analyze.
#
# The 'Language' directive can be used to provide statistics
# in other languages, e.g. for customers of an ISP. If set, it
# will change the language every message is displayed in after
# the settings from the configuration file have been loaded.
#
# HTMLCharSet defines the Content-Encoding to use for the files
# of the statistics report. This may be necessary if the selected
# language requires another char set than the browser's default
# (usually iso-8859-1/latin1). If left undefined, the default is
# 'iso-8859-1', which includes 'us-ascii' as a subset.
#
# Here are some suggestions for Language (Locale) and
# HTMLCharSet (Encoding) values:
#
# Country Locale Encoding
# --------------------------------------------------------
# Standard C C us-ascii
# Arabic Countries ar iso-8859-6
# Belarus be iso-8859-5
# Bulgaria bg iso-8859-5
# Czech Republic cs iso-8859-2
# Denmark da iso-8859-1
# Germany de iso-8859-1
# Greece el iso-8859-7
# Great Britain en iso-8859-1
# United States en_US iso-8859-1
# Spain es iso-8859-1
# Mexico es_MX iso-8859-1
# Finland fi iso-8859-1
# France fr iso-8859-1
# Belgium fr_BE iso-8859-1
# Canada fr_CA iso-8859-1
# Switzerland fr_CH iso-8859-1
# Croatia hr iso-8859-2
# Hungary hu iso-8859-2
# Iceland is iso-8859-1
# Italy it iso-8859-1
# Israel iw iso-8859-8
# Japan ja Shift_JIS or iso-2022-jp
# Korea ko EUC-kr or iso-2022-kr
# Netherlands nl iso-8859-1
# Belgium nl_BE iso-8859-1
# Norway no iso-8859-1
# Poland pl iso-8859-2
# Portugal pt iso-8859-1
# Brazil pt_BR iso-8859-1
# Romania ro iso-8859-2
# Russia ru KOI8-R or iso-8859-5
# Sweden sv iso-8859-1
# Turkey tr iso-8859-9
# Chinese zh big5
# --------------------------------------------------------
#
#Language de_DE
#HTMLCharSet iso-8859-1
# The name of a private directory where detailed lists are to be placed.
# Must be a subdirectory of OutputDir and may contain no slashes. Note
# that you have to set up server authentication if you want to protect
# those lists. http-analyze just creates the detailed list of URLs, sites,
# agents and referrers in this subdirectory. See the online documentation
# for an example.
#PrivateDir lists
# Alternate names for directory index files other than "index.html".
# Note: The leading slash is important!
#IndexFiles /Welcome.html,/home.html
# Skip all URLs which required authentication. By default, such URLs
# are handled just like all other URLs. Setting AuthURL to Off, No,
# None, False, or 0 causes the analyzer to skip those private URLs
# in the logfile.
#AuthURL No
# Remove arguments from CGI-URLs in the overview and detailed lists
# (default: true). Can be set to Off, No, None, False, 0 to have CGI-
# URLs with different arguments listed separately in the report. Note
# that arguments to a CGI-script are recorded in the logfile only for
# scripts using the GET method for passing parameters.
#StripCGI No
# Definitions for Pageviews: If the value starts with a slash (/),
# it defines the prefix of an URL which is counted as s pageview
# if hit. If it does not start with a slash, it defines the suffix
# of such an URL. In the latter case, the analyzer prepends a dot
# to the suffix automatically for backward compatibility. Use this
# directive to specify alternate suffixes for text files other than
# ".html" (which is added automatically) and to specify prefixes
# of documents generated by CGI scripts (for example: /cgi-bin/).
#PageView .shtml,.text,.htm,/cgi-bin/
# Time-window for accounting user sessions (default: 24 hours).
# Use t[icks], s[econds], m[inutes], h[ours] or d[ays] after
# the number as a scaling unit.
#Session 30 Minutes
# Level of subdomains in hostnames to use in the Top N sites list as an
# item, under which all hostnames from this domain are lumped together.
# Valid range: 1-5, Default: 2
#ShowDomain 2
# Noise level: suppress details about all items with hits below
# this level in order to keep the size of reports manageable.
#NoiseLevel 7
# The title to display in the statistics reports.
ReportTitle Access Statistics for luggage
# The name of a file containing all valid domains.
# You may add top-level domains with up to 6 characters
# in length. See the included file TLD for an example.
# Not needed usually unless you want change the built-in
# list of country names. If TLDFile is set to `none', no
# country list is produced in the summary.
#TLDFile /usr/local/lib/http-analyze/TLD
#TLDFile none
# The name of the VRML prolog file for yearly models.
# For use on graphic workstations only!
#VRMLProlog 3Dprolog.wrl
# Font faces and sizes. HeadFont and HeadSize are used for headers,
# while TextFont and TextSize are used for normal text. ListSize (the
# former FontSize directive) is the size of the preformatted text in
# the detailed lists. SmallSize is the size used for small text like
# percentages following the actual numbers, etc.
#
# Valid values for the font face directives are name lists of browser
# fonts or the keyword "default" to use the browser's standard font.
#HeadFont Helvetica,Arial,Geneva,sans-serif
#TextFont Helvetica,Arial,Geneva,sans-serif
#ListFont monospaced
#HeadSize 3
#TextSize 2
#ListSize 2
#SmallSize 1
# The Prefix to output after the header section (if defined, it must
# include the <BODY> tag). If the string starts with a slash, it is
# taken as the name of a file containing the HTML code.
#HTMLPrefix <BODY BGCOLOR="#FFFFFF">
#HTMLPrefix /usr/www/lib/header.templ
# The Trailer to output at the end of a page, immediately before the
# copyright note. If the string starts with a slash, it is taken as
# the name of a file containing the HTML code.
#HTMLTrailer <A HREF="/staff/">Back</A> to the internal server
#HTMLTrailer /usr/www/lib/trailer.templ
# Suppress certain parts of the summary.
#Suppress URLs,URLList,Code404,Sites,RSites,SiteList,Agents,Referrer
#Suppress AVLoad,Country,AuthReq,Pageviews,Graphics,Hotlinks,Interpol
# The number of URLs, sites, agents and referrers in the "top N" lists.
# If set to zero, the appropriate parts of the summary will be supressed.
#TopURLs 30
#LeastURLs 10
#TopSites 30
#TopAgents 30
#TopRefers 30
#TopDays 7
#TopHours 24
#TopMinutes 5
#TopSeconds 5
# TblFormat defines the layout of the tables in the report.
# The syntax is:
# TblFormat tblname specifier
#
# where `tblname' stands for the
# Month statistics of the last 12 months (main page)
# Day daily stats in short & full summaries
# Load average load by weekday, hour, minute, second
# Country Country list
# TopTen all Top N lists
# Overview all overviews
# Lists all detailed lists (preformatted text)
# NotFound list of NotFound responses
#
# and `specifier' is a list of the following characters:
#
# n An index number/label (don't remove!)
# h The number of hits (any request)
# f The number of files sent (Code 200 OK)
# c The number of files saved by cache (Code 304 Not Modified)
# p The number of pageviews
# s The number of user sessions
# k The data sent in KBytes (integer representation)
# B The data sent in Bytes (float representation)
# L A changing label (don't remove!)
#
# This are the built-in table formats:
#TblFormat Month n h f c p s k
#TblFormat Day n H F C P S k
#TblFormat Load N H F P S k L
#TblFormat Country N H F P S k L
#TblFormat TopTen N H F P S k L
#TblFormat Overview H f p B
#TblFormat Lists H f p B
#TblFormat NotFound h s b
# The size of the navigation frame in pixels.
#NavigFrame 124
# The type of the 3D window:
# extern (new window) or intern (inside frame).
#3DWindow extern
# The size of the 3D window in pixels (width x height).
#3DWinSize 520x420
# The size of the navigation window in pixels (width x height).
#NavWinSize 420x190
# MSIISMode: Use case-insensitive comparison for URLs. Needed for MS IIS
# which makes no difference between upper- and lower-case characters.
# MS users may regard this as an enhancement, while for the rest of
# the world this is just a violation of RFC 2068 and should be ignored.
#MSIISMode No
#
# List of sites and URLs to ignore or hide.
# Format:
# IgnSys <tab> HOST
# IgnURL <tab> URL
# HideSys <tab> HOST <tab> DESC [TLD]
# HideURL <tab> URL <tab> DESC
#
# URL is the file's URL relative to the Document Root of the server
# HOST is a full qualified domain name
# DESC is the new category this item is hidden under
#
# The URL/hostname may either begin or end with a `*'
# wildcard. There is only one wildcard allowed. The `*'
# must be the first or very last character of the string.
# Inside the string, a `*' is taken literal.
#
# If an URL doesn't start with a `*', it's first character
# must be a slash (`/').
# If DESC begins with the character `[', the item is not
# shown in any of the "Top Ten" lists.
# Ignore this hostnames. Increases processing time by a
# significant amount, so keep this list small or don't
# use it at all if speed is a concern.
#IgnSys *.foo.com
# Ignore this URLs. Increases processing time by a
# significant amount, so keep this list small or don't
# use it at all if speed is a concern.
#IgnURL *.gif,*.png,*.tif,*.tiff,*.jpg,*.jpeg
# Hide this hostnames. May be used to map local IP numbers
# to hostnames. See the online documentation for examples.
#HideSys *.myname.com MYCOMPANY
#HideSys 192.168.1.* UNRESOLVED.IP [COM]
#HideSys local.host LOCAL.NETWORK [COM]
# Hide this URLs.
# Square brackets around the item means to suppress
# the item from the Top N lists.
#HideURL *.map [All image maps]
#HideURL *.class [All java applets]
#HideURL /robots.txt [Robot control file]
#HideURL /content.html Foo Table of Content
#HideURL /help.html Foo Help
#HideURL /news/* Foo News
#HideURL /stats/* Foo Access Statistics
#HideURL /cgi-bin/* CGI scripts
# Browser types to be added to the browser list.
# Needed for a certain browser type whose vendor
# still can't spell it's name correctly.
HideAgent Mozilla/4.0 (compatible; MSIE 5. MSIE 5.*
HideAgent Mozilla/4.0 (compatible; MSIE 4. MSIE 4.*
HideAgent Mozilla/3.0 (compatible; MSIE 4. MSIE 4.*
HideAgent Mozilla/3.0 (compatible; MSIE 3. MSIE 3.*
HideAgent Mozilla/2.0 (compatible; MSIE 2.*
# Referrers to be added to the referrer list. If a string in
# square brackets is given, this is the CGI parameter which
# specifies the search key for search engines.
HideRefer http://www.yahoo.com/ Yahoo
HideRefer http://av.yahoo.com/ Yahoo [p=]
HideRefer http://search.yahoo.com/ Yahoo [p=]
HideRefer http://www.altavista.digital.com/ AltaVista [q=]
HideRefer http://ie4.altavista.digital.com/ AltaVista [q=]
HideRefer http://altavista.digital.com/ AltaVista [q=]
# Mock domains to be added to the Country list.
#AddDomain .myname.com MYCOMPANY
#AddDomain .compuserve.com Compuserve
#AddDomain .dtag.de T-Online
#AddDomain .aol.com AOL
|