/[adm]/puppet/deployment/wikis/templates/wiki_vhost.conf
ViewVC logotype

Contents of /puppet/deployment/wikis/templates/wiki_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2076 - (show annotations) (download)
Tue Oct 25 17:18:39 2011 UTC (12 years, 5 months ago) by boklm
File size: 395 byte(s)
require temporary password for wiki
1 <Directory <%= wikis_root %>>
2 Options +FollowSymLinks
3 </Directory>
4
5 RewriteEngine On
6 RewriteRule ^/?$ /en/ [R]
7
8 AuthUserFile /srv/passwd-wiki
9 AuthType Basic
10 AuthName "Mageia wiki"
11 <LIMIT GET POST PUT>
12 require valid-user
13 </LIMIT>
14
15 <%- for lang in wiki_languages -%>
16
17 Alias /<%= lang %> <%= wikis_root %>/<%= lang %>/index.php
18 Alias /mw-<%= lang %> <%= wikis_root %>/<%= lang %>
19
20 <%- end -%>
21

  ViewVC Help
Powered by ViewVC 1.1.30