home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / ftpage / disk8 / access.or_ / access.or
Encoding:
Text File  |  1995-09-07  |  1.5 KB  |  54 lines

  1. #----------------------------------------------------------------------
  2. #
  3. #  ACCESS.CNF
  4. #
  5. # Global access configuration for WinHttpd V1.4c (Windows)
  6. #
  7. # This is the server global access configuration file. It is best to
  8. # leave the directives in this file in the order they are in, or
  9. # things may not go the way you'd like.
  10. #
  11. # Do NOT simply read the instructions in here without understanding
  12. # what they do, if you are unsure consult the online docs.
  13. #
  14. # If you have questions, send email to support@vermeer.com
  15. #
  16. #----------------------------------------------------------------------
  17. #
  18. # The following access configuration establishes unrestricted access
  19. # to the server's document tree. There is no default access config, so
  20. # _something_ must be present and correct for the server to operate.
  21. #
  22. # This should be changed to whatever you set ServerRoot to.
  23. #
  24. <Directory VSERVER>
  25. Options Indexes
  26. </Directory>
  27.  
  28. ## This should be changed to whatever you set DocumentRoot to.
  29. #
  30. #<Directory VCONTENT/>
  31. #
  32. ## This may also be "None", "All", or "Indexes"
  33. #
  34. #Options Indexes
  35. #
  36. ## This controls which options the #HACCESS.CTL files in directories can
  37. ## override. Can also be "None", or any combination of "Options", "FileInfo",
  38. ## "AuthConfig", and "Limit"
  39. #
  40. #AllowOverride All
  41. #
  42. ## Controls who can get stuff from this server.
  43. #
  44. #<Limit GET>
  45. #order allow,deny
  46. #allow from all
  47. #</Limit>
  48. #
  49. #</Directory>
  50.  
  51. # You may place any other directories you wish to have access
  52. # information for after this one.
  53.  
  54.