How can I setup apache forward host.company.com
-> server.company.com/host
Where server.company.com
is the Apache server.
We have other services running like
service1. company.com -> server.company.com/service1
service2. company.com -> server.company.com/service2
service3. company.com -> server.company.com/service3
(these services run on the same server as the apache)
Which works fine.
As mentioned in the beginning, I want to setup apache forwarding so that if I try to access host.company.com/customerX
then it should be forwarded to server.company.com/host/customerX
, where X = 1,2,3...
Where this customerX runs on other server.
My experience in setting this is limited and could someone guide me how to set this up