Use Apache as a reverse proxy
Hello,
I'm a DBA without much App server background and would appreciate some assistance with what is probably a simple issue. I am working with E-Business Suite, old app server with apache 1.3
I would like to convert an incoming, generic url from a load balancer into a url specific for the to the app server.
In other words, this will hit my app server:
www.mycompanyurl.com:8000/OA_HTML/AppsLocalLogin.jsp
I need to convert it to:
http://hostname.domain:8000/OA_HTML/AppsLocalLogin.jsp
I need to do this in apache. Our network people say the load balancer cannot manipulate the url, it needs to happen in apache.
Any assistance would be greatly appreciated