Symptoms

Missing configuration of APS ProxyPass in /etc/httpd/conf.d/ssl.conf.inc

Resolution

Perform the following actions to update configuration files on the Billing Application host:

  1. Log in to the Billing Application host.
  2. In the file: /etc/httpd/conf.d/ssl.conf.inc

    add the following lines into the VirtualHost section:

        #added by connect_to_poa.pl
        ServerAlias BA_IP
        ProxyPass /aps http://OAMN_IP:8080/aps
    

    where BA_IP is frontnet IP address of Billing application server, OAMN_IP is the IP address of Operations Automation Management node host

  3. Restart the httpd service:

    service httpd restart
    

Internal content