I'm running Widows 2008 EE with IIS 7. I'd like to setup a reverse proxy with the SSL terminating on my Windows box, then proxying HTTP connections to a mix of IIS and Apache machines internally. So, to clarify (where -> means "proxied to"):
https://www.mydomain.com/svn -> http://myinternalsvnsrv/svn
https://www.mydomain.com/redmine -> http://myinternalredminesrv
etc...
Ideally, I wouldn't use any third-party add-ins like UrlRewriter. Is this possible with only IIS7?