i have a apache server located on a.com:9254 I would like to route a.y.com:80 to a.com:9254. So, I can put all my services under y.com domain.
I tried proxy. However, In apache, it looks all requests comes from same ip. It fails my security system. I can not change it. I need a full transparent solution.
Maybe NAT can be a solution, but I don't have enough knowledge..
Thank you very much.