In this example, you installed the Enterprise Management Server on a Windows 2008 Server. You also needs installed the Apache web server version 2.2.19 on the Enterprise Management Server with SSL support enables. Now you configure the Apache web server proxy plug-in. Do the following:
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
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 on the Enterprise Management Server.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |