home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / utils / analog / examples / big.cfg next >
Encoding:
Text File  |  2003-03-23  |  11.6 KB  |  478 lines

  1. # Here is a big configuration file for analog version 5.32
  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 *.bz "bzip2 -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 *Validator*
  139. ROBOTINCLUDE Ultraseek*
  140.  
  141. # Whether each report is wanted: see docs/output.html
  142. GENERAL ON
  143. YEARLY OFF
  144. QUARTERLY OFF
  145. MONTHLY ON
  146. DAILYREP OFF
  147. DAILYSUM ON
  148. WEEKLY OFF
  149. HOURLYREP OFF
  150. HOURLYSUM ON
  151. QUARTERREP OFF
  152. QUARTERSUM OFF
  153. FIVEREP OFF
  154. FIVESUM OFF
  155. DOMAIN ON
  156. ORGANISATION ON
  157. DIRECTORY ON
  158. FILETYPE ON
  159. REQUEST ON
  160. REDIR OFF
  161. FAILURE OFF
  162. SIZE ON
  163. PROCTIME OFF
  164. HOST OFF
  165. REDIRHOST OFF
  166. FAILHOST OFF
  167. REFERRER OFF
  168. REFSITE OFF
  169. REDIRREF OFF
  170. FAILREF OFF
  171. VHOST OFF
  172. REDIRVHOST OFF
  173. FAILVHOST OFF
  174. USER OFF
  175. REDIRUSER OFF
  176. FAILUSER OFF
  177. SEARCHQUERY OFF
  178. SEARCHWORD ON
  179. INTSEARCHQUERY OFF
  180. INTSEARCHWORD OFF
  181. BROWSERREP OFF
  182. BROWSERSUM OFF
  183. OSREP ON
  184. STATUS ON
  185.  
  186. # The columns in each report: see docs/timereps.html and docs/othreps.html
  187. TIMECOLS RP
  188. YEARCOLS RP
  189. QUARTERLYCOLS RP
  190. MONTHCOLS RP
  191. WEEKCOLS RP
  192. DAYREPCOLS RP
  193. DAYSUMCOLS RP
  194. HOURREPCOLS RP
  195. HOURSUMCOLS RP
  196. QUARTERREPCOLS RP
  197. QUARTERSUMCOLS RP
  198. FIVEREPCOLS RP
  199. FIVESUMCOLS RP
  200. DOMCOLS Rb
  201. ORGCOLS Rb
  202. HOSTCOLS Rb
  203. REDIRHOSTCOLS R
  204. FAILHOSTCOLS R
  205. DIRCOLS Rb
  206. TYPECOLS Rb
  207. REQCOLS RbD
  208. REDIRCOLS R
  209. FAILCOLS R
  210. REFCOLS R
  211. REFSITECOLS R
  212. REDIRREFCOLS R
  213. FAILREFCOLS R
  214. BROWREPCOLS R
  215. BROWSUMCOLS R
  216. OSCOLS NRP
  217. SIZECOLS Rb
  218. PROCTIMECOLS R
  219. VHOSTCOLS Rb
  220. REDIRVHOSTCOLS R
  221. FAILVHOSTCOLS R
  222. USERCOLS Rb
  223. REDIRUSERCOLS R
  224. FAILUSERCOLS R
  225. SEARCHQUERYCOLS R
  226. SEARCHWORDCOLS R
  227. INTSEARCHQUERYCOLS R
  228. INTSEARCHWORDCOLS R
  229. STATUSCOLS R
  230.  
  231. # How the graphs are plotted: see docs/timereps.html
  232. ALLGRAPH P
  233. YEARGRAPH P
  234. MONTHGRAPH P
  235. DAYREPGRAPH P
  236. DAYSUMGRAPH P
  237. HOURREPGRAPH P
  238. HOURSUMGRAPH P
  239. WEEKGRAPH P
  240. QUARTERREPGRAPH P
  241. QUARTERSUMGRAPH P
  242. FIVEREPGRAPH P
  243. FIVESUMGRAPH P
  244.  
  245. # Whether the time reports run forwards or backwards: see docs/timereps.html
  246. ALLBACK OFF
  247. YEARBACK OFF
  248. QUARTERLYBACK OFF
  249. MONTHBACK OFF
  250. DAYREPBACK OFF
  251. HOURREPBACK OFF
  252. WEEKBACK OFF
  253. QUARTERREPBACK OFF
  254. FIVEREPBACK OFF
  255.  
  256. # The number of rows to display in each time report: see docs/timereps.html
  257. YEARROWS 0
  258. QUARTERLYROWS 0
  259. MONTHROWS 0
  260. WEEKROWS 0
  261. DAYREPROWS 42
  262. HOURREPROWS 72
  263. QUARTERREPROWS 96
  264. FIVEREPROWS 288
  265.  
  266. # The floors for each report: see docs/othreps.html and docs/hierreps.html
  267. REQFLOOR 20r
  268. REQARGSFLOOR 10r
  269. REDIRFLOOR -30r
  270. REDIRARGSFLOOR 10r
  271. FAILFLOOR -30r
  272. FAILARGSFLOOR 10r
  273. DOMFLOOR 0b
  274. SUBDOMFLOOR 0.5%b
  275. ORGFLOOR -20r
  276. SUBORGFLOOR 0.5%r
  277. DIRFLOOR 0.01%b
  278. SUBDIRFLOOR 0.01%b
  279. TYPEFLOOR 0.1%b
  280. SUBTYPEFLOOR 0.1%b
  281. HOSTFLOOR -50r
  282. REDIRHOSTFLOOR -20r
  283. FAILHOSTFLOOR -20r
  284. REFFLOOR 20r
  285. REFARGSFLOOR 10r
  286. REFSITEFLOOR -30r
  287. REFDIRFLOOR 50r
  288. REDIRREFFLOOR -30r
  289. REDIRREFARGSFLOOR 10r
  290. FAILREFFLOOR -30r
  291. FAILREFARGSFLOOR 10r
  292. BROWSUMFLOOR -20r
  293. SUBBROWFLOOR -20r
  294. BROWREPFLOOR -40r
  295. OSFLOOR 0p
  296. SUBOSFLOOR 0p
  297. VHOSTFLOOR -20b
  298. REDIRVHOSTFLOOR -20r
  299. FAILVHOSTFLOOR -20r
  300. USERFLOOR -50r
  301. REDIRUSERFLOOR -20r
  302. FAILUSERFLOOR -20r
  303. SEARCHQUERYFLOOR -30r
  304. SEARCHWORDFLOOR -30r
  305. INTSEARCHQUERYFLOOR -30r
  306. INTSEARCHWORDFLOOR -30r
  307. STATUSFLOOR 0r
  308.  
  309. # How each report is sorted: see docs/othreps.html and docs/hierreps.html
  310. REQSORTBY REQUESTS
  311. REDIRSORTBY REQUESTS
  312. FAILSORTBY REQUESTS
  313. DOMSORTBY BYTES
  314. ORGSORTBY REQUESTS
  315. DIRSORTBY BYTES
  316. TYPESORTBY BYTES
  317. HOSTSORTBY ALPHABETICAL
  318. REDIRHOSTSORTBY REQUESTS
  319. FAILHOSTSORTBY REQUESTS
  320. REFSORTBY REQUESTS
  321. REFSITESORTBY REQUESTS
  322. REDIRREFSORTBY REQUESTS
  323. FAILREFSORTBY REQUESTS
  324. BROWREPSORTBY REQUESTS
  325. BROWSUMSORTBY REQUESTS
  326. OSSORTBY PAGES
  327. SUBOSSORTBY PAGES
  328. VHOSTSORTBY BYTES
  329. REDIRVHOSTSORTBY REQUESTS
  330. FAILVHOSTSORTBY REQUESTS
  331. USERSORTBY REQUESTS
  332. REDIRUSERSORTBY REQUESTS
  333. FAILUSERSORTBY REQUESTS
  334. SEARCHQUERYSORTBY REQUESTS
  335. SEARCHWORDSORTBY REQUESTS
  336. INTSEARCHQUERYSORTBY REQUESTS
  337. INTSEARCHWORDSORTBY REQUESTS
  338. STATUSSORTBY ALPHABETICAL
  339.  
  340. # Whether and how pie charts are plotted: see docs/othreps.html
  341. REQCHART ON
  342. REDIRCHART ON
  343. FAILCHART ON
  344. TYPECHART ON
  345. SIZECHART ON
  346. PROCTIMECHART ON
  347. DIRCHART ON
  348. HOSTCHART ON
  349. REDIRHOSTCHART ON
  350. FAILHOSTCHART ON
  351. DOMCHART ON
  352. ORGCHART ON
  353. REFCHART ON
  354. REFSITECHART ON
  355. REDIRREFCHART ON
  356. FAILREFCHART ON
  357. BROWREPCHART ON
  358. BROWSUMCHART ON
  359. OSCHART ON
  360. VHOSTCHART ON
  361. REDIRVHOSTCHART ON
  362. FAILVHOSTCHART ON
  363. USERCHART ON
  364. REDIRUSERCHART ON
  365. FAILUSERCHART ON
  366. SEARCHQUERYCHART ON
  367. SEARCHWORDCHART ON
  368. INTSEARCHQUERYCHART ON
  369. INTSEARCHWORDCHART ON
  370. STATUSCHART ON
  371. # Zoom in on some wedges using CHARTEXPAND
  372. # OSCHARTEXPAND Windows
  373.  
  374. # What to link to in the reports
  375. REQLINKINCLUDE pages
  376. REDIRLINKEXCLUDE *
  377. FAILLINKEXCLUDE *
  378. REFLINKINCLUDE *
  379. REDIRREFLINKINCLUDE *
  380. FAILREFLINKINCLUDE *
  381. # BASEURL http://my.server.com
  382.  
  383. # Cosmetic commands: mostly in docs/output.html
  384. OUTPUT HTML
  385. LANGUAGE ENGLISH
  386. # LANGFILE uk.lng
  387. # DOMAINSFILE ukdom.tab
  388. # DESCFILE ukdesc.txt
  389. HEADERFILE none
  390. FOOTERFILE none
  391. LOGO analogo.gif
  392. REPORTORDER x1QmWDdHwh4657oZSlLujJkKfsNnBbpvRMcPztiEIYyr
  393. GENSUMLINES ALL
  394. GOTOS ON
  395. RUNTIME ON
  396. DESCRIPTIONS ON
  397. REPORTSPAN OFF
  398. REPORTSPANTHRESHOLD 60
  399. WEEKBEGINSON SUNDAY
  400. LASTSEVEN ON
  401. MARKCHAR +
  402. # SEPCHAR and DECPOINT are usually taken from the language file
  403. # SEPCHAR ,
  404. # DECPOINT .
  405. REPSEPCHAR none
  406. COMPSEP "    "
  407. RAWBYTES OFF
  408. BYTESDP 2
  409. NOROBOTS ON
  410. SEARCHCHARCONVERT ON
  411. BARSTYLE b
  412. HTMLPAGEWIDTH 65
  413. ASCIIPAGEWIDTH 76
  414. MINGRAPHWIDTH 15
  415.  
  416. # The following commands are only available on some systems: see docs/dns.html
  417. # DNSFILE dnscache
  418. # DNSLOCKFILE dnslock
  419. # DNS NONE
  420. # DNSGOODHOURS 100000
  421. # DNSBADHOURS 336
  422. # DNSTIMEOUT 10
  423.  
  424. # Sub-item commands: see docs/hierreps.html. Examples are
  425. # SUBDOM *.com
  426. # SUBDIR /*/*/
  427. SUBTYPE *.gz,*.Z
  428.  
  429. # A list of search engines. More SEARCHENGINE commands can be found at
  430. #   http://www.analog.cx/helpers/#conffiles
  431. SEARCHENGINE http://*google.*/* q,as_q,as_epq,as_oq
  432. SEARCHENGINE http://*altavista.*/* q
  433. SEARCHENGINE http://*yahoo.*/* p
  434. SEARCHENGINE http://*lycos.*/* query,wfq
  435. SEARCHENGINE http://*aol.*/* query
  436. SEARCHENGINE http://*excite.*/* search
  437. SEARCHENGINE http://*go2net.*/* general
  438. SEARCHENGINE http://*metacrawler.*/* general
  439. SEARCHENGINE http://*msn.*/* q,MT
  440. SEARCHENGINE http://*netscape.*/* search
  441. SEARCHENGINE http://*looksmart.*/* key
  442. SEARCHENGINE http://*webcrawler.*/* qkw,search,searchText
  443. SEARCHENGINE http://*overture.*/* Keywords
  444. SEARCHENGINE http://*teoma.*/* q
  445. SEARCHENGINE http://*infospace.*/* qkw
  446. SEARCHENGINE http://*alltheweb.*/* q
  447. SEARCHENGINE http://*dogpile.*/* q
  448. SEARCHENGINE http://*ask.*/* ask
  449. SEARCHENGINE http://*alltheweb.*/* query
  450. SEARCHENGINE http://*northernlight.*/* qr
  451. SEARCHENGINE http://*nlsearch.*/* qr
  452. SEARCHENGINE http://*dmoz.*/* search
  453. SEARCHENGINE http://*/netfind* query
  454. SEARCHENGINE http://*/pursuit query
  455.  
  456. # Search engines on your own site
  457. # INTSEARCHENGINE /cgi-bin/my.cgi q
  458.  
  459. # Use one of these if you are short of memory: see docs/lowmem.html
  460. FILELOWMEM 0
  461. HOSTLOWMEM 0
  462. BROWLOWMEM 0
  463. REFLOWMEM 0
  464. USERLOWMEM 0
  465. VHOSTLOWMEM 0
  466.  
  467. # Commands for debugging
  468. SETTINGS OFF
  469. DEBUG OFF
  470. WARNINGS ON
  471. PROGRESSFREQ 0
  472. # ERRFILE somefile
  473. ERRLINELENGTH 78
  474. #
  475. # By Stephen Turner 1999 - 2003. No warranty for this file.
  476. # This file is given into the public domain: it may be used, modified and
  477. # redistributed without restriction.
  478.