home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / pc / software / admin / editoren / web_mac.tz / web_mac / sample.conf < prev    next >
Text File  |  1999-03-22  |  14KB  |  342 lines

  1. #
  2. # Sample Webalizer configuration file
  3. # Copyright 1997-1999 by Bradford L. Barrett (brad@mrunix.net)
  4. #
  5. # Distributed under the GNU General Public License.  See the
  6. # files "Copyright" and "COPYING" provided with the webalizer
  7. # distribution for additional information.
  8. #
  9. # This is a sample configuration file for the Webalizer (ver 1.22)
  10. # Lines starting with pound signs '#' are comment lines and are
  11. # ignored.  Blank lines are skipped as well.  Other lines are considered
  12. # as configuration lines, and have the form "ConfigOption  Value" where
  13. # ConfigOption is a valid configuration keyword, and Value is the value
  14. # to assign that configuration option.  Invalid keyword/values are
  15. # ignored, with appropriate warnings being displayed.  There must be
  16. # at least one space or tab between the keyword and its value.
  17. #
  18. # As of version 0.98, The Webalizer will look for a 'default' configuration
  19. # file named "webalizer.conf" in the current directory, and if not found
  20. # there, will look for "/etc/webalizer.conf".
  21.  
  22.  
  23. # LogFile defines the web server log file to use.  If not specified
  24. # here or on on the command line, input will default to STDIN.
  25.  
  26. #LogFile        /var/lib/httpd/logs/access_log
  27.  
  28. # OutputDir is where you want to put the output files.  This should
  29. # should be a full path name, however relative ones might work as well.
  30. # If no output directory is specified, the current directory will be used.
  31.  
  32. #OutputDir      /var/lib/httpd/htdocs/usage
  33.  
  34. # HistoryName allows you to specify the name of the history file produced
  35. # by the Webalizer.  The history file keeps the data for up to 12 months
  36. # worth of logs, used for generating the main HTML page (index.html).
  37. # The default is a file named "webalizer.hist", stored in the specified
  38. # output directory.  If you specify just the filename (without a path),
  39. # it will be kept in the specified output directory.  Otherwise, the path
  40. # is relative to the output directory, unless absolute (leading /).
  41.  
  42. #HistoryName    webalizer.hist
  43.  
  44. # Incremental processing allows multiple partial log files to be used
  45. # instead of one huge one.  Useful for large sites that have to rotate
  46. # their log files more than once a month.  The Webalizer will save its
  47. # internal state before exiting, and restore it the next time run, in
  48. # order to continue processing where it left off.  This mode also causes
  49. # The Webalizer to scan for and ignore duplicate records (records already
  50. # processed by a previous run).  See the README file for additional
  51. # information.  The value may be 'yes' or 'no', with a default of 'no'.
  52. # The file 'webalizer.current' is used to store the current state data,
  53. # and is located in the output directory of the program (unless changed
  54. # with the IncrementalName option below).  Please read at least the section
  55. # on Incremental processing in the README file before you enable this option.
  56.  
  57. #Incremental    no
  58.  
  59. # IncrementalName allows you to specify the filename for saving the
  60. # incremental data in.  It is similar to the HistoryName option where the
  61. # name is relative to the specified output directory, unless an absolute
  62. # filename is specified.  The default is a file named "webalizer.current"
  63. # kept in the normal output directory.  If you don't specify "Incremental"
  64. # as 'yes' then this option has no meaning.
  65.  
  66. #IncrementalName    webalizer.current
  67.  
  68. # ReportTitle is the text to display as the title.  The hostname
  69. # (unless blank) is appended to the end of this string (seperated with
  70. # a space) to generate the final full title string.
  71. # Default is (for english) "Usage Statistics for".
  72.  
  73. #ReportTitle    Usage Statistics for
  74.  
  75. # HostName defines the hostname for the report.  This is used in
  76. # the title, and is prepended to the URL table items.  This allows
  77. # clicking on URL's in the report to go to the proper location in
  78. # the event you are running the report on a 'virtual' web server,
  79. # or for a server different than the one the report resides on.
  80. # If not specified here, or on the command line, webalizer will
  81. # try to get the hostname via a uname system call.  If that fails,
  82. # it will default to "localhost".
  83.  
  84. #HostName       localhost
  85.  
  86. # HTMLExtension allows you to specify the filename extension to use
  87. # for generated HTML pages.  Normally, this defaults to "html", but
  88. # can be changed for sites who need it (like for PHP embeded pages).
  89.  
  90. #HTMLExtension  html
  91.  
  92. # UseHTTPS should be used if the analysis is being run on a
  93. # secure server, and links to urls should use 'https://' instead
  94. # of the default 'http://'.  If you need this, set it to 'yes'.
  95. # Default is 'no'.  This only changes the behaviour of the 'Top
  96. # URL's' table.
  97.  
  98. #UseHTTPS       no
  99.  
  100. # HTMLPre defines HTML code to insert at the very beginning of the
  101. # file.  Default is the DOCTYPE line shown below.  Max line length
  102. # is 80 characters, so use multiple HTMLPre lines if you need more.
  103.  
  104. #HTMLPre <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">
  105.  
  106. # HTMLHead defines HTML code to insert within the <HEAD></HEAD>
  107. # block, immediately after the <TITLE> line.  Maximum line length
  108. # is 80 characters, so use multiple lines if needed.
  109.  
  110. #HTMLHead <META NAME="author" CONTENT="The Webalizer">
  111.  
  112. # HTMLBody defined the HTML code to be inserted, starting with the
  113. # <BODY> tag.  If not specified, the default is shown below.  If
  114. # used, you MUST include your own <BODY> tag as the first line.
  115. # Maximum line length is 80 char, use multiple lines if needed.
  116.  
  117. #HTMLBody <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000">
  118.  
  119. # HTMLPost defines the HTML code to insert immediately before the
  120. # first <HR> on the document, which is just after the title and
  121. # "summary period"-"Generated on:" lines.  If anything, this should
  122. # be used to clean up in case an image was inserted with HTMLBody.
  123. # As with HTMLHead, you can define as many of these as you want and
  124. # they will be inserted in the output stream in order of apperance.
  125. # Max string size is 80 characters.  Use multiple lines if you need to.
  126.  
  127. #HTMLPost     <BR CLEAR="all">
  128.  
  129. # HTMLTail defines the HTML code to insert at the bottom of each
  130. # HTML document, usually to include a link back to your home
  131. # page or insert a small graphic.  It is inserted as a table
  132. # data element (ie: <TD> your code here </TD>) and is right
  133. # alligned with the page.  Max string size is 80 characters.
  134.  
  135. #HTMLTail <IMG SRC="msfree.gif" ALT="100% Micro$oft free!">
  136.  
  137. # HTMLEnd defines the HTML code to add at the very end of the
  138. # generated files.  It defaults to what is shown below.  If
  139. # used, you MUST specify the </BODY> and </HTML> closing tags
  140. # as the last lines.  Max string length is 80 characters.
  141.  
  142. #HTMLEnd </BODY></HTML>
  143.  
  144. # The Quiet option suppresses output messages... Useful when run
  145. # as a cron job to prevent bogus e-mails.  Values can be either
  146. # "yes" or "no".  Default is "no".  Note: this does not suppress
  147. # warnings and errors (which are printed to stderr).
  148.  
  149. #Quiet        no
  150.  
  151. # ReallyQuiet will supress all messages including errors and
  152. # warnings.  Values can be 'yes' or 'no' with 'no' being the
  153. # default.  If 'yes' is used here, it cannot be overriden from
  154. # the command line, so use with caution.  A value of 'no' has
  155. # no effect.
  156.  
  157. #ReallyQuiet    no
  158.  
  159. # TimeMe allows you to force the display of timing information
  160. # at the end of processing.  A value of 'yes' will force the
  161. # timing information to be displayed.  A value of 'no' has no
  162. # effect.
  163.  
  164. #TimeMe        no
  165.  
  166. # GMTTime allows reports to show GMT (UTC) time instead of local
  167. # time.  Default is to display the time the report was generated
  168. # in the timezone of the local machine, such as EDT or PST.  This
  169. # keyword allows you to have times displayed in UTC instead.  Use
  170. # only if you really have a good reason, since it will probably
  171. # screw up the reporting periods by however many hours your local
  172. # time zone is off of GMT.
  173.  
  174. #GMTTime        no
  175.  
  176. # Debug prints additional information for error messages.  This
  177. # will cause webalizer to dump bad records/fields instead of just
  178. # telling you it found a bad one.   As usual, the value can be
  179. # either "yes" or "no".  The default is "no".  It shouldn't be
  180. # needed unless you start getting a lot of Warning or Error
  181. # messages and want to see why.  (Note: warning and error messages
  182. # are printed to stderr, not stdout like normal messages).
  183.  
  184. #Debug        no
  185.  
  186. # IgnoreHist shouldn't be used in a config file, but it is here
  187. # just because it might be usefull in certain situations.  If the
  188. # history file is ignored, the main "index.html" file will only
  189. # report on the current log files contents.  Usefull only when you
  190. # want to reproduce the reports from scratch.  USE WITH CAUTION!
  191. # Valid values are "yes" or "no".  Default is "no".
  192.  
  193. #IgnoreHist    no
  194.  
  195. # HourlyGraph and HourlyStats allows the hourly statistics graph
  196. # and statistics table to be disabled (not displayed).  Values
  197. # may be "yes" or "no". Default is "yes".
  198.  
  199. #HourlyGraph    yes
  200. #HourlyStats    yes
  201.  
  202. # The "Top" options below define the number of entries for each table.
  203. # Defaults are Sites=30, URL's=30, Referrers=30 and Agents=15, and
  204. # Countries=50.  Tables may be disabled by using zero (0) for the value.
  205.  
  206. #TopSites        30
  207. #TopURLs         30
  208. #TopReferrers    30
  209. #TopAgents       15
  210. #TopCountries    50
  211.  
  212. # The Webalizer normally strips the string 'index.' off the end of
  213. # URL's in order to consolidate URL totals.  For example, the URL
  214. # /somedir/index.html is turned into /somedir/ which is really the
  215. # same URL.  This option allows you to specify additional strings
  216. # to treat in the same way.  You don't need to specify 'index.' as
  217. # it is always scanned for by The Webalizer, this option is just to
  218. # specify _additional_ strings if needed.  If you don't need any,
  219. # don't specify any as each string will be scanned for in EVERY
  220. # log record... A bunch of them will degrade performance.  Also,
  221. # the string is scanned for anywhere in the URL, so a string of
  222. # 'home' would turn the URL /somedir/homepages/brad/home.html into
  223. # just /somedir/ which is probably not what was intended.
  224.  
  225. #IndexAlias     home.htm
  226. #IndexAlias    homepage.htm
  227.  
  228. # The Hide*, Group* and Ignore* and Include* keywords allow you to change
  229. # the way Sites, URL's, Referrers and User Agents are manipulated.  The
  230. # Ignore* keywords will cause The Webalizer to completely ignore
  231. # records as if they didn't exist (and thus not counted in the main
  232. # site totals).  The Hide* keywords will prevent things from being
  233. # displayed in the 'Top' tables, but will still be counted in the
  234. # main totals.  The Group* keywords allow grouping similar objects
  235. # as if they were one.  Grouped records are displayed in the 'Top'
  236. # tables and can optionally be displayed in BOLD and/or shaded.
  237. # Groups cannot be hidden, and are not counted in the main totals.
  238. # The Group* options do not, by default, hide all the items that
  239. # it matches.  If you want to hide the records that match (so just
  240. # the grouping record is displayed), follow with an identical Hide*
  241. # keyword with the same value.  (see example below)
  242. #
  243. # The value can have either a leading or trailing '*' wildcard
  244. # character.  If no wildcard is found, a match can occur anywhere
  245. # in the string. Given a string "www.yourmama.com", the values "your",
  246. # "*mama.com" and "www.your*" will all match.
  247.  
  248. # Your own site should be hidden
  249. #HideSite    *mrunix.net
  250.  
  251. # Your own site gives most referrals
  252. #HideReferrer    mrunix.net/
  253.  
  254. # This one hides non-referrers ("-" Direct requests)
  255. #HideReferrer    Direct Request
  256.  
  257. # Usually you want to hide these
  258. HideURL        *.gif
  259. HideURL        *.GIF
  260. HideURL        *.jpg
  261. HideURL        *.JPG
  262. HideURL        *.ra
  263.  
  264. # Hiding agents is kind of futile
  265. HideAgent    RealPlayer
  266.  
  267. # Grouping options
  268. #GroupURL    /cgi-bin/*
  269. #GroupURL    /images/*
  270.  
  271. #GroupSite    *.aol.com
  272. #GroupSite    *.compuserve.com
  273.  
  274. #GroupReferrer    yahoo.com/
  275. #GroupReferrer    excite.com/
  276. #GroupReferrer    infoseek.com/
  277. #GroupReferrer    webcrawler.com/
  278.  
  279. # The following is a great way to get an overall total
  280. # for browsers, and not display all the detail records
  281. #GroupAgent    MSIE
  282. #HideAgent    MSIE
  283. #GroupAgent    Mozilla
  284. #HideAgent    Mozilla
  285. #GroupAgent    Lynx*
  286. #HideAgent    Lynx*
  287.  
  288. # The GroupShading allows grouped rows to be shaded in the report.
  289. # Useful if you have lots of groups and individual records that
  290. # intermingle in the report, and you want to diferentiate the group
  291. # records a little more.  Value can be 'yes' or 'no', with 'yes'
  292. # being the default.
  293.  
  294. #GroupShading    yes
  295.  
  296. # GroupHighlight allows the group record to be displayed in BOLD.
  297. # Can be either 'yes' or 'no' with the default 'yes'.
  298.  
  299. #GroupHighlight    yes
  300.  
  301. # The Ignore* keywords allow you to completely ignore log records based
  302. # on hostname, URL, user agent or referrer.  I hessitated in adding these,
  303. # since the Webalizer was designed to generate _accurate_ statistics
  304. # about a web servers performance.  By choosing to ignore records, the
  305. # accuracy of reports become skewed, negating why I wrote this program
  306. # in the first place.  However, due to popular demand, here they are.
  307. # Use the same as the Hide*/Group* keywords, where the value can have a
  308. # leading or trailing wildcard '*'.
  309.  
  310. #IgnoreSite    bad.site.net
  311. #IgnoreURL    /test*
  312. #IgnoreReferrer    file:/*
  313. #IgnoreAgent    RealPlayer
  314.  
  315. # The Include* keywords allow you to force the inclusion of log records
  316. # based on hostname, URL, user agent or referrer.  They take precidence
  317. # over the Ignore* keywords.  Note: Using Ignore/Include combinations to
  318. # selectivly process parts of a web site is _extremely inefficent_!!!
  319. # Avoid doing so if possible (ie: grep the records to a seperate file).
  320.  
  321. # Example: Only show stats on Joe User's pages...
  322. #IgnoreURL    *
  323. #IncludeURL    ~joeuser*
  324.  
  325. # The MangleAgents allows you to specify how much, if any, The Webalizer
  326. # should mangle user agent names.  This allows several levels of detail
  327. # to be produced when reporting user agent statistics.  There are six
  328. # levels that can be specified, which define different levels of detail
  329. # supression.  Level 5 shows only the browser name (MSIE or Mozilla)
  330. # and the major version number.  Level 4 adds the minor version number
  331. # (single decimal place).  Level 3 displays the minor version to two
  332. # decimal places.  Level 2 will add any sub-level designation (such
  333. # as Mozilla/3.01Gold or MSIE 3.0b).  Level 1 will attempt to also add
  334. # the system type if it is specified.  The default Level 0 displays the
  335. # full user agent field without modification and produces the greatest
  336. # amount of detail.  User agent names that can't be mangled will be
  337. # left unmodified.
  338.  
  339. #MangleAgents    0
  340.  
  341. # End of configuration file...  Have a nice day!
  342.