Environment
- SAP BusinessObjects Business Intelligence Platform 4.0
- Apache 2.2
solution
- In the Apache installation directory, edit the file httpd.conf
- Uncomment the following two lines :
- LoadModule proxy_module modules/mod_proxy.so
- LoadModule proxy_http_module modules/mod_proxy_http.so
- Configure the ProxyPass for every web application that is deployed behind the reverse proxy server.
- 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
For other people who do not know what that means reverse proxy I share with
ReplyDeletethem this post what is reverse proxy