From 828e750e8db42730325aadb26b5ad73d596fb5df Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 27 Feb 2008 19:37:44 +0000 Subject: Undoing accidental commit to ledgersmb-httpd.conf git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2090 4979c152-3d1c-0410-bac9-87ea11338e46 --- ledgersmb-httpd.conf | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/ledgersmb-httpd.conf b/ledgersmb-httpd.conf index cad5a122..02ca1b4f 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 /home/ledgersmb/ledger-smb +Alias /ledgersmb WORKING_DIR/ - + # Rewrite rule to allow HTTP Authorization information to the scripts only # from this directory. @@ -18,9 +18,8 @@ Alias /ledgersmb /home/ledgersmb/ledger-smb # 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 All + Allow from 127.0.0.1 + Allow from localhost Deny from All # The rest of this file just tightens up security. @@ -30,32 +29,32 @@ Alias /ledgersmb /home/ledgersmb/ledger-smb - + Order Deny,Allow Deny from All - + Order Deny,Allow Deny from All - + Order Deny,Allow Deny from All - + Order Deny,Allow Deny from All - + Order Deny,Allow Deny from All - + Order Deny,Allow Deny from All -- cgit v1.2.3