Skip to Content
0
Former Member
Oct 22, 2011 at 12:45 PM

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

108 Views

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]

-