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
.ziparchive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace. -
Stop PingFederate.
-
From the extracted distribution
.ziparchive:-
Copy
dist/mod_pfoam.soto<apache installation>/modules. -
Copy
conf/httpd-pfoam.confto<apache installation>/conf/extra.
-
-
Open your Apache server configuration file (
httpd.conf). -
Look for the first
LoadModuledirective in thehttpd.conffile. -
Immediately before the
LoadModuledirective, insert the following line:LoadModule pfoam module -
At the end of the
httpd.conffile, insert the following line:Include conf/extra/httpd-pfoam.conf