home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / analog / examples / big.cfg next >
Encoding:
Text File  |  2002-03-20  |  11.6 KB  |  480 lines

  1. # Here is a big configuration file for analog version 5.22
  2. #   <http://www.analog.cx/>
  3. #
  4. # It contains most commands which you can use
  5. # (or at least one example from each family of commands).
  6. # See bigbyrep.cfg for a similar file arranged by report instead of by family
  7. # of command.
  8. #
  9. # Actually this file doesn't really do much except show you what's available,
  10. # because it gives almost all the commands their default values.
  11. # (As of time of writing -- I don't promise it will stay up-to-date.)
  12. #
  13. # Even this file doesn't contain all the commands -- you'll have to read the
  14. # docs for the full set!
  15. #
  16. # First the commands you are most likely to want to change.
  17. #
  18. # If you need a LOGFORMAT command (most people don't -- try it without first!),
  19. # it must go here, above the LOGFILE commands.
  20. # LOGFORMAT MICROSOFT-NA
  21. # The logfile(s) to be analysed
  22. LOGFILE logfile.log
  23. # LOGFILE /old/logs/access_log.*
  24. #
  25. # Your organisation's name and URL for the top line of the report
  26. HOSTNAME "[my organisation]"
  27. HOSTURL none
  28. #
  29. # Where to write the report
  30. OUTFILE Report.html
  31. #
  32. # URL for the images directory
  33. IMAGEDIR images/
  34. #
  35. # Whether to use PNG or GIF images
  36. PNGIMAGES OFF
  37. #
  38. # URL and local directory for the pie charts
  39. # CHARTDIR /images/
  40. # LOCALCHARTDIR /usr/local/apache/htdocs/images/
  41. #
  42. # Style sheet for the output page
  43. STYLESHEET none
  44. #
  45. # Web server fetches /dir/index.html when asked for /dir/
  46. DIRSUFFIX index.html
  47. #
  48. # Case sensitive or case insensitive file system: default depends on your OS.
  49. # If your web server and your analog run on different OS's, you may need to
  50. # change this according to the machine running your server.
  51. # CASE INSENSITIVE
  52. # USERCASE SENSITIVE
  53. #
  54. # How to uncompress compressed logfiles
  55. # UNCOMPRESS *.gz,*.Z "gzip -cd"
  56.  
  57. # Cache files: see docs/cache.html
  58. CACHEFILE none
  59. CACHEOUTFILE none
  60.  
  61. # Aliases: see docs/alias.html
  62. # I can't list all of them, but there are aliases for individual items, e.g.
  63. # FILEALIAS /football/* /soccer/*
  64. # and there are also aliases for each report, e.g.
  65. # REQALIAS /soccer/* "Football: /soccer/*"
  66. # You can also use regular expressions:
  67. # FILEALIAS REGEXP:^/(football|soccer)/(.*) /$2
  68. TYPEALIAS .html    ".html [Hypertext Markup Language]"
  69. TYPEALIAS .htm     ".htm  [Hypertext Markup Language]"
  70. TYPEALIAS .shtml   ".shtml [Server-parsed HTML]"
  71. TYPEALIAS .ps      ".ps   [PostScript]"
  72. TYPEALIAS .gz      ".gz   [Gzip compressed files]"
  73. TYPEALIAS .tar.gz  ".tar.gz [Compressed archives]"
  74. TYPEALIAS .jpg     ".jpg  [JPEG graphics]"
  75. TYPEALIAS .jpeg    ".jpeg [JPEG graphics]"
  76. TYPEALIAS .gif     ".gif  [GIF graphics]"
  77. TYPEALIAS .png     ".png  [PNG graphics]"
  78. TYPEALIAS .txt     ".txt  [Plain text]"
  79. TYPEALIAS .cgi     ".cgi  [CGI scripts]"
  80. TYPEALIAS .pl      ".pl   [Perl scripts]"
  81. TYPEALIAS .css     ".css  [Cascading Style Sheets]"
  82. TYPEALIAS .class   ".class [Java class files]"
  83. TYPEALIAS .pdf     ".pdf  [Adobe Portable Document Format]"
  84. TYPEALIAS .zip     ".zip  [Zip archives]"
  85. TYPEALIAS .hqx     ".hqx  [Macintosh BinHex files]"
  86. TYPEALIAS .exe     ".exe  [Executables]"
  87. TYPEALIAS .wav     ".wav  [WAV sound files]"
  88. TYPEALIAS .avi     ".avi  [AVI movies]"
  89. TYPEALIAS .arc     ".arc  [Compressed archives]"
  90. TYPEALIAS .mid     ".mid  [MIDI sound files]"
  91. TYPEALIAS .mp3     ".mp3  [MP3 sound files]"
  92. TYPEALIAS .doc     ".doc  [Microsoft Word document]"
  93. TYPEALIAS .rtf     ".rtf  [Rich Text Format]"
  94. TYPEALIAS .mov     ".mov  [Quick Time movie]"
  95. TYPEALIAS .mpg     ".mpg  [MPEG movie]"
  96. TYPEALIAS .mpeg    ".mpeg [MPEG movie]"
  97. TYPEALIAS .asp     ".asp  [Active Server Pages]"
  98. TYPEALIAS .jsp     ".jsp  [Java Server Pages]"
  99. TYPEALIAS .cfm     ".cfm  [Cold Fusion]"
  100. TYPEALIAS .php     ".php  [PHP]"
  101. TYPEALIAS .js      ".js   [JavaScript code]"
  102.  
  103. # Inclusions and exclusions: see docs/include.html
  104. # Again there are these for individual items, e.g.
  105. # FILEINCLUDE /football/*
  106. # FILEEXCLUDE /football/*
  107. # and for each report, e.g.
  108. # REQINCLUDE pages
  109. # REQINCLUDE *.pdf
  110. # Or you can use regular expressions:
  111. # FILEINCLUDE REGEXP:^/(football|soccer)
  112.  
  113. # You can make more things into pages with commands like
  114. # PAGEINCLUDE *.shtml
  115. # PAGEINCLUDE *.asp
  116. # PAGEINCLUDE *.jsp
  117. # PAGEINCLUDE *.cfm
  118. # PAGEINCLUDE *.pl
  119. # PAGEINCLUDE *.php
  120.  
  121. # You can limit the dates analysed with FROM and/or TO: see docs/include.html
  122. # FROM 991001
  123. # TO -00-00-01
  124.  
  125. # Controlling status codes: see docs/include.html
  126. # STATUSINCLUDE 200-299,304
  127. # STATUSEXCLUDE 206
  128. 304ISSUCCESS ON
  129.  
  130. # Which browsers count as robots in the Operating System Report
  131. ROBOTINCLUDE REGEXPI:robot
  132. ROBOTINCLUDE REGEXPI:spider
  133. ROBOTINCLUDE REGEXPI:crawler
  134. ROBOTINCLUDE Googlebot*
  135. ROBOTINCLUDE Infoseek*
  136. ROBOTINCLUDE Scooter*
  137. ROBOTINCLUDE Slurp*
  138. ROBOTINCLUDE Ultraseek*
  139.  
  140. # Whether each report is wanted: see docs/output.html
  141. GENERAL ON
  142. YEARLY OFF
  143. QUARTERLY OFF
  144. MONTHLY ON
  145. DAILYREP OFF
  146. DAILYSUM ON
  147. WEEKLY OFF
  148. HOURLYREP OFF
  149. HOURLYSUM ON
  150. QUARTERREP OFF
  151. QUARTERSUM OFF
  152. FIVEREP OFF
  153. FIVESUM OFF
  154. DOMAIN ON
  155. ORGANISATION ON
  156. DIRECTORY ON
  157. FILETYPE ON
  158. REQUEST ON
  159. REDIR OFF
  160. FAILURE OFF
  161. SIZE ON
  162. PROCTIME OFF
  163. HOST OFF
  164. REDIRHOST OFF
  165. FAILHOST OFF
  166. REFERRER OFF
  167. REFSITE OFF
  168. REDIRREF OFF
  169. FAILREF OFF
  170. VHOST OFF
  171. REDIRVHOST OFF
  172. FAILVHOST OFF
  173. USER OFF
  174. REDIRUSER OFF
  175. FAILUSER OFF
  176. SEARCHQUERY OFF
  177. SEARCHWORD ON
  178. INTSEARCHQUERY OFF
  179. INTSEARCHWORD OFF
  180. BROWSERREP OFF
  181. BROWSERSUM OFF
  182. OSREP ON
  183. STATUS ON
  184.  
  185. # The columns in each report: see docs/timereps.html and docs/othreps.html
  186. TIMECOLS RP
  187. YEARCOLS RP
  188. QUARTERLYCOLS RP
  189. MONTHCOLS RP
  190. WEEKCOLS RP
  191. DAYREPCOLS RP
  192. DAYSUMCOLS RP
  193. HOURREPCOLS RP
  194. HOURSUMCOLS RP
  195. QUARTERREPCOLS RP
  196. QUARTERSUMCOLS RP
  197. FIVEREPCOLS RP
  198. FIVESUMCOLS RP
  199. DOMCOLS Rb
  200. ORGCOLS Rb
  201. HOSTCOLS Rb
  202. REDIRHOSTCOLS R
  203. FAILHOSTCOLS R
  204. DIRCOLS Rb
  205. TYPECOLS Rb
  206. REQCOLS RbD
  207. REDIRCOLS R
  208. FAILCOLS R
  209. REFCOLS R
  210. REFSITECOLS R
  211. REDIRREFCOLS R
  212. FAILREFCOLS R
  213. BROWREPCOLS R
  214. BROWSUMCOLS R
  215. OSCOLS NRP
  216. SIZECOLS Rb
  217. PROCTIMECOLS R
  218. VHOSTCOLS Rb
  219. REDIRVHOSTCOLS R
  220. FAILVHOSTCOLS R
  221. USERCOLS Rb
  222. REDIRUSERCOLS R
  223. FAILUSERCOLS R
  224. SEARCHQUERYCOLS R
  225. SEARCHWORDCOLS R
  226. INTSEARCHQUERYCOLS R
  227. INTSEARCHWORDCOLS R
  228. STATUSCOLS R
  229.  
  230. # How the graphs are plotted: see docs/timereps.html
  231. ALLGRAPH P
  232. YEARGRAPH P
  233. MONTHGRAPH P
  234. DAYREPGRAPH P
  235. DAYSUMGRAPH P
  236. HOURREPGRAPH P
  237. HOURSUMGRAPH P
  238. WEEKGRAPH P
  239. QUARTERREPGRAPH P
  240. QUARTERSUMGRAPH P
  241. FIVEREPGRAPH P
  242. FIVESUMGRAPH P
  243.  
  244. # Whether the time reports run forwards or backwards: see docs/timereps.html
  245. ALLBACK OFF
  246. YEARBACK OFF
  247. QUARTERLYBACK OFF
  248. MONTHBACK OFF
  249. DAYREPBACK OFF
  250. HOURREPBACK OFF
  251. WEEKBACK OFF
  252. QUARTERREPBACK OFF
  253. FIVEREPBACK OFF
  254.  
  255. # The number of rows to display in each time report: see docs/timereps.html
  256. YEARROWS 0
  257. QUARTERLYROWS 0
  258. MONTHROWS 0
  259. WEEKROWS 0
  260. FULLDAYROWS 42
  261. FULLHOURROWS 72
  262. QUARTERROWS 96
  263. FIVEROWS 288
  264.  
  265. # The floors for each report: see docs/othreps.html and docs/hierreps.html
  266. REQFLOOR 20r
  267. REQARGSFLOOR 10r
  268. REDIRFLOOR -30r
  269. REDIRARGSFLOOR 10r
  270. FAILFLOOR -30r
  271. FAILARGSFLOOR 10r
  272. DOMFLOOR 0b
  273. SUBDOMFLOOR 0.5%b
  274. ORGFLOOR -20r
  275. SUBORGFLOOR 0.5%r
  276. DIRFLOOR 0.01%b
  277. SUBDIRFLOOR 0.01%b
  278. TYPEFLOOR 0.1%b
  279. SUBTYPEFLOOR 0.1%b
  280. HOSTFLOOR -50r
  281. REDIRHOSTFLOOR -20r
  282. FAILHOSTFLOOR -20r
  283. REFFLOOR 20r
  284. REFARGSFLOOR 10r
  285. REFSITEFLOOR -30r
  286. REFDIRFLOOR 50r
  287. REDIRREFFLOOR -30r
  288. REDIRREFARGSFLOOR 10r
  289. FAILREFFLOOR -30r
  290. FAILREFARGSFLOOR 10r
  291. BROWSUMFLOOR -20r
  292. SUBBROWFLOOR -20r
  293. BROWREPFLOOR -40r
  294. OSFLOOR 0p
  295. SUBOSFLOOR 0p
  296. VHOSTFLOOR -20b
  297. REDIRVHOSTFLOOR -20r
  298. FAILVHOSTFLOOR -20r
  299. USERFLOOR -50r
  300. REDIRUSERFLOOR -20r
  301. FAILUSERFLOOR -20r
  302. SEARCHQUERYFLOOR -30r
  303. SEARCHWORDFLOOR -30r
  304. INTSEARCHQUERYFLOOR -30r
  305. INTSEARCHWORDFLOOR -30r
  306. STATUSFLOOR 0r
  307.  
  308. # How each report is sorted: see docs/othreps.html and docs/hierreps.html
  309. REQSORTBY REQUESTS
  310. REDIRSORTBY REQUESTS
  311. FAILSORTBY REQUESTS
  312. DOMSORTBY BYTES
  313. ORGSORTBY REQUESTS
  314. DIRSORTBY BYTES
  315. TYPESORTBY BYTES
  316. HOSTSORTBY ALPHABETICAL
  317. REDIRHOSTSORTBY REQUESTS
  318. FAILHOSTSORTBY REQUESTS
  319. REFSORTBY REQUESTS
  320. REFSITESORTBY REQUESTS
  321. REDIRREFSORTBY REQUESTS
  322. FAILREFSORTBY REQUESTS
  323. BROWREPSORTBY REQUESTS
  324. BROWSUMSORTBY REQUESTS
  325. OSSORTBY PAGES
  326. SUBOSSORTBY PAGES
  327. VHOSTSORTBY BYTES
  328. REDIRVHOSTSORTBY REQUESTS
  329. FAILVHOSTSORTBY REQUESTS
  330. USERSORTBY REQUESTS
  331. REDIRUSERSORTBY REQUESTS
  332. FAILUSERSORTBY REQUESTS
  333. SEARCHQUERYSORTBY REQUESTS
  334. SEARCHWORDSORTBY REQUESTS
  335. INTSEARCHQUERYSORTBY REQUESTS
  336. INTSEARCHWORDSORTBY REQUESTS
  337. STATUSSORTBY ALPHABETICAL
  338.  
  339. # Whether and how pie charts are plotted: see docs/othreps.html
  340. REQCHART ON
  341. REDIRCHART ON
  342. FAILCHART ON
  343. TYPECHART ON
  344. SIZECHART ON
  345. PROCTIMECHART ON
  346. DIRCHART ON
  347. HOSTCHART ON
  348. REDIRHOSTCHART ON
  349. FAILHOSTCHART ON
  350. DOMCHART ON
  351. ORGCHART ON
  352. REFCHART ON
  353. REFSITECHART ON
  354. REDIRREFCHART ON
  355. FAILREFCHART ON
  356. BROWREPCHART ON
  357. BROWSUMCHART ON
  358. OSCHART ON
  359. VHOSTCHART ON
  360. REDIRVHOSTCHART ON
  361. FAILVHOSTCHART ON
  362. USERCHART ON
  363. REDIRUSERCHART ON
  364. FAILUSERCHART ON
  365. SEARCHQUERYCHART ON
  366. SEARCHWORDCHART ON
  367. INTSEARCHQUERYCHART ON
  368. INTSEARCHWORDCHART ON
  369. STATUSCHART ON
  370. # Zoom in on some wedges using CHARTEXPAND
  371. # OSCHARTEXPAND Windows
  372.  
  373. # What to link to in the reports
  374. REQLINKINCLUDE pages
  375. REDIRLINKEXCLUDE *
  376. FAILLINKEXCLUDE *
  377. REFLINKINCLUDE *
  378. REDIRREFLINKINCLUDE *
  379. FAILREFLINKINCLUDE *
  380. # BASEURL http://my.server.com
  381.  
  382. # Cosmetic commands: mostly in docs/output.html
  383. OUTPUT HTML
  384. LANGUAGE ENGLISH
  385. # LANGFILE uk.lng
  386. # DOMAINSFILE ukdom.tab
  387. # DESCFILE ukdesc.txt
  388. HEADERFILE none
  389. FOOTERFILE none
  390. LOGO analogo.gif
  391. REPORTORDER x1QmWDdHwh4657oZSlLujJkKfsNnBbpvRMcPztiEIYyr
  392. GENSUMLINES ALL
  393. GOTOS ON
  394. RUNTIME ON
  395. DESCRIPTIONS ON
  396. REPORTSPAN OFF
  397. REPORTSPANTHRESHOLD 60
  398. WEEKBEGINSON SUNDAY
  399. LASTSEVEN ON
  400. MARKCHAR +
  401. # SEPCHAR and DECPOINT are usually taken from the language file
  402. # SEPCHAR ,
  403. # DECPOINT .
  404. REPSEPCHAR none
  405. COMPSEP "    "
  406. RAWBYTES OFF
  407. NOROBOTS ON
  408. SEARCHCHARCONVERT ON
  409. BARSTYLE b
  410. HTMLPAGEWIDTH 65
  411. ASCIIPAGEWIDTH 76
  412. MINGRAPHWIDTH 15
  413.  
  414. # The following commands are only available on some systems: see docs/dns.html
  415. # DNSFILE dnscache
  416. # DNSLOCKFILE dnslock
  417. # DNS NONE
  418. # DNSGOODHOURS 100000
  419. # DNSBADHOURS 336
  420. # DNSTIMEOUT 10
  421.  
  422. # Sub-item commands: see docs/hierreps.html. Examples are
  423. # SUBDOM *.com
  424. # SUBDIR /*/*/
  425. SUBTYPE *.gz,*.Z
  426.  
  427. # A list of search engines
  428. SEARCHENGINE http://*altavista.*/* q
  429. SEARCHENGINE http://*yahoo.*/* p
  430. SEARCHENGINE http://*google.*/* q
  431. SEARCHENGINE http://*lycos.*/* query
  432. SEARCHENGINE http://*aol.*/* query
  433. SEARCHENGINE http://*excite.*/* search
  434. SEARCHENGINE http://*go2net.*/* general
  435. SEARCHENGINE http://*metacrawler.*/* general
  436. SEARCHENGINE http://*msn.*/* MT
  437. SEARCHENGINE http://*hotbot.com/* MT
  438. SEARCHENGINE http://*netscape.*/* search
  439. SEARCHENGINE http://*looksmart.*/* key
  440. SEARCHENGINE http://*infoseek.*/* qt
  441. SEARCHENGINE http://*webcrawler.*/* search,searchText
  442. SEARCHENGINE http://*goto.*/* Keywords
  443. SEARCHENGINE http://*snap.*/* keyword
  444. SEARCHENGINE http://*dogpile.*/* q
  445. SEARCHENGINE http://*askjeeves.*/* ask
  446. SEARCHENGINE http://*ask.*/* ask
  447. SEARCHENGINE http://*aj.*/* ask
  448. SEARCHENGINE http://*directhit.*/* qry
  449. SEARCHENGINE http://*alltheweb.*/* query
  450. SEARCHENGINE http://*northernlight.*/* qr
  451. SEARCHENGINE http://*nlsearch.*/* qr
  452. SEARCHENGINE http://*dmoz.*/* search
  453. SEARCHENGINE http://*newhoo.*/* search
  454. SEARCHENGINE http://*netfind.*/* query,search,s
  455. SEARCHENGINE http://*/netfind* query
  456. SEARCHENGINE http://*/pursuit query
  457.  
  458. # Search engines on your own site
  459. # INTSEARCHENGINE /cgi-bin/my.cgi q
  460.  
  461. # Use one of these if you are short of memory: see docs/lowmem.html
  462. FILELOWMEM 0
  463. HOSTLOWMEM 0
  464. BROWLOWMEM 0
  465. REFLOWMEM 0
  466. USERLOWMEM 0
  467. VHOSTLOWMEM 0
  468.  
  469. # Commands for debugging
  470. SETTINGS OFF
  471. DEBUG OFF
  472. WARNINGS ON
  473. PROGRESSFREQ 0
  474. # ERRFILE somefile
  475. ERRLINELENGTH 78
  476. #
  477. # By Stephen Turner 1999 - 2002. No warranty for this file.
  478. # This file is given into the public domain: it may be used, modified and
  479. # redistributed without restriction.
  480.