Install a PingAccess agent on a RHEL 7 system with Apache 2.4, either conventionally or manually.
If you haven't downloaded an agent.properties file, you must first:
- In the PingAccess console, go to .
- Click the Pencil icon to edit a configured agent.
If you haven't created an agent yet, see Agents.
- In the Shared Secrets section, click the
Download icon to download the configuration.Remember:
The configuration file will be named <agentname>_agent.properties.
Click the respective tab for the installation that you want to use.
Installing on RHEL 7 conventionally
Download and extract the pingaccess-agent-apache24-rhel7-<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 libpgm-5_2-0-5.2.122-32.1.x86_64.rpm, libsodium18-1.0.11-1.1.x86_64.rpm, and libzmq5-4.3.1-23.6.x86_64.rpm packages.
You can install these RPMs using the following command:
yum install libsodium*rpm libpgm*rpm libzmq*rpm
To install a PingAccess agent on a RHEL 7 system with Apache 2.4:
Manually Installing on RHEL 7
This procedure assumes that:
- A non-root user is installing the PingAccess Agent for Apache in a custom Apache instance.
- You've installed the Apache installation at
$APACHE
. If you haven't, modify the file paths specified in this procedure based on where your Apache installation and configuration files are located.
To manually install the PingAccess Agent for Apache on a RHEL 7 system when Apache is installed in a non-standard way: