cancel
Showing results for 
Search instead for 
Did you mean: 

changes in httpd.conf and sap server 7.3 for using apache as proxy to irj

Former Member
0 Kudos

We need to know the settings for using apache as a reverse proxy server in front of irj portal on SAP Netweaver 7.3. We have tried the following settings in httpd.conf but we cannot see the contents on irj portal in the html page on the browser while using apache as reverse proxy.

-


ProxyPass /irj/ http://erpaix61.ca.com:50000/irj/

ProxyPassReverse /irj/ http://erpaix61.ca.com:50000/irj/

ProxyPass /testapp http://erpaix61.ca.com:50000/testapp

ProxyPassReverse /testapp http://erpaix61.ca.com:50000/testapp

RewriteRule ^/(sap\(.*) http://erpaix61.ca.com:50000/$1 [P,L]

-


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Luis,

I am facing the similar issue. I am not able to find the solution anywhere... Do let me know if u solved it

I am trying to reverse proxy SAP 7.3 using Apache 2.0.6.4 as the webserver. It was working fine with SAP 7.01. But with 7.3, i am facing GUI problems, the URL says i have been logged in, but the GUI is not being displayed....

"The requested URL /com.sap.portal.pagebuilder/html/EmptyDocument.html was not found on this server."

^^ is the error message that i am getting.

Below is the reverse proxy lines that i have added in the httpd.conf file of apache. which worked fine for SAP 7.01

ProxyRequests Off

ProxyPass /irj http://<SAP 7.3 IP>:50000/irj/

ProxyPassReverse /irj http://<SAP 7.3 IP>:50000/irj/

ProxyPreserveHost On

ProxyRequests Off

ProxyPass /webdynpro http://<SAP 7.3 IP>:50000/webdynpro

ProxyPassReverse /webdynpro http://<SAP 7.3 IP>/webdynpro

ProxyPreserveHost On

Regards,

Jatin Shetty

Former Member
0 Kudos

Hi Luis

Please go through the following OSS notes. These notes are for BOBJ, however concept wise you can use for any http redirect.

1529429 - How to create a Tomcat cluster with Apache Web server

1181253 - How to setup BusinessObjects Enterprise

1325139 - How to perform split deployment using wdeploy on Tomcat

Regards,

Dipam

former_member4958
Participant
0 Kudos

Hi friends,

Anybody can help us about this problem?

We are here configuring the Apache to redirect our IRJ page to another path and apper the page unconfigured.

If guys have any idea and can help us, it would be appreciate.

Thanks

Marcos