diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
commit | 2ab92ad3f74f5288d21d97bc0747a27b430fb6dd (patch) | |
tree | 59067448377dab9ad86e12ecccb08ab255415b72 /mod_auth_shadow.conf |
Diffstat (limited to 'mod_auth_shadow.conf')
-rw-r--r-- | mod_auth_shadow.conf | 8 |
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> |