summaryrefslogtreecommitdiff
path: root/ledgersmb-httpd.conf
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-20 02:53:22 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-20 02:53:22 +0000
commitac35595d0e52f2b92bb255590402f4a14b059559 (patch)
tree75ff266120ece28d31bd02af9c0e4a613dd28d9b /ledgersmb-httpd.conf
parenta9ac9e7ceff839cc1d8ff649843bc4eca31b9008 (diff)
renaming httpd.conf extension to ledgersmb-httpd.conf
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@951 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'ledgersmb-httpd.conf')
-rw-r--r--ledgersmb-httpd.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf
new file mode 100644
index 00000000..b92e09d4
--- /dev/null
+++ b/ledgersmb-httpd.conf
@@ -0,0 +1,39 @@
+
+Alias /ledger-smb WORKING_DIR
+
+<Directory WORKING_DIR>
+ 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/users>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/bin>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/utils>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/spool>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+<Directory WORKING_DIR/LedgerSMB>
+ Order Deny,Allow
+ Deny from All
+</Directory>