blob: d203da7a76278291399a8ff715d288e721f4c413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<Directory <%= location %>>
AuthUserFile <%= bcd_home %>/htpasswd
AuthGroupFile /dev/null
AuthName "QA test isos, restricted access"
ErrorDocument 403 "For the password, please contact the QA team ( http://wiki.mageia.org/en/QA_Team )"
AuthType Basic
require valid-user
Options FollowSymlinks
Options Indexes
</Directory>
|