Skip to Content
0
Former Member
Jun 29, 2005 at 11:51 AM

reverse proxy configuration on Apache with connected more Backend System

46 Views

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:

  1. 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

  1. 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