Parent Directory | Revision Log
also make the redirection work for pipermail, as seen by leuhmanu
1 | misc | 2247 | |
2 | ProxyRequests Off | ||
3 | ProxyPreserveHost On | ||
4 | |||
5 | <Proxy *> | ||
6 | Order deny,allow | ||
7 | Allow from all | ||
8 | </Proxy> | ||
9 | |||
10 | SSLProxyEngine On | ||
11 | |||
12 | misc | 2304 | <% for u in ['/mailman/','/pipermail/'] %> |
13 | ProxyPass <%= u %> https://ryu.zarb.org<%= u %> | ||
14 | ProxyPassReverse <%= u %> https://ryu.zarb.org<%= u %> | ||
15 | misc | 2247 | |
16 | misc | 2304 | <% end %> |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.30 |