You can configure Apache Web server (load balancer) for Catalyst RESTful API. Make the Apache configuration changes on the Apache load balancer that is configured for CA Process Automation.
Ensure that the following binaries are installed in the Apache server.
mod_proxy.so mod_proxy_balancer.so mod_proxy_http.so
Follow these steps:
install_dir\DVD1\ApacheConfTemplates
httpd-proxy.conf
apacheHome/conf/extra
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
UnSecured Node Members
BalancerMember http://< Enter node1 hostname>:7000
BalancerMember http://< Enter node2 hostname>:7000
Secured Node Members
BalancerMember https://< Enter node1 hostname>:7443
BalancerMember https://< Enter node2 hostname>:7443
Note: The valid values are the IP address, the FQDN, or the DNS alias that resolves to the host where you are installing the initial Domain Orchestrator node. The valid value is the same value that is used for “Server Host” when installing the Domain Orchestrator.
Include conf/extra/httpd-proxy.conf
|
Copyright © 2014 CA.
All rights reserved.
|
|