summaryrefslogtreecommitdiff
path: root/dists/gentoo/ledger-smb-httpd-gentoo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dists/gentoo/ledger-smb-httpd-gentoo.conf')
-rw-r--r--dists/gentoo/ledger-smb-httpd-gentoo.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/dists/gentoo/ledger-smb-httpd-gentoo.conf b/dists/gentoo/ledger-smb-httpd-gentoo.conf
new file mode 100644
index 00000000..82f18f81
--- /dev/null
+++ b/dists/gentoo/ledger-smb-httpd-gentoo.conf
@@ -0,0 +1,16 @@
+
+#Alias /ledger-smb /some/path/to/ledger-smb/
+
+<Directory ${MY_HTDOCSDIR}>
+ AllowOverride All
+ AddHandler cgi-script .pl
+ Options ExecCGI Includes FollowSymlinks
+ Order Allow,Deny
+ Allow from All
+</Directory>
+
+#<Directory /some/path/to/ledger-smb/users>
+# Order Deny,Allow
+# Deny from All
+#</Directory>
+