Page created: 27 Jul 2022
|
Page updated: 6 Feb 2023
Manually install the PingAccess agent for Apache when using the IBM HTTP Server.
This procedure makes the following assumptions:
- The IBM HTTP Server has been installed and configured following IBM's documentation.
- The environment is running on Red Hat Enterprise Linux 7.
- You have downloaded the appropriate pingaccess-agent-apache24-rhel7*.zip distribution file and have extracted it.
- You have configured an agent in PingAccess, and have downloaded the <agentname>_agent.properties file.
apachectl
for the running IBM HTTP Server instance is in the path.- The Apache installation is assumed to live at
$APACHE
. In the steps in this procedure, modify the paths specified based on where your Apache installation and configuration files are located. - You have installed libcurl and PCRE or verified that they are installed. To
install these packages, use the following
command.
yum install libcurl pcre