---
title: Apache module installation
description: This procedure shows you how to add the mod_pfoam.so module to your Apache installation.
component: oam
page_id: oam:setup:pf_oam_ik_apache_module_installation
canonical_url: https://docs.pingidentity.com/integrations/oam/setup/pf_oam_ik_apache_module_installation.html
revdate: July 5, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Apache module installation

## About this task

This procedure shows you how to add the `mod_pfoam.so` module to your Apache installation.

## Steps

1. Download the OAM Integration Kit `.zip` archive from the [**Add-ons** tab of the PingFederate downloads page](https://www.pingidentity.com/en/resources/downloads/pingfederate.html) or the [Ping Identity Marketplace](https://marketplace.pingone.com/item/integration-kit-for-oracle-access-manager).

2. Stop PingFederate.

3. From the extracted distribution `.zip` archive:

   1. Copy `dist/mod_pfoam.so` to `<apache installation>/modules`.

   2. Copy `conf/httpd-pfoam.conf` to `<apache installation>/conf/extra`.

4. Open your Apache server configuration file (`httpd.conf`).

5. Look for the first `LoadModule` directive in the `httpd.conf` file.

6. Immediately before the `LoadModule` directive, insert the following line:

   `LoadModule pfoam module`

7. At the end of the `httpd.conf` file, insert the following line:

   `Include conf/extra/httpd-pfoam.conf`
