Installation guide

Changes to the httpd.conf File
200 Web Agent Installation Guide
LoadModule Entries Added
The SiteMinder Agent requires one of the following modules in order to load:
Apache 1.x (except servers running on HP-UX 11i)
LoadModule sm_module web_agent_home/bin/mod_sm.so
Apache 1.x running on HP-UX 11i
LoadModule hpaCCso_module web_agent_home/bin/mod_hpaCCso.sl
HPaCCLoadModule sm_module web_agent_home/bin/mod_sm.sl
Note: HP-UX uses the extension .sl to refer to a shared library. If the
operating system for the Web Agent is HP-UX, the .sl extension is used.
Apache 1.x running on Windows
LoadModule sm_module web_agent_home/bin/Apache20WebAgent.dll
Apache 2.0 (excluding servers running on HP-UX 11i)
LoadModule sm_module web_agent_home/bin/libmod_sm20.so
Apache 2.0 running on HP-UX 11i
LoadModule sm_module web_agent_home/bin/libmod_sm20.sl
Apache 2.0 running on Windows
LoadModule sm_module web_agent_home/bin/mod_sm20.dll
Apache 2.2(excluding servers running on HP-UX 11i)
LoadModule sm_module web_agent_home/bin/libmod_sm22.so
Apache 2.2 running on Windows
LoadModule sm_module web_agent_home/bin/mod_sm22.dll
Oracle HTTP Server (excluding servers running on HP-UX 11i)
Add the following line:
LoadModule sm_module web_agent_home/bin/mod_sm.so
Oracle HTTP Server running on HP-UX 11i
LoadModule hpaCCso_module web_agent_home/bin/mod_hpaCCso.sl
HPaCCLoadModule sm_module web_agent_home/bin/mod_sm.sl
(Optional) UNIX systems
To enable certificate-based authentication, the following line is added to the
DSO configuration section:
LoadModule sm_certenv web_agent_home>/bin/mod_smcertenv.so
mod_smcertenv enables certificate-based authentication to work with
Apache web servers without requests being redirected to the SSL credential
collector.