Installation and Upgrade Guides › Web Agent Installation Guide › Configure an Apache Web Agent › Modify the Apache Agent for an IBM HTTP Server 6.x on AIX
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
- Change the value of the EXTSHM environment variable to the following:
ON
Note: This value is case-sensitive.
- 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).
- 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.