/[adm]/puppet/modules/mediawiki/templates/wiki_vhost.conf
ViewVC logotype

Contents of /puppet/modules/mediawiki/templates/wiki_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2081 - (show annotations) (download)
Wed Oct 26 16:51:24 2011 UTC (12 years, 6 months ago) by boklm
File size: 423 byte(s)
set default handler for images directory
1 # heavily used by the wiki farm stuff
2 <Directory <%= root %>>
3 Options +FollowSymLinks
4 </Directory>
5
6 <Directory <%= root %>/images>
7 SetHandler default-handler
8 </Directory>
9
10 AliasMatch /.*/skins/(.*)$ /usr/share/mediawiki/skins/$1
11
12 RewriteEngine On
13
14 RewriteCond %{REQUEST_URI} ^/.*/index.php$
15 RewriteCond %{QUERY_STRING} ^title=Special:UserLogin
16 RewriteCond %{HTTPS} ^off$
17 RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R]

  ViewVC Help
Powered by ViewVC 1.1.30