Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Use Apache as a reverse proxy

user473916Apr 1 2009 — edited Apr 14 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2009
Added on Apr 1 2009
6 comments
1,818 views