Access to CABI using an Apache server
search cancel

Access to CABI using an Apache server

book

Article ID: 91906

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

I have an Apache proxy server in a DMZ and have followed the documentation to configure the proxy to the UMP server.  What settings need to be added to also connect to CABI?

Environment

UIM 8.51
CABI 3.2

Resolution

On the Apache server, open the httpd.config file.
Before "ProxyPass / ajp://<ump_internal_ip>:8009/", add in the following:
ProxyPass /cabijs ajp://<cabi_internal_ip>:8009/cabiji

Then restart the Apache server.

If you haven't already, you also need to change the cabi_url parameter in the setup section of the cabi.cfg file and then restart UMP:
cabi_url = http://<external_reverse_proxy_ip_address>/cabijs