I have the following configuration:
Apache running on port 80.
SpaceWorks (another web server) running on port 90.
I have a DNS entry in our network for
http://it, which points to the IP address of the server running both web servers.
My question is, what do I enter in my Apache config file to redirect any traffic coming from
http://it to
http://IP_ADDRESS:90 ?
Thanks!