home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ckurl162.zip / checkurl.cfg next >
Text File  |  2000-03-20  |  616b  |  30 lines

  1. ;You email address (used with ftp sites)
  2. email=email@domain
  3.  
  4. ;Log errors to log file? (yes|no)
  5. logerrors=yes
  6.  
  7. ;Log warnings to log file? (yes|no)
  8. logwarnings=yes
  9.  
  10. ;Create file with bad urls
  11. badurlfile=badurl.lst
  12.  
  13. ;Log file
  14. logfile=checkurl.log
  15.  
  16. ;HTML Log file
  17. htmllogfile=report.html
  18.  
  19. ;Number of connections to open (note: each connection is a detached task)
  20. connections=6
  21.  
  22. ;Timeout when connecting to a site
  23. timeout=70
  24.  
  25. ;Maximum number of retries when the url check returns error
  26. maxtries=1
  27.  
  28. ;TCP/IP port used internally from the program. Change if you already use it
  29. internalport=1932
  30.