home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / LOGS / accesswatch.cfg < prev    next >
Text File  |  2017-09-21  |  4KB  |  92 lines

  1. ###############################################################################
  2. ########## AccessWatch - Custom Configuration Information #####################
  3. ###############################################################################
  4.  
  5. ##     For instructions regarding these options, see:                         ##
  6. ##      <URL:http://www.eg.bucknell.edu/~dmaher/accesswatch/config.html>     ##
  7.  
  8. ###############################################################################
  9. #####                         Site Information                            #####
  10. ###############################################################################
  11.  
  12. #$accessLog = "/usr/local/etc/httpd/logs/japan.park.org-access_log";
  13. #$accessLog = "/usr/local/etc/httpd/logs/access";
  14. $accessLog = "/usr/local/etc/httpd/logs/access." . $ARGV[0] ;
  15.  
  16. $accessDate = $ARGV[1] ;
  17.  
  18.                                   # Common locations:
  19.                                   #  /usr/local/lib/httpd/logs/access_log
  20.                       #  /usr/local/etc/httpd/logs/access_log
  21.                                   # ask your server administrator for further 
  22.                                   #  help or "find / -name access_log -print"
  23.  
  24. $includeURL = ".*";
  25.                                   # Put a keyword that is common to all URL's
  26.                                   #  that need to be watched, such as the 
  27.                                   #  base directory name (username, etc.)
  28.                                   #  multiple possibilities may be OR'ed ('|').
  29.                                   # Set to ".*" to view all server accesses
  30.  
  31. $excludeURL = ".gif|.jpg|.xbm|AW/|AW/index.html|mypaper.html";
  32.                                   # Place a word common to pages that you do
  33.                                   #  not want counted. Multiple possibilities 
  34.                                   #  may be OR'ed ('|').
  35.  
  36. $siteName  = "EXPO96 KDD Server";       # A short description of the page / site name
  37. $orgname   = "EXPO96";      # Organizational name
  38. $orgdomain = "expo96.ad.jp";      # Organization domain, used for counting 
  39.                                   #  internal accesses
  40.  
  41. ###############################################################################
  42. #####                          Program Options                            #####
  43. ###############################################################################
  44.  
  45. $maxPagesToList = 0;
  46. #$maxPagesToList = 50;
  47. #$maxPagesToList = -1;             # sets the maximum number of entries in 
  48. $maxDomainsToList = 0;           # the corresponding tables. Set to -1 to show
  49. $maxHostsToList = 0;             # all entries (may be *big*!), or 0 to hide
  50.                                   # the table completely.
  51.  
  52. $details = 1;                     # <-- set to 0 for summary, 1 for separate 
  53.                               # page of all accesses sorted by host. This 
  54.                               # is only effective if hosts are to be 
  55.                               # listed. ($maxHostsToList > 0 or == -1)
  56.                               # Not for medium to heavily loaded sites... 
  57.  
  58. $verbose = 0;                     # <-- set to 0 for quiet mode,
  59.                               #            1 for command line feedback.
  60.  
  61. $bodyArgs = "BGCOLOR=\"\#C0C0C0\"";
  62.                               # Specify any arguments that you want to
  63.                                   # the <BODY> tag of generated documents.
  64.                               # Change the background, text color, etc.
  65.                               # Be sure to escape (put a '\') in front of 
  66.                                   # any wierd characters, such as \# or \".
  67.  
  68. $customFooter = <<EOM;            
  69. <!-- START custom footer -->
  70.  
  71.  
  72. <!-- END   custom footer -->
  73. EOM
  74.                                   # Here, you can provide a link back to the
  75.                                   # calling page, with a button, or just leave
  76.                                   # it blank. Put anything you want between 
  77.                               # the start and end tags, make sure that you
  78.                               # escape (put a '\') in front of any wierd
  79.                               # characters, such as \@ or \%, and make sure
  80.                                   # the 'EOM' stays, or you will get an error.
  81.  
  82. 1;
  83.  
  84. ###############################################################################
  85. ########### End - AccessWatch Custom Configuration ############################
  86. ###############################################################################
  87.  
  88.  
  89.  
  90.  
  91.  
  92.