Previous Topic: Enabling SHLIB Path for an Agent on Apache 2.0/HP-UX 11

Next Topic: How to Configure Red Hat Apache 64-bit Web Agents Running on Security Enhanced (SE) Linux

Modify the Apache Agent for an IBM HTTP Server 6.x on AIX

If you installed an Apache Web Agent on an IBM HTTP Server 6.x running on the AIX operating environment, make the following changes to the Apache Web Agent.

To modify the Apache Web Agent

  1. Change the value of the EXTSHM environment variable to the following:
    ON
    

    Note: This value is case-sensitive.

  2. Verify that the libapr-0.so library file is in the apr.exp file (the apr.exp file is located in web_server_home/lib).
  3. If the library is not listed, create a link from the existing library to this library by entering the following command:
    ln -s libapr.so libapr-0.so 
    

    The Apache Web Agent is modified.