Previous Topic: Configure the iPlanet Proxy Plug-in

Next Topic: Configure the Policy Store for CA Identity Manager

Configure the Apache Proxy Plug-in
  1. After installing a Web Agent on Solaris, stop the Apache web server and copy the mod_wl_20.so file from the following location:

    weblogic_home/server/lib/solaris

    to

    apache_home/modules

  2. Edit the http.conf file (located in apache_home/conf) and make the following changes:
    1. Under the load module section, add the following:
      LoadModule weblogic_module     modules/mod_wl_20.so
      
    2. Edit the server name with the name of the Apache server system.
    3. Add an If block at the end of the file as follows:
      <IfModule mod_weblogic.c>
        WebLogicHost weblogic_server.com
        WebLogicPort 7001
        MatchExpression /iam
        MatchExpression /castylesr5.1.1
      </IfModule>
      
  3. Save the http.conf file.
  4. Restart the Apache web server.

For more information about the http.conf file, see Oracle WebLogic 11 Documentation.