rakotomandimby

Untitled

Jul 15th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <Directory "d:/myproject/apache/users">
  2. AllowOverride FileInfo AuthConfig Limit
  3. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  4. <Limit GET POST OPTIONS PROPFIND>
  5. # Default access is deny
  6. Order allow,deny
  7. # But allow access from all
  8. Allow from all
  9. </Limit>
  10. <LimitExcept GET POST OPTIONS PROPFIND>
  11. # Default access is allow
  12. Order deny,allow
  13. # But deny access from all
  14. Deny from all
  15. </LimitExcept>
  16. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment