diff options
author | jasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-10 04:11:56 +0000 |
---|---|---|
committer | jasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-10 04:11:56 +0000 |
commit | cb446e0561a04725809fe8669160fff3b2cbef9d (patch) | |
tree | 0dd64e0c7c1847de79fc40c16c57344f3701b676 /dists/gentoo | |
parent | 4544e7a60c3a7b4bfc590b5b87d56c70d1aa3cb6 (diff) |
Bringing the gentoo version of the conf file on par w/ the new version in the root directory.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@502 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists/gentoo')
-rw-r--r-- | dists/gentoo/ledger-smb-httpd-gentoo.conf | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/dists/gentoo/ledger-smb-httpd-gentoo.conf b/dists/gentoo/ledger-smb-httpd-gentoo.conf index 82f18f81..b704c5f9 100644 --- a/dists/gentoo/ledger-smb-httpd-gentoo.conf +++ b/dists/gentoo/ledger-smb-httpd-gentoo.conf @@ -1,5 +1,5 @@ -#Alias /ledger-smb /some/path/to/ledger-smb/ +Alias /ledger-smb ${MY_HTDOCSDIR} <Directory ${MY_HTDOCSDIR}> AllowOverride All @@ -9,8 +9,27 @@ Allow from All </Directory> -#<Directory /some/path/to/ledger-smb/users> -# Order Deny,Allow -# Deny from All -#</Directory> +<Directory ${MY_HTDOCSDIR}/users> + Order Deny,Allow + Deny from All +</Directory> + +<Directory ${MY_HTDOCSDIR}/bin> + Order Deny,Allow + Deny from All +</Directory> + +<Directory ${MY_HTDOCSDIR}/spool> + Order Deny,Allow + Deny from All +</Directory> + +<Directory ${MY_HTDOCSDIR}/templates> + Order Deny,Allow + Deny from All +</Directory> +<Directory ${MY_HTDOCSDIR}/LedgerSMB> + Order Deny,Allow + Deny from All +</Directory> |