Parent Directory | Revision Log | Patch
revision 2244 by misc, Sat Jan 14 22:20:56 2012 UTC | revision 2248 by misc, Sat Jan 14 23:21:11 2012 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | Redirect /wiki https://wiki.mageia.org/# | Redirect /wiki https://wiki.mageia.org/# |
2 | ||
ProxyRequests Off | ||
<Proxy *> | ||
Order deny,allow | ||
Allow from all | ||
</Proxy> | ||
<%- if use_ssl then | ||
protocol = 'https://' | ||
else | ||
protocol = 'http://' | ||
end | ||
-%> | ||
<%- if use_ssl -%> | ||
SSLProxyEngine On | ||
<%- end -%> | ||
ProxyPreserveHost On | ||
ProxyPass /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ | ||
ProxyPassReverse /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ | ||
3 | php_value short_open_tag false | php_value short_open_tag false |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |