Remove the include statement for the AppDynamics Apache Agent from the HTTP server configuration. For example in httpd
.conf—on Ubuntu and Debian, this file is calledapache2.conf—remove this line:Include conf/appdynamics_agent.conf
Restart the web server.
- Optionally remove the following files:
libmod_appdynamics.so—for Apache 2.4.x—or libmod_appdynamics22.so—for Apache 2.2.x—from the web server modules directory, if your administrator put it thereappdynamics_agent.confor similar from the web server configuration directory
- Kill the proxy process.
Uninstall the agent:
<agent_install_directory>/install.sh -u
Optionally remove any remaining AppDynamics files:
<agent_install_directory>/tmp/appd-sdk
Add Comment