SOURCES: acid.conf - set access control on directory, so the alias...

glen glen at pld-linux.org
Fri Apr 14 13:22:40 CEST 2006


Author: glen                         Date: Fri Apr 14 11:22:40 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set access control on directory, so the alias can be easily changed

---- Files affected:
SOURCES:
   acid.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/acid.conf
diff -u SOURCES/acid.conf:1.2 SOURCES/acid.conf:1.3
--- SOURCES/acid.conf:1.2	Sat Dec  3 21:50:10 2005
+++ SOURCES/acid.conf	Fri Apr 14 13:22:35 2006
@@ -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>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/acid.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list