diff options
Diffstat (limited to 'net-www/mod_authenticache/files/dot-htaccess')
-rw-r--r-- | net-www/mod_authenticache/files/dot-htaccess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-www/mod_authenticache/files/dot-htaccess b/net-www/mod_authenticache/files/dot-htaccess new file mode 100644 index 000000000000..a41d2bfc1100 --- /dev/null +++ b/net-www/mod_authenticache/files/dot-htaccess @@ -0,0 +1,8 @@ +AuthUserFile _REPLACE_ME_.htpasswd +AuthGroupFile /dev/null +AuthName "Testing mod_authenticache, use test/test as l/p." +AuthType Basic + +<Limit GET> + require user test +</Limit> |