Parent Directory
|
Revision Log
|
Patch
revision 2247 by misc, Sat Jan 14 23:17:40 2012 UTC | revision 3046 by boklm, Sun Apr 14 14:38:33 2013 UTC | |
---|---|---|
# | Line 7 ProxyPreserveHost On | Line 7 ProxyPreserveHost On |
7 | Allow from all | Allow from all |
8 | </Proxy> | </Proxy> |
9 | ||
10 | ProxyPass /mailman/ http://ryu.zarb.org/mailman/ | <% for u in ['/pipermail/'] %> |
11 | ProxyPassReverse /mailman/ http://ryu.zarb.org/mailman/ | ProxyPass <%= u %> http://ryu.zarb.org<%= u %> |
12 | ProxyPassReverse <%= u %> http://ryu.zarb.org<%= u %> | |
13 | ||
14 | <% end %> |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |