Apache module installation
About this task
This procedure shows you how to add the mod_pfoam.so
module to your Apache installation.
Steps
-
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 that directive insert this line:
LoadModule pfoam module
-
At the end of the
httpd.conf
file insert this line:Include conf/extra/httpd-pfoam.conf