/[adm]/puppet/deployment/websites/templates/vhost_www.conf
ViewVC logotype

Annotation of /puppet/deployment/websites/templates/vhost_www.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2853 - (hide annotations) (download)
Wed Sep 19 18:05:45 2012 UTC (11 years, 7 months ago) by boklm
File size: 406 byte(s)
Move custom 404 config to www vhost only (patch from rda)


1 boklm 2108 Redirect /wiki https://wiki.mageia.org/#
2 boklm 2109
3 dmorgan 2464 # Everything under /g/ is static content to be served by a seconday host
4     RewriteEngine On
5     RewriteRule ^g/(.+)$ http://static.mageia.org/g/$1 [R,L,QSA]
6    
7 misc 2405 # ProxyPreserveHost On is in another file
8     ProxyPass /old-wiki/ http://ryu.zarb.org/wiki
9     ProxyPassReverse /old-wiki/ http://ryu.zarb.org/wiki
10    
11 boklm 2853 ErrorDocument 404 /404.php
12 misc 2405
13 boklm 2109 php_value short_open_tag false

  ViewVC Help
Powered by ViewVC 1.1.30