home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / access.in < prev    next >
Text File  |  1999-06-13  |  2KB  |  60 lines

  1. ;ACCESS.IN: a user-configurable SRE-http parameters file. 6/99
  2. ;
  3. ;ACCESS.IN is used to control access, and to assign various attributes.
  4. ;
  5. ;    * As of ver 1.3f, we now generally recommend use of the 
  6. ;      "selector-attributes"  file (as described in IN_FILES.DOC) 
  7. ;      instead of ACCESS.IN
  8. ;      !! However, there are several advanced ACCESS options that can only 
  9. ;         be set via entries in ACCESS.IN !!
  10. ;
  11. ; Please see IN_FILES.DOC for a complete description of the functioning,
  12. ; structure, and syntax of ACCESS.IN
  13. ;
  14. ; Each entry should be a space delimited list containing:
  15. ;   HOST_NICK// ASEL  RES_PRIVS , PERM_LIST , REALM , FAIL_FILE , ADVOPT_FILE
  16. ;
  17. ; !REALM special entries have the syntax:
  18. ;       !REALM  realm_name  realm_privilege_list
  19. ;
  20. ; NOTE: Currently, !realm entires are NOT host specific!
  21. ;       Hence, on multi host systems we HIGHLY recommend using
  22. ;       the  host nickname as part of the realm_name (and, hence,
  23. ;       in corresponding REALM fields).
  24. ;
  25. ;   Special feature: 
  26. ;      Ending the NAME with a | means 
  27. ;           "no / or \ can be covered by the final *".  
  28. ;      Thus, if the selector is animals/cats/food.1,
  29. ;          animals/*food.1  will yield a match, but
  30. ;          animals/*food.1|  will NOT yield a match 
  31. ;             (since "cats/" contains a /)
  32. ;        The purpose of this feature is to "limit" wildcard matches to a 
  33. ;        single subdirectory.
  34. ;
  35. ;Examples:
  36. ;
  37. ;   SYSTEM\*   NO
  38. ;   PRIVATE\*  INHOUSE
  39. ;   PUBLIC\*  * , NO_CODE
  40. ;   SWEETSHOP//  RECORDS/*  INHOUSE , , ADMIN_REALM
  41. ;   PLANETS/INNER/*  MERCURY VENUS &EARTH MARS , , , d:\www\NOPLANET.HTM
  42. ;   UPLOADS/* * , DELETE PUT 
  43. ;   GETAFILE*
  44. ;   MESSAGE*
  45. ;   !ASKMESS*
  46. ;   !VIEWMESS?messbox=secret2*  INHOUSE
  47. ;   !VIEWMESS* VIEWMESSAGES
  48. ;   GUEST/*  * , NO_SSI NO_SSP , GUEST_REALM
  49. ;   NEWSTUFF/*  * , , EXPERIMENTAL , , NEW.CTL
  50. ;   IMGS/*.GIF * , CACHE NO_ALIAS NO_VIRTUAL NO_POSTFILTER
  51. ;   STELLAR/* MARTIANS IONIANS ,  , SPACEMEN
  52. ;   /* *
  53. ;   !REALM  REALM1  BIGFOOT  SASQUATCH
  54. ; --------- End of discussion --
  55. ; syntax: host// sel privs , permiss , realm , failfile , advoptfile
  56. IMGS/*.GIF * , CACHE* NO_ALIAS NO_VIRTUAL NO_POSTFILTER
  57. /* *
  58. /samples/srehttp.faq * ,  ,   ,  , faq.ctl
  59.  
  60.