Apache module installation
About this task
This procedure shows you how to add the mod_pfoam.so
module to your Apache installation.
Steps
-
Download the OAM Integration Kit
.zip
archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace. -
Stop PingFederate.
-
From the extracted distribution
.zip
archive:-
Copy
dist/mod_pfoam.so
to<apache installation>/modules
. -
Copy
conf/httpd-pfoam.conf
to<apache installation>/conf/extra
.
-
-
Open your Apache server configuration file (
httpd.conf
). -
Look for the first
LoadModule
directive in thehttpd.conf
file. -
Immediately before the
LoadModule
directive, insert the following line:LoadModule pfoam module
-
At the end of the
httpd.conf
file, insert the following line:Include conf/extra/httpd-pfoam.conf