home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / SREFLOGS.INI < prev    next >
Text File  |  1999-03-18  |  2KB  |  63 lines

  1. ; 15 March 1999
  2. ; this is the default configuration file for SRE-http's common-log, browser-log,
  3. ; and referer-log facility.  For details on it's use, see sreflogs.doc
  4. ; (lines beginning with ; are comments)
  5.  
  6. ; The default log files. Set to 0 to suppress.
  7. ; On multi-host or multi-port servers (multiport servers require 
  8. ; seperate invocations of goserve/SREhttp, but they might share the
  9. ; same sreflogs.ini file), you should define seperate log files.
  10. ; For example, for a port 8080 server with a host_Nickname of JOESBAR,
  11. ; you could define: commonlog.joesbar.8080='x:\joesbar\common.log'
  12. ;
  13. ; The default common-log file (used if no explicit commonlog.hostnickname.port
  14. ; entry is found
  15. commonlog='COMMON.LOG'
  16. ; The default referers log file
  17. refererlog='REFERER.LOG'
  18. ; The default browsers log file
  19. browserlog='BROWSER.LOG'
  20. ;The default combined log file
  21. combinedlog=0
  22.  
  23. ; apache_mode=1 : use "apache" mode for browser and referer log
  24. ;            =0 : use GoHTTP mode.
  25. apache_mode=0
  26.  
  27. ; force_referer=1 : if no referer request header, use a value of " - "
  28. force_referer=0
  29.  
  30.  
  31. ; nooptions=1 : do not record the portion of the  selector following the ?
  32. NOOPTIONS=0 
  33.  
  34. ; nohttp=1 : Do not record the HTTP/1.0 portion of the request string
  35. NOHTTP=1 
  36.  
  37. ; Space delimited  list of "return codes" and "http methods" to NOT record.
  38. ;  i.e.; NOCODES=' 400 401 402 403 ' means
  39. ;  "do not record any of the http error message responses "
  40. ; Or, NOCODES='401 HEAD' to suppress authorization responses and head requests
  41. NOCODES=' '
  42.  
  43. ; Space delimited list of IP addresses to not record (if it exists, you 
  44. ; should use a client's IP address, not her IP number). You can also
  45. ; include "usernames" (auth_user).
  46. NOUSER=' '
  47.  
  48. ; Space delimited list of referer's IP addresses to not record in referer.log  (if it exists, you
  49. ; should use a client's IP address, not her IP number)
  50. NOREFERER='  '
  51.  
  52. ; stem variable(s) containing possible targets: if any of them match,
  53. ; do not record.  Use * as a  wildcard.
  54. ; NOT record. For example: 
  55. ; NOURL.1='IMGS/*'  
  56. ; NOURL.2='SAMPLES/*'
  57. ; would suppress recording of all request selectors that begin with IMGS/ or
  58. ; that begin with SAMPLES/ (note that leading / are stripped).  
  59.  
  60. ; Note: using of SCHED. entries in sreflogs.ini has been deprecated--
  61. ;       use the SCHEULDE.CFG file (in the CFGS/ directory) instead
  62.  
  63.