Previous Topic: Configure Apache Load BalancerNext Topic: Configure F5 Load Balancer


Additional Configuration for Apache Load Balancer for Secure Communication

To configure the load balancer for secure communication, see Configure Secure Communication (Windows) section of the CA Process Automation 4.2 Installation Guide.

Follow these steps:

  1. Replace the following lines in Step 10.b of the installation procedure:
    <VirtualHost *:80>
                    JkMountFile conf/uriworkermap.properties
                    RewriteEngine on
                    RewriteCond %{HTTPS} on
                    RewriteCond https://%{HTTP_HOST}%{REQUEST_URI} ^https://.*c2orepository*|MirroringRequestProcessor*|mirroringrepository*|StartAgent*|genericNoSecurity*|soapAttachment*|ServerConfigurationRequestServlet*
                    RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
    </VirtualHost>
    
  2. Restart the Apache load balancer.