/[adm]/puppet/modules/bcd/templates/vhost_bcd.conf
ViewVC logotype

Contents of /puppet/modules/bcd/templates/vhost_bcd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2566 - (show annotations) (download)
Sat Mar 17 11:25:50 2012 UTC (12 years, 1 month ago) by misc
File size: 380 byte(s)
fix variable lookup, and do not hardcode mageia.org domain 

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

  ViewVC Help
Powered by ViewVC 1.1.30