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 |