Installing on RHEL 8 conventionally
Before you begin
Download and extract the pingaccess-agent-apache24-rhel8-<version>.zip
archive.
The Agent RPM has required dependencies that might be available through standard repositories. If these dependencies are not available in your Linux version, you can install them using the included You can install these RPMs using the following command: yum install libsodium*rpm openpgm*rpm libunwind*rpm zeromq*rpm |
About this task
To install a PingAccess agent on a RHEL 8 system with Apache 2.4:
Steps
-
In RHEL, change to the
pingaccess-agent-apache24-rhel8-<version>/x86_64
directory. -
As root, install the PingAccess Agent for Apache using the following command:
yum install pingaccess-agent-apache-*.rpm
-
Copy the
<agentname>_agent.properties
file to/etc/httpd/conf.d/agent.properties
. -
As root, restart the Apache service using the following command:
systemctl restart httpd