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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2107 by boklm, Tue Dec 20 14:46:13 2011 UTC revision 2244 by misc, Sat Jan 14 22:20:56 2012 UTC
# Line 1  Line 1 
1  Redirect /mailman http://blog.mageia.org/en/2011/12/19/server-outage/#  Redirect /wiki https://wiki.mageia.org/#
2  Redirect /wiki https://wiki.mageia.org/  
3    ProxyRequests Off
4    
5    <Proxy *>
6        Order deny,allow
7        Allow from all
8    </Proxy>
9    
10    <%- if use_ssl then
11            protocol = 'https://'
12        else
13            protocol = 'http://'
14        end
15    -%>
16    <%- if use_ssl -%>
17    SSLProxyEngine On
18    <%- end -%>
19    
20    ProxyPreserveHost On
21    ProxyPass /mailman/        <%= protocol %>://ryu.zarb.org/mailman/
22    ProxyPassReverse /mailman/ <%= protocol %>://ryu.zarb.org/mailman/
23    
24    php_value short_open_tag false

Legend:
Removed from v.2107  
changed lines
  Added in v.2244

  ViewVC Help
Powered by ViewVC 1.1.30