cancel
Showing results for 
Search instead for 
Did you mean: 

Apache 2.0.63 problem

Former Member
0 Kudos

Dear Gurus

i have configured apache 2.0.63 on windows system

my httpd.conf file looks like

ProxyRequests off

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

ProxyPass /irj https://portalserver.domain.com:50001/irj

ProxyPassReverse /irj https://portalserver.domain.com:50001/irj

ProxyPass /webdynpro https://portalserver.domain.com:50001/webdynpro

ProxyPassReverse /webdynpro https://portalserver.domain.com:50001/webdynpro

ProxyPass /logon https://portalserver.domain.com:50001/logon

ProxyPassReverse /logon https://portalserver.domain.com:50001/logon

every thing working fine, but for the Visual Composer Reports(DashBoards) , first link Proxied fine.

but, When i drill down(double Click) that Graph it runs WAD report using the following path.

here it is not proxying, but routing to the original location, so again it is asking the user credentials to the main server location

http://portalserver.domain.com:50000/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_con...!2fcom.hhml.BI_DEV.BI_DEV!2fBIWebtemplates!2fSparesSalesValueWAD?sap-config-mode=true*

when i trace it through httpWatch this is the link causing the problem

but actualy it should starts like:

https://apacheserver.domain.com/irj/servlet/prt/portal/prtroot/com.sap.visualcomposer.bikit.default

how can i Proxy it.

Regards

Balaji nampally

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (0)