Hi,
Enterprise Portal : EP6.0 SP11 - OS AIX
Apache web server : 2.0 - OS Linux
impp11 : EP server name
impp11.aaa.co.in - full domain name of EP server
I have configured Reverse proxy in Apache web server.
Apache Web server URL : http://abc.xyz.eee.com/irj/portal
EP URL : http://impp11.aaa.co.in:50000/irj/portal
Reverse proxy mapping is mentioned below
-
A -
ProxyPass /irj/ http://impp11:50000/irj/
ProxyPassReverse /irj/ http://impp11:50000/irj/
ProxyPass /logon/ http://impp11:50000/logon/
ProxyPassReverse /logon/ http://impp11:50000/logon/
The above mentioned url mapping in apache is working fine, but when I use the full domain in url mapping, it is not working.
i.e.
-
B -
ProxyPass /irj/ http://impp11.aaa.co.in:50000/irj/
ProxyPassReverse /irj/ http://impp11.aaa.co.in:50000/irj/
ProxyPass /logon/ http://impp11.aaa.co.in:50000/logon/
ProxyPassReverse /logon/ http://impp11.aaa.co.in:50000/logon/
Problem: Full domain url mapping does not allow me to login into EP system. the same login page popup again and again.
If I follow
-A
- pathern of url mapping, I am facing the problem when user changes the theme. After changing and saving the theme, url points to EP URL i.e. http://impp11:50000/irj/ which is not acceptable because apache web server is register in internet domain and impp11 url does not resolve.
I have raised the OSS also but sap does not provide support for apache and reverse proxy mappping.
Can any body suggest what would be the missing in reverse proxy mapping configuration.
Regards,
Sanjeev