The steps below explain how you install the Enterprise Management Server on a Windows (2003, 2008, or 2012) Server.
First, use the wizard to install Apache HTTP Server 2.2.22.
Follow these steps:
Note: To resolve a port conflict error, provide a unique port number in the next step.
Next, configure the Apache web server proxy plug-in:
Follow these steps:
APACHE_HOME/conf
The directory where the Apache web server is installed.
LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ServerName
Include conf/extra/httpd-proxy-entm.conf
APACHE_HOME/conf/extra
# Proxy to CA AC ENTM <IfModule proxy_module> <IfModule proxy_http_module> # /iam section BEGIN <Proxy /iam> Order allow,deny Allow from all </Proxy> ProxyPass /iam http://acentmnode.example.com:8080/iam ProxyPassReverse /iam http://acentmnode.example.com:8080/iam ProxyPass /iam/ http://acentm.examplenode.com:8080/iam/ ProxyPassReverse /iam/ http://acentmnode.example.com:8080/iam/ # /iam section END # /castylesr5.1.1 section BEGIN <Proxy /castylesr5.1.1> Order allow,deny Allow from all </Proxy> ProxyPass /castylesr5.1.1 http://acentmnode.example.com:8080/castylesr5.1.1 ProxyPassReverse /castylesr5.1.1 http://acentmnode.example.com:8080/castylesr5.1.1 ProxyPass /castylesr5.1.1/ http://acentmnode.example.com:8080/castylesr5.1.1/ ProxyPassReverse /castylesr5.1.1/ http://acentmnode.example.com:8080/castylesr5.1.1/ # /castylesr5.1.1 section END </IfModule> </IfModule>
Note: Replace the acentmnode.example.com:port with the actual hostname and port of the server where you installed the Enterprise Management server.
http://enterprise_host:port/iam/ac
You have configured the Apache web server proxy plug-in with SSL enabled on the Enterprise Management Server.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|