summaryrefslogtreecommitdiff
path: root/ledgersmb-httpd.conf
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-02-27 19:36:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-02-27 19:36:41 +0000
commitdda85e07405c90e9c25d239789a48ab2ada680e2 (patch)
tree33fee153024156f81e8e26a5131471d6148475aa /ledgersmb-httpd.conf
parente1e5e75f4507ad0feaa5cd4af0fd5c03fbb7b6f2 (diff)
Removing notes saving from initial credit account insert routine.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2089 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'ledgersmb-httpd.conf')
-rw-r--r--ledgersmb-httpd.conf21
1 files changed, 11 insertions, 10 deletions
diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf
index 02ca1b4f..cad5a122 100644
--- a/ledgersmb-httpd.conf
+++ b/ledgersmb-httpd.conf
@@ -1,8 +1,8 @@
# This file must be edited to substitute the current path with WORKING_DIR
-Alias /ledgersmb WORKING_DIR/
+Alias /ledgersmb /home/ledgersmb/ledger-smb
-<Directory WORKING_DIR>
+<Directory /home/ledgersmb/ledger-smb>
# Rewrite rule to allow HTTP Authorization information to the scripts only
# from this directory.
@@ -18,8 +18,9 @@ Alias /ledgersmb WORKING_DIR/
# connections that access this application in order to protect usernames and
# passwords.
Order Deny,Allow
- Allow from 127.0.0.1
- Allow from localhost
+# Allow from 127.0.0.1
+# Allow from localhost
+ Allow from All
Deny from All
# The rest of this file just tightens up security.
@@ -29,32 +30,32 @@ Alias /ledgersmb WORKING_DIR/
</Files>
</Directory>
-<Directory WORKING_DIR/users>
+<Directory /home/ledgersmb/ledger-smb/users>
Order Deny,Allow
Deny from All
</Directory>
-<Directory WORKING_DIR/bin>
+<Directory /home/ledgersmb/ledger-smb/bin>
Order Deny,Allow
Deny from All
</Directory>
-<Directory WORKING_DIR/utils>
+<Directory /home/ledgersmb/ledger-smb/utils>
Order Deny,Allow
Deny from All
</Directory>
-<Directory WORKING_DIR/spool>
+<Directory /home/ledgersmb/ledger-smb/spool>
Order Deny,Allow
Deny from All
</Directory>
-<Directory WORKING_DIR/templates>
+<Directory /home/ledgersmb/ledger-smb/templates>
Order Deny,Allow
Deny from All
</Directory>
-<Directory WORKING_DIR/LedgerSMB>
+<Directory /home/ledgersmb/ledger-smb/LedgerSMB>
Order Deny,Allow
Deny from All
</Directory>