home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / httpan22.zip / sample.conf < prev    next >
Text File  |  1999-03-14  |  12KB  |  300 lines

  1. #
  2. # Sample configuration file for http-analyze
  3. #
  4. # Entries are separated by one or more tabulators.
  5. # Values may be overwritten by command line options.
  6.  
  7. # Registration ID (all versions)
  8. #RegInfo    Personal Edition    Registration-ID
  9.  
  10. # Customer logos (commercial version only)
  11. # One (W) for use on white background, one (B) for black background.
  12. # Second field is name of logo, third is URL to link to (if any).
  13. #CustLogoW    btn/RAG_sw.gif        http://www.rent-a-guru.de/
  14. #CustLogoB    btn/RAG_sb.gif        http://www.rent-a-guru.de/
  15.  
  16. # The name of your server (defaults to the local hostname).
  17. # Must be a full qualified domain name (FQDN) here, not an URL.
  18. #ServerName    www.mycompany.com
  19.  
  20. # The prefix to use in URLs for hotlinks. Needed only if the
  21. # statistics report is hosted on another server than the pages
  22. # listed in the report. If the protocol specifier is not given,
  23. # 'http' is assumed. Trailing slashes are removed.
  24. #ServerURL    http://www.mycompany.com
  25.  
  26. # Other (virtual) names for this host. If no protocol specifier
  27. # (http, https) is specified explicitely, http-analyze creates
  28. # two entries per name, one with the `http' and another one with
  29. # the `https' protocol specifier. Either the ServerURL or the
  30. # ServerName is added automatically to this list, whichever
  31. # is defined. No additional protocols are added for the latter
  32. # two except the 'http' default. Trailing slashes are removed.
  33. #
  34. #VirtualNames    https://www.mycompany.com
  35. #VirtualNames    http://www.customer.com,http://customer.com
  36.  
  37. # The name of a virtual server document root. If defined,
  38. # http-analyze restricts analysis to the given document root.
  39. # If the name is prefixed by a `!', analysis takes place for
  40. # all directories except this subdirctory.  If docroot does
  41. # not start with a slash ('/'), it is interpreted as the name
  42. # of a virtual server, which is matched against the (normally
  43. # unused) second field of a logfile entry.  Intented for use
  44. # with (software-) virtual servers with a separate Document
  45. # Root or for which the hostname is recorded in the second
  46. # field of a logfile entry.
  47. #DocRoot    /~customer/
  48. #DocRoot    www.customer.com
  49.  
  50. # The name of the default logfile to be used if none given
  51. # at invocation of http-analyze.
  52. #LogFile    /usr/ns-home/www.foo.com/logs/access
  53.  
  54. # The format of the logfile:
  55. #    auto    Automatically determine format (default)
  56. #    clf    Common Logfile Format (CLF)
  57. #    dlf    Combined Logfile Format (CLF + Referrer + UserAgent)
  58. #    elf    Extended Logfile Format (CLF + UserAgent + Referrer)
  59. #
  60. #LogFormat    auto
  61.  
  62. # The default mode of operation now is full statistics ("monthly") mode.
  63. #DefaultMode    monthly
  64.  
  65. # The name of the directory where the output files of the statistics
  66. # report are to be created.
  67. #OutputDir    /usr/www/stats
  68.  
  69. # The name of a private directory where detailed lists are to be placed.
  70. # Must be a subdirectory of OutputDir and may contain no slashes. Note
  71. # that you have to set up server authentication if you want to protect
  72. # those lists. http-analyze just creates the detailed list of URLs, sites,
  73. # agents and referrers in this subdirectory. See the online documentation
  74. # for an example.
  75. #PrivateDir    lists
  76.  
  77. # Alternate names for directory index files other than "index.html".
  78. # Note: The leading slash is important!
  79. #IndexFiles    /Welcome.html,/home.html
  80.  
  81. # Skip all URLs which required authentication. By default, such URLs
  82. # are handled just like all other URLs. Setting AuthURL to Off, No,
  83. # None, False, or 0 causes the analyzer to skip those private URLs
  84. # in the logfile.
  85. #AuthURL    No
  86.  
  87. # Don't strip CGI arguments in the overview and detailed list of URLs.
  88. # This should be left undefined unless the documents are created
  89. # dynamically by a CGI script. Valid values for StripCGI are: Off, No,
  90. # None, False, 0 to not strip CGI arguments or any other value to have
  91. # the analyzer remove them as in the previous version.
  92. #StripCGI    No
  93.  
  94. # Definitions for Pageviews: If the value starts with a slash (/),
  95. # it defines the prefix of an URL which is counted as s pageview
  96. # if hit. If it does not start with a slash, it defines the suffix
  97. # of such an URL. In the latter case, the analyzer prepends a dot
  98. # to the suffix automatically for backward compatibility. Use this
  99. # directive to specify alternate suffixes for text files other than
  100. # ".html" (which is added automatically) and to specify prefixes
  101. # of documents served by CGI scripts (for example: /cgi-bin/).
  102. #PageView    .shtml,.text,.htm,/cgi-bin/
  103.  
  104. # Time-window for accounting user sessions (default: 24 hours).
  105. # Use t[icks], s[econds], m[inutes], h[ours] or d[ays] after
  106. # the number as a scaling unit.
  107. #Session    30 Minutes
  108.  
  109. # Noise level: suppress details about all items with hits below
  110. # this level in order to keep the size of reports manageable.
  111. #NoiseLevel    7
  112.  
  113. # The title to display in the statistics reports.
  114. #ReportTitle    Access Statistics for MyCompany
  115.  
  116. # The name of a file containing all valid domains.
  117. # You may add top-level domains with up to 6 characters
  118. # in length. See the included file TLD for an example.
  119. #TLDFile    /usr/local/lib/http-analyze/TLD
  120. #
  121. # If TLDFile is set to `none', no country list is produced in the summary.
  122. #TLDFile    none
  123.  
  124. # The name of the VRML prolog file for yearly models.
  125. # For use on graphic workstations only!
  126. #VRMLProlog    3Dprolog.wrl
  127.  
  128. # Font faces and sizes. HeadFont and HeadSize are used for headers,
  129. # while TextFont and TextSize are used for normal text. ListSize (the
  130. # former FontSize directive) is the size of the preformatted text in
  131. # the detailed lists. SmallSize is the size used for small text like
  132. # percentages following the actual numbers, etc.
  133. #
  134. # Valid values for the font face directives are the names of standard
  135. # fonts or the keyword "default" to let the navigator choose a font.
  136. #
  137. # Note that for backward compatibility with 2.01, the hardcoded
  138. # default for HeadFont is a sans serif font, while the default
  139. # for TextFont is the navigator's default for a serif font.
  140. # To have http-analyze use the navigator's default font for
  141. # headings, set HeadFont to the string "default", which turns
  142. # off the hard-coded initialization.
  143. # To have http-analyze use the same serifless fonts for headings and
  144. # regular text, set TextFont to the list of serifless fonts shown below.
  145. #
  146. #HeadFont    Helvetica,Arial,Geneva,sans-serif
  147. #TextFont    Helvetica,Arial,Geneva,sans-serif
  148. #HeadSize    3
  149. #TextSize    2
  150. #ListSize    2
  151. #SmallSize    1
  152.  
  153. # The Prefix to output after the header section (if defined, it must
  154. # include the <BODY> tag). If the string starts with a slash, it is
  155. # taken as the name of a file containing the HTML code.
  156. #HTMLPrefix    <BODY BGCOLOR="#FFFFFF">
  157. #HTMLPrefix    /usr/www/lib/header.templ
  158.  
  159. # The Trailer to output at the end of a page, immediately before the
  160. # copyright note. If the string starts with a slash, it is taken as
  161. # the name of a file containing the HTML code.
  162. #HTMLTrailer    <A HREF="/staff/">Back</A> to the internal server
  163. #HTMLTrailer    /usr/www/lib/trailer.templ
  164.  
  165. # Suppress certain parts of the summary.
  166. #Suppress    AVLoad,URLs,URLList,Code404,Sites,RSites,SiteList
  167. #Suppress    Agents,AgentList,Referrer,ReferList,Country
  168. #Suppress    AuthReq,Pageviews,Graphics,Hotlinks,Interpol
  169.  
  170. # The number of URLs, sites and agents in the "top N" lists. If set
  171. # to zero, the appropriate parts of the summary will be supressed.
  172. #TopURLs    30
  173. #LeastURLs    5
  174. #TopSites    30
  175. #TopAgents    30
  176. #TopRefers    30
  177. #TopDays    7
  178. #TopHours    24
  179. #TopMinutes    5
  180. #TopSeconds    5
  181.  
  182. # The size of the navigation frame in pixels.
  183. #NavigFrame    120
  184.  
  185. # The type of the 3D window:
  186. # extern (new window) or intern (inside frame).
  187. #3DWindow    extern
  188.  
  189. # The size of the 3D window in pixels (width x height).
  190. #3DWinSize    520x420
  191.  
  192. # The size of the navigation window in pixels (width x height).
  193. #NavWinSize    420x190
  194.  
  195. #
  196. # List of sites and URLs to ignore or hide.
  197. # Format:
  198. #    HideURL <tab> URL <tab> DESC
  199. #    HideSys <tab> HOST <tab> DESC [TLD]
  200. #
  201. #    URL is the file's URL relative to SrvUrl:DocRoot
  202. #    HOST is a full qualified domain name
  203. #    DESC is the new category this item is hidden under
  204. #
  205. # The URL/hostname may either begin or end with a `*'
  206. # wildcard. There is only one wildcard allowed. The `*'
  207. # must be the first or very last character of the string.
  208. # Inside the string, a `*' is taken literal.
  209. #
  210. # If the URL doesn't start with a `*', the first character
  211. # must be a slash (`/').
  212. #
  213. # If desc begins with the character `[', the item is not
  214. # shown in any of the "Top Ten" lists.
  215. #
  216.  
  217. # Ignore this hostnames. Increases processing time by a
  218. # significant amount, so keep this list small or don't
  219. # use it at all if speed is a concern.
  220. #IgnSys    *.foo.com
  221.  
  222. # Ignore this files. Increases processing time by a
  223. # significant amount, so keep this list small or don't
  224. # use it at all if speed is a concern.
  225. #IgnURL    *.gif,*.jpg,*jpeg
  226.  
  227. # Hide this hostnames. May be used to map local IP numbers
  228. # to hostnames. See the online documentation for examples.
  229. #HideSys    *.myname.com        MYCOMPANY
  230. #HideSys    192.168.1.*        UNRESOLVED.IP [COM]
  231. #HideSys    local.host        LOCAL.NETWORK [COM]
  232.  
  233. # Hide this files, suppress them in Top Ten lists.
  234. #HideURL    *.map            [All image maps]
  235. #HideURL    *.class            [All java applets]
  236. #HideURL    /robots.txt        [Robot control file]
  237.  
  238. # Hide this files and directories.
  239. #HideURL    /content.html        Foo Table of Content
  240. #HideURL    /help.html        Foo Help
  241. #HideURL    /search*        Foo Search
  242.  
  243. #HideURL    /stats/*        Foo Access Statistics
  244. #HideURL    /news/*            Foo News
  245. #HideURL    /services/*        Foo Services
  246. #HideURL    /cgi-bin/*        CGI scripts
  247.  
  248. # Browser types to be added to the browser list.
  249. # Needed for a certain browser type whose vendor
  250. # still can't spell it's name correctly.
  251. HideAgent    Mozilla/4.0 (compatible; MSIE 4.    MSIE 4.*
  252. HideAgent    Mozilla/3.0 (compatible; MSIE 4.    MSIE 4.*
  253. HideAgent    Mozilla/3.0 (compatible; MSIE 3.    MSIE 3.*
  254. HideAgent    Mozilla/2.0 (compatible;        MSIE 2.*
  255. HideAgent    Mozilla/1.22 (compatible; MSIE 2.    MSIE 2.*
  256.  
  257. # Referrers to be added to the referrer list. If a string in
  258. # square brackets is given, this is the CGI parameter which
  259. # specifies the search key for search engines.
  260. HideRefer    http://www.yahoo.com/            Yahoo
  261. HideRefer    http://av.yahoo.com/            Yahoo [p=]
  262. HideRefer    http://search.yahoo.com/        Yahoo [p=]
  263. HideRefer    http://search.yahoo.de/            Yahoo (DE) [p=]
  264. HideRefer    http://av.yahoo.de/            Yahoo (DE) [p=]
  265. HideRefer    http://search.yahoo.co.uk/        Yahoo (UK) [p=]
  266. HideRefer    http://av.yahoo.co.uk/            Yahoo (UK) [p=]
  267. HideRefer    http://www.lycos.com/            Lycos [cat=]
  268. HideRefer    http://lycospro.lycos.com/        Lycos [query=]
  269. HideRefer    http://www-att.lycos.com/        Lycos [query=]
  270. HideRefer    http://www.lycos.de/            Lycos (DE) [query=]
  271. HideRefer    http://www.altavista.digital.com/    AltaVista [q=]
  272. HideRefer    http://ie4.altavista.digital.com/    AltaVista [q=]
  273. HideRefer    http://altavista.digital.com/        AltaVista [q=]
  274. HideRefer    http://www.webcrawler.com/        WebCrawler [searchText=]
  275. HideRefer    http://webcrawler.com/            WebCrawler [searchText=]
  276. HideRefer    http://www.metacrawler.com/        MetaCrawler [general=]
  277. HideRefer    http://search1.metacrawler.com/        MetaCrawler [general=]
  278. HideRefer    http://search2.metacrawler.com/        MetaCrawler [general=]
  279. HideRefer    http://search3.metacrawler.com/        MetaCrawler [general=]
  280. HideRefer    http://search4.metacrawler.com/        MetaCrawler [general=]
  281. HideRefer    http://www.altavista.telia.com/        Telia [q=]
  282. HideRefer    http://altavista.telia.com/        Telia [q=]
  283. HideRefer    http://www.web.de/            Web.DE [su=]
  284. HideRefer    http://web.de/                Web.DE [su=]
  285. HideRefer    http://www.infoseek.com/        InfoSeek [qt=]
  286. HideRefer    http://www.search.com/            Search.Com [QUERY=]
  287. HideRefer    http://netfind.aol.com/            AOL Search [search=]
  288. HideRefer    http://www.excite.com/            Excite [search=]
  289. HideRefer    http://www.search.hotbot.com/        HotBot [MT=]
  290. HideRefer    http://www.askjeeves.com/        Ask Jeeves [ask=]
  291. HideRefer    http://www.dino-online.de/        Dino Online [query=]
  292. HideRefer    http://www.fireball.de/            Fireball [q=]
  293.  
  294. # Mock domains to be added to the Country list.
  295. #AddDomain    .myname.com        MYCOMPANY
  296. #AddDomain    .compuserve.com        Compuserve
  297. #AddDomain    .dtag.de        T-Online
  298. #AddDomain    .aol.com        AOL
  299.  
  300.