summaryrefslogtreecommitdiff
path: root/apache/includes/user-admin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-03-08 17:31:21 +0000
committerJonas Smedegaard <dr@jones.dk>2002-03-08 17:31:21 +0000
commit1adfd3a658d4d6db707cb8e7d025e18836332ffd (patch)
treed6914d64563ea8cd103f14485f496fd46064ef48 /apache/includes/user-admin
parent3024d1a11b99aebde7a3e50c391c6e7350aaad3c (diff)
apache: Separate user-admin config in separate file.
Diffstat (limited to 'apache/includes/user-admin')
-rw-r--r--apache/includes/user-admin13
1 files changed, 13 insertions, 0 deletions
diff --git a/apache/includes/user-admin b/apache/includes/user-admin
new file mode 100644
index 0000000..2c468dc
--- /dev/null
+++ b/apache/includes/user-admin
@@ -0,0 +1,13 @@
+Alias /user-admin /var/www/COMMON/user-admin
+
+<Location /user-admin>
+ Options +MultiViews +Indexes
+ DirectoryIndex index
+
+ AuthShadow On
+ AuthName "User admin"
+ AuthType Basic
+ <Limit GET POST>
+ require valid-user
+ </Limit>
+</Location>