summaryrefslogtreecommitdiffstats
path: root/mod_auth_shadow.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mod_auth_shadow.conf')
-rw-r--r--mod_auth_shadow.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod_auth_shadow.conf b/mod_auth_shadow.conf
new file mode 100644
index 0000000..f375144
--- /dev/null
+++ b/mod_auth_shadow.conf
@@ -0,0 +1,8 @@
+LoadModule auth_shadow_module modules/mod_auth_shadow.so
+
+# <Location /test>
+# AuthType Basic
+# AuthName WhateverAuthnameYouWant
+# AuthShadow on
+# require valid-user
+# </Location>