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!

Oracle HTTP Server Proxy Pass rule for all types of URLs

1672179Oct 3 2014 — edited Oct 7 2014

Hi All,

I need some information on Proxy Pass .

I have configured two OHS server 11.1.1.7 [ OHS 1 ] and 11.1.1.2 [ OHS 2]. In this I am proxy passing all the request from OHS 1 to OHS 2.

The Rule that is applied in httpd.conf is

ProxyPass / /<OHS2>/<port>

ProxyPassReverse / /<OHS2>/<port>

Now, the main challenge here is the ProxyPass setting that I have applied is failing for all the "callback" and " success_calback" URL or where there are multiple re-directions. I get an error on my IE,chrome or Firefox .

So is there any rule wherein I can exclude/bypass these calabck  URLS .

Or if you can suggest a good generic rule that would be great.

Note: This is a production issue , need to resolve this ASAP.

Thanks,

Parin

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2014
Added on Oct 3 2014
3 comments
2,838 views