home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / record.cnf < prev    next >
Text File  |  1997-03-01  |  3KB  |  85 lines

  1.  
  2. <h1> Enable SRE-Filter's transaction recorder </h1>
  3.  
  4. SRE-Filter has a built-in transaction recorder. You can suppress it, or
  5. you can select how transactions should be recorded.
  6.  
  7. <FORM ACTION="/srefconf" METHOD="GET">
  8. <input type="hidden" name="SET" value="RECORD_OPTION">
  9. Should SRE-Filter record all transactions?<br>
  10. <menu>
  11. <LI><INPUT TYPE=RADIO NAME="record" VALUE="0" $isno >
  12. <strong>NO:</strong> do <b>not</b> record all transactions.
  13. <LI><INPUT TYPE=RADIO NAME="record" VALUE="1" $isurl >
  14. <STRONG>BY SEL</STRONG>: record all transactions, using the <em> request selector </em>
  15. <LI><INPUT TYPE=RADIO NAME="record" VALUE="2" $isfile >
  16. <STRONG>BY FILE</STRONG>: record all transactions, using the file the transaction refers to.
  17. </menu>
  18.  
  19. <INPUT TYPE="submit" VALUE="Update this Parameter">
  20.  
  21. </FORM>
  22.  
  23. $CANCEL
  24.  
  25. <hr>
  26. <h2>Notes</h2>
  27.   This option is used to select whether to record all allowed requests.
  28. More precisely, if you enable this option, SRE-Filter will keep a
  29. running total of all requests. This is <b>not</b> used to record
  30. each transaction.
  31. <blockquote> Requests may be for file transfers (HTML, GIF, etc.),
  32. <b>or</b> may be server side processing requests (CGI-Bin, SRE-Filter
  33. add-ons, etc.).  SRE-Filter will record them all.</blockquote>
  34. <p>
  35. There are two recording modes:
  36. <ol>
  37. <li> By <EM>request selector</EM> (by SEL)
  38. <li> By <EM>file name</EM>.
  39. </ol>
  40.  
  41. For example (assuming that your GoServe data directory is D:\WWW),<br>
  42. <dl>
  43. <dt>A request selector of <code>SAMMYS/SCIENCE/HOUSE.HTM</code> refers to
  44.   D:\WWW\SAMMYS\SCIENCE\HOUSE.HTM
  45. <dd> <BR>If you selected the <em>request selector</em> mode, this request
  46. would be recorded under a <b>SAMMYS/SCIENCE/HOUSE.HTM</B> entry.
  47. <p> If you selected the <em>file name</em> mode, this request
  48. would be recorded under a <b>D:\WWW\SAMMYS\SCIENCE\HOUSE.HTM</b> entry.
  49. </dl>
  50.  
  51.  
  52. <h3> More notes ... </h3>
  53. <ul>
  54. <li> SRE-Filter uses the <b>RECORD_ALL_FILE</b> to record these results.
  55. <menu><li>Currently, the RECORD_ALL_FILE is $record_all_file.</menu>
  56.  
  57. <LI> Each entry in the RECORD_ALL_FILE contains the request <em>selector </em>
  58.  (or file name),
  59. the number of requests, and the date of the most recent request. To
  60. repeat, it does <b>not</b> contain transaction specific information.
  61. <br>
  62. <LI> When recording by <em> request selector</em>, the <em>
  63. argument list</em> is <STRONG>not</STRONG> used.
  64. <blockquote><em> The argument list is the ? (and anything that follows it) in a
  65.       request selector.</em></blockquote>
  66. <LI> The RECORD_ALL_FILE can be hand-edited.  You may want to add
  67.       appropriate <em>wildcarded</em> entries 
  68.     (such as <code>/TEMP/*</code>, which will keep track of
  69.       all temporary files, thereby avoiding the creation of
  70.       lots of meaningless entries).
  71.  
  72. <LI> For more information on the several <b>hit counters</b>
  73. and <b>transaction recorders</b> available in SRE-Filter, see
  74. the SRE-Filter <b>frequently asked questions</b> (<A HREF="/samples/srefiltr.faq">SREFILTR.FAQ</A>), or the
  75. SRE-Filter <STRONG>manual</STRONG> (<A HREF="/samples/srefiltr.htm">SREFILTR.HTM</A>).
  76.  
  77. <li> The <a href="/SREFCONF?show=WRITE_LOGS">common-log file</a> is an alternative to the RECORD_ALL_FILE.
  78.  
  79. <LI> <TT>Technical note</TT>: The RECORD_CACHE_FILE is used
  80.      to control caching of the RECORD_ALL_FILE.  See <A HREF="/samples/initfilt.doc">INITFILT.DOC </A>for
  81.     details on this feature.
  82.  
  83. </ul>
  84.  
  85.