home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13g.zip / CFGLIST.CFG < prev    next >
Text File  |  1999-06-16  |  3KB  |  72 lines

  1. ; This is the list host and port specific information,
  2. ; It can be used to define hosts, and to specify host-specfic
  3. ; configuration files.
  4. ; It's organized into sections, with each section 
  5. ; pertaining to a host and port combination.
  6. ;
  7. ; Syntax (see USE_CFGS.DOC for the details):
  8. ;    a) Sections are separated by blank lines
  9. ;    b) Each section contains case-insensitive "mime-style" entries, with a form:
  10. ;         identifier:  value 
  11. ;    c) Each section should contain entries with the following identifiers:
  12. ;           PORT:  "value" should be a numeric port number.
  13. ;            HOST: "value" should be an sre-http "host nickname"
  14. ;              IP: "value" should be an  ip address, or ip alias, of this "host nickname"
  15. ;         DATADIR: "value" should be the default data directory for this HOST
  16. ;
  17. ;    d) Other valid identifiers are ("value" should be a filename)
  18. ;        ACCESS:
  19. ;        ALIASES:
  20.          ATTRIBS:
  21. ;        COUNTER_RXX;
  22. ;        HIT_COUNT:
  23. ;        INITFILT:
  24. ;        PUBURLS:
  25. ;        REPSTRGS:
  26. ;        RECORDALL:
  27. ;        SENDFILE:
  28. ;        USERS:
  29. ;        VIRTUAL:
  30. ;            *:   
  31. ;
  32. ;      The *: is special, "value" should be a subdirectory; and it means "look
  33. ;      in this subdirectory for:
  34. ;           PUBURLS.IN, USERS.IN, ACCESS.IN, ALIASES.IN, VIRTUAL.IN,
  35. ;           INITFILT.80, and REPSTRGS.IN
  36. ;
  37. ;  Notes:
  38. ;
  39. ;   * It is possible to have several sections  apply to the same host & port. This
  40. ;     is only recommended when defining multiple IP addresses to a single host nickname.
  41. ;
  42. ;   * Since blank lines delimit sections; do NOT include blank lines between
  43. ;     entries (within a section). However, you can include comment lines (that begin with ;)
  44. ;
  45. ;   *  Sections that contain *: should NOT contain:
  46. ;         PUBURLS:, USERS:, ACCESS:, ALIASES:, VIRTUAL:, INITFILT:, or REPSTRGS:
  47. ;
  48. ; An example (the indentations are for readabilty, as is the purposely sloppy use of lc):
  49. ;       host: ZOO
  50.             datadir: e:\htmls\zoo
  51. ;           ip: www.zoo.org
  52. ;           ALIASES: ZOO\ALIASES.IN     (
  53. ;       ;                     perhaps d:\goserve\cfgs\zoo\aliases.in
  54. ;           ACCESS: ZOO\ACCESS1.CTL
  55. ;           INITFILT:  ZOO\ZOOINITS.K2
  56. ;
  57. ;       host:store
  58. ;       ip: 121.22.151.2
  59. ;       port:8080
  60. ;           users: D:\STORESITE\PRIVATE\USERS.1
  61. ;
  62. ;        HOST:
  63. ;           USERS: MOREUSER.IN
  64. ;           virtual: VIRTUAL2.IN
  65. ;        HOST: WWW2
  66. ;        IP: WWW2
  67. ;            *: internals\
  68. ;
  69.  
  70.