Redirecting HTTP traffic from a local server on the web

Posted by MrJackV on Super User See other posts from Super User or by MrJackV
Published on 2012-06-05T10:35:24Z Indexed on 2012/06/05 10:42 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

Here is the situation: I have a webserver (let's call it C1) that is running an apache/php server and it is port forwarded so that I can access it anywhere. However there is another computer within the webserver LAN that has a apache server too (let's call it C2). I cannot change the port forwarding nor I can change the apache server (a.k.a. install custom modules). My question is: is there a way to access C2 within a directory of C1? (e.g. going to www.website.org/random_dir will allow me to browse the root of C2 apache server.)

I am trying to change as little as possible of the config/other (e.g. activating modules etc.)

Is there a possible solution?

Thanks in advance.

© Super User or respective owner

Related posts about php

Related posts about http