summaryrefslogtreecommitdiff
path: root/ledgersmb-httpd.conf
diff options
context:
space:
mode:
authorlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-15 05:22:32 +0000
committerlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-15 05:22:32 +0000
commit2fadcc214a0ec531954ab61a3ce016845d754243 (patch)
tree2d7276d83d00a6b377bc2c7586d9ad3874c7cd85 /ledgersmb-httpd.conf
parentb058034becbabad46381db6c2e1f588283fced26 (diff)
quick rename
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@909 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'ledgersmb-httpd.conf')
-rw-r--r--ledgersmb-httpd.conf44
1 files changed, 44 insertions, 0 deletions
diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf
new file mode 100644
index 00000000..3e74f1ea
--- /dev/null
+++ b/ledgersmb-httpd.conf
@@ -0,0 +1,44 @@
+
+Alias /ledger-smb WORKING_DIR/ledger-smb/
+
+<Directory WORKING_DIR/ledger-smb>
+ AllowOverride All
+ AddHandler cgi-script .pl
+ Options ExecCGI Includes FollowSymlinks
+ Order Allow,Deny
+ Allow from All
+ <Files ~ "\.conf$">
+ Order Deny,Allow
+ Deny from All
+ </Files>
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/users>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/bin>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/utils>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/spool>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/templates>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/ledger-smb/LedgerSMB>
+ Order Deny,Allow
+ Deny from All
+</Directory>