Hallo,
I am facing problems regarding my apache reverse proxy configuration.
I am connecting CRM and BW system by calling BSP Applications. my configuration is working, I can connect to backend system, if I use only CRM or only BW. However I have to use ^/sap as RewriteRule. How can I separate, make the CRM and BW calls unique without using the same rewrite rule for both calls?
Thanks
Jaroslav
my actual configuration:
BSP CRM
RewriteRule ^/sap(.*) https://sapdvc43.de007.icn.siemens.de:8443/sap$1 [P,L]
ProxyPass /crm https://sapdvc43.de007.icn.siemens.de:8443/sap
ProxyPassReverse /crm https://sapdvc43.de007.icn.siemens.de:8443/sap
BSP BW
RewriteRule ^/sap(.*) https://mhhabdvc.de007.icn.siemens.de:8443/sap$1 [P,L]
ProxyPass /bw https://mhhabdvc.de007.icn.siemens.de:8443/sap ProxyPassReverse /bw https://mhhabdvc.de007.icn.siemens.de:8443/sap