summaryrefslogtreecommitdiff
path: root/ledgersmb-httpd.conf
blob: d7ab614d6e63a5d7a22f64fe6172c5ffe7644234 (plain)
  1. Alias /ledgersmb WORKING_DIR/
  2. <Directory WORKING_DIR>
  3. RewriteEngine On
  4. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
  5. AllowOverride All
  6. AddHandler cgi-script .pl
  7. Options ExecCGI Includes FollowSymlinks
  8. Order Allow,Deny
  9. Allow from All
  10. <Files ~ "\.conf$">
  11. Order Deny,Allow
  12. Deny from All
  13. </Files>
  14. </Directory>
  15. <Directory WORKING_DIR/users>
  16. Order Deny,Allow
  17. Deny from All
  18. </Directory>
  19. <Directory WORKING_DIR/bin>
  20. Order Deny,Allow
  21. Deny from All
  22. </Directory>
  23. <Directory WORKING_DIR/utils>
  24. Order Deny,Allow
  25. Deny from All
  26. </Directory>
  27. <Directory WORKING_DIR/spool>
  28. Order Deny,Allow
  29. Deny from All
  30. </Directory>
  31. <Directory WORKING_DIR/templates>
  32. Order Deny,Allow
  33. Deny from All
  34. </Directory>
  35. <Directory WORKING_DIR/LedgerSMB>
  36. Order Deny,Allow
  37. Deny from All
  38. </Directory>