home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / yala094.zip / YALA.INIT < prev    next >
Text File  |  1997-08-27  |  907b  |  37 lines

  1. # Inifile für YALA v0.94 or higher
  2.  
  3. [PATH]
  4. # File to be analysed
  5. SOURCE=D:\LOGANALYSER\BUGGY_TEST_LOG
  6. # File to send output to
  7. DEST=D:\LOGANALYSER\STATISTIC.TXT
  8. # File to place errors in
  9. FAIL=D:\LOGANALYSER\YALA.FAIL
  10.  
  11. [SKIP]
  12. # add as many entries as needed
  13. # Format: HOSTx=name.domain.com
  14. #         where x is a number starting from 1
  15. # example
  16. #       HOST1=Warp.Stadtleben.de
  17. #       HOST2=Laptop.Stadtleben.de
  18.  
  19. [OPTIONS]
  20. # Textfile do be placed at start of outputfile
  21. HEADER=D:\LOGANALYSER\HEADER.TXT
  22.  
  23. # Textfile do be placed at the end of outputfile
  24. FOOTER=D:\LOGANALYSER\FOOTER.TXT
  25.  
  26. # Toggle YES to add a list of hosts accessed the server
  27. # Toggel NO to do not such a list
  28. HOSTLIST=YES
  29.  
  30. [FILTER]
  31. # add as many entries as needed
  32. # Format: FILTERx=filename
  33. #         where x is a number starting from 1
  34. # example
  35. #       FILTER1=Voyager4.jpg
  36. #       FILTER2=back.gif
  37.