Oracle Access Manager (OAM) Integration Kit

Apache module installation

About this task

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

Steps

  1. 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.

  2. Open your Apache server configuration file (httpd.conf).

  3. Look for the first LoadModule directive in the httpd.conf file.

  4. Immediately before that directive insert this line:

    LoadModule pfoam module

  5. At the end of the httpd.conf file insert this line:

    Include conf/extra/httpd-pfoam.conf