How to make a ip point to other ip and port (from two apache virtual hosts) on AWS
I need to have different IP addresses pointing to an specific ip address and port on a EC2 instance, where i have running multiple sites on Apache virtual hosts For example: xx.xx.xx.xx -> 107.22.56.213:8080 yy.yy.yy.yy -> 107.22.56.213:8081 Is this posible…