home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / writelog.cnf < prev   
Text File  |  1997-02-25  |  2KB  |  51 lines

  1. <h1> Enable the Common-log audit file </h1>
  2.  
  3. Use this option to enable the common-log, browser, and referer audit files.
  4.  
  5.  
  6. <p>
  7. <FORM ACTION="/srefconf" METHOD="GET">
  8. <input type="hidden" name="SET" value="WRITE_LOGS">
  9. Enable the common-log audit file (and the referer and browser log files):
  10. <menu>
  11. <LI>
  12. <INPUT TYPE=RADIO NAME="yesno" VALUE="1" $isyes ><STRONG>Yes</STRONG>: 
  13. Record all requests in the common-log audit file
  14. <LI><INPUT TYPE=RADIO NAME="yesno" VALUE="0" $isno ><STRONG>NO</STRONG>:
  15. Do <b>not</b> record  requests in the common-log audit file.
  16. </menu>
  17. <INPUT TYPE="submit" VALUE="Update this Parameter">
  18.  
  19. </FORM>
  20.  
  21. $cancel
  22.  
  23. <hr>
  24. <h2>Notes </h2>
  25. <em>Common-log</em> audit files are something of a WWW standard. When enabled,
  26. each request will be recorded in the common-log file. A typical entry might be:
  27. <pre>dan.ag.gov - - [24/Feb/1997:18:14:51 -0500] "GET /SA/gui.htm HTTP/1.0" 200 50299</pre>
  28. In addition to enabling the common-log file, two additional log files will be
  29. maintained: the <b>browser</b> and <b>referer</b> log files.
  30. <p>
  31. If you do <b>not</b> need this complete auditing, select NO.
  32. <h3>More notes </h3>
  33. <ul>
  34. <li> SRE-Filter provides several other auditing mechanisms, including
  35. the <a href="/srefconf?show=record_option">RECORD_ALL_FILE</a>, and the GoServe GOAUDIT.80 file</li>
  36. <li> A number of log-file options are contained in the SREFLOGS.INI file.
  37. <em>In particular </em>, if you are running multiple hosts, or multiple ports, you probably
  38. will want to investigate SREFLOGS.INI (see <a href="/samples/SREFLOGS.DOC">
  39. SREFLOGS.DOC</a> for details).
  40. <li> By default, the log files have the following names (in $workdata)
  41. <menu><li>Common-log file: <tt>COMMON.LOG</tt>
  42. <LI>Browser log file: <tt>BROWSERS.LOG </tt>
  43. <li>Referer log file: <TT>REFERER.LOG </tt>
  44. </menu>
  45. <li> One of the principal advantages of common-log files is the multitude of tools
  46. that exist to analyze them -- <em> check the web for details! </em>
  47.  
  48. </ul>
  49.  
  50.  
  51.