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]
-