cancel
Showing results for 
Search instead for 
Did you mean: 

Apache reverse proxy and URL Iview

Former Member
0 Kudos

Hi everybody,

I'm trying to configure apache as reverse proxy to access my portal from extranet.

The first problem I have is that I have to access a URL Iview that connect another internal application.

ProxyPass /irj http://internaPortall/irj

ProxyPassReverse /irj https://externalPortal/irj

ProxyPass /irj http://internalApp/myApp

ProxyPassReverse /irj https://externalApp/myApp

In my portal the urlIview maps externalApp/myApp

No problem to access my portal from extranet but I cannot get myApp.....

Another point:

I have configured SSL but if I try to connect

https://externalPortal:8443/irj/

apache redirects me to

http://externalPortal/irj/

Thanks a lot

Massimiliano

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We are in a similiar situation. Can you please share the solution.

Thanks...

Vinay

Former Member
0 Kudos

I got the solution by myself.Thanks!