aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/templates/vhost_bcd.conf
blob: 320e783a71dc60e43bf572216d6917af6b2eee00 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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-userOptions FollowSymlinks

    Options Indexes
</Directory>