Parent Directory | Revision Log | Patch
revision 2303 by misc, Sat Jan 14 23:17:40 2012 UTC | revision 2304 by misc, Mon Jan 16 19:17:29 2012 UTC | |
---|---|---|
# | Line 9 ProxyPreserveHost On | Line 9 ProxyPreserveHost On |
9 | ||
10 | SSLProxyEngine On | SSLProxyEngine On |
11 | ||
12 | ProxyPass /mailman/ https://ryu.zarb.org/mailman/ | <% for u in ['/mailman/','/pipermail/'] %> |
13 | ProxyPassReverse /mailman/ https://ryu.zarb.org/mailman/ | ProxyPass <%= u %> https://ryu.zarb.org<%= u %> |
14 | ProxyPassReverse <%= u %> https://ryu.zarb.org<%= u %> | |
15 | ||
16 | <% end %> |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |