]> git.pld-linux.org Git - packages/acid.git/commitdiff
- set access control on directory, so the alias can be easily changed
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 11:22:35 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acid.conf -> 1.3

acid.conf

index f4b228f40337b56de5cbacf93122847194dda186..94590a7a5ce419e4c8b9facad34c8bb4436c1e18 100644 (file)
--- a/acid.conf
+++ b/acid.conf
@@ -2,13 +2,12 @@
 
 Alias /acid /usr/share/acid
 
-#Uncoment and tweak for authentication
-#<Location /acid>
-#    AuthType Basic
-#    AuthUserFile /usr/share/acid/passwords
-#    AuthName "Acid authentyfication"
-#    Require user root
-#    AllowOverride None
-#</Location>
-
-# vim: filetype=apache ts=4 sw=4 et
+<Directory /usr/share/acid>
+    AllowOverride None
+    Allow from 127.0.0.1
+# Uncomment and tweak for authentication
+#   AuthType Basic
+#   AuthUserFile /usr/share/acid/passwords
+#   AuthName "Acid authentification"
+#   Require user root
+</Directory>
This page took 0.084818 seconds and 4 git commands to generate.