Apache VirtualHost Proxy with a Subdirectory

Posted by SuperJer on Server Fault See other posts from Server Fault or by SuperJer
Published on 2012-09-17T15:36:37Z Indexed on 2012/09/17 15:40 UTC
Read the original article Hit count: 339

Filed under:
|
|

Currently, we have an IIS server as our primary web server. We are implementing an Apache server in its place, but still need to have the IIS server accessible. Typically, this is a simple thing, because Apache2 can proxy a subdomain to this server.

Our problem, however, is this: we are using dotnetCharting on the IIS server, and the licensing is tied to the domain name. In order to get dotnetCharting to work, another license will have to be purchased.

My question is, can Apache2 proxy a subdirectory? For example, can 'www.example.com/subdir' point to the IIS server? It seems like it shouldn't be impossible, but I can't seem to find a solution for this.

Any help would be super.

Thanks! -Jer

© Server Fault or respective owner

Related posts about apache2

Related posts about proxy