home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 March / PCWK0397.iso / novell / webserv3 / disk1 / web / config / access.cfg next >
Text File  |  1996-11-22  |  543b  |  34 lines

  1. # Computer generated
  2. <Directory docs>
  3. Options Indexes
  4. AllowOverride All
  5. <Limit GET>
  6. order allow,deny
  7. allow from all
  8. </Limit>
  9. </Directory>
  10. <Directory maps>
  11. Options Indexes
  12. AllowOverride All
  13. <Limit GET>
  14. order allow,deny
  15. allow from all
  16. </Limit>
  17. </Directory>
  18. <Directory docs/images>
  19. Options Indexes
  20. AllowOverride All
  21. <Limit GET>
  22. order allow,deny
  23. allow from all
  24. </Limit>
  25. </Directory>
  26. <Directory docs/ssi>
  27. Options Indexes Includes
  28. AllowOverride All
  29. <Limit GET>
  30. order allow,deny
  31. allow from all
  32. </Limit>
  33. </Directory>
  34.