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