Hi
I am not sure if this is the write thing but that's the reason i am asking here for help.
I have server one (Apache) and server 2 (IIS). Server one has external access but server 2 does not. I need to host http content on both of them on port 80. Without changing ports on the firewall etc., is it possible for me to redirect a call from server one to server 2?
e.g. User goes to www.test.com/1.html this actually redirects the user to a internal http server (server) and serve the content as normal.
If this is possible can you please help with writing of the mod rule
Thanks