Sunday, June 23, 2013

How to configure Apache as a Reverse Proxy with SAP BO BI 4.0?

Environment

  • SAP BusinessObjects Business Intelligence Platform 4.0
  • Apache 2.2


solution

  1. In the Apache installation directory, edit the file httpd.conf
  2. Uncomment the following two lines :
  • LoadModule proxy_module modules/mod_proxy.so
  • LoadModule proxy_http_module modules/mod_proxy_http.so
  1. Configure the ProxyPass for every web application that is deployed behind the reverse proxy server.
  2. Configure the ProxyPassReverseCookiePath for every web application that is deployed behind the reverse proxy server.
Example :
ProxyPass /BI4/BOE http://localhost:8080/BOE
ProxyPassReverseCookiePath / /BI4/BOE
ProxyPass /BI4/AdminTools http://localhost:8080/AdminTools
ProxyPassReverseCookiePath / /BI4/AdminTools


Hope you find this useful.

Cheers,
Umang Patel
+919979084870
SAP BO BI Solution Architect/Consultant

1 comment:

  1. For other people who do not know what that means reverse proxy I share with

    them this post what is reverse proxy

    ReplyDelete