Installation guide
Changes to the httpd.conf File
Appendix C: Configuration Changes to Web Servers with Apache Web Agent 201
Note: This module is only for Apache 1.3.27 web servers. It is not supported
for proprietary versions of the Apache 1.3.x web server, such as IBM HTTP
Server, or Oracle HTTP Server.
The entry to load mod_smcertenv must come after the entry to load
mod_sm.
mod_sm.c Entry Added to ClearModuleList
If the directive ClearModuleList exists in the DSO configuration section, the
mod_sm.c entry is placed at the end of the AddModule section of the file, as
shown in bold:
ClearModuleList
AddModule mod_env.c
.
.
.
AddModule mod_servletexec.c
#Siteminder
AddModule mod_sm.c
SmInitFile Entry Added
In the Main server section of the file, the SmInitFile entry is added:
SmInitFile Apache_home/conf/WebAgent.conf
This entry is placed after the LoadModule entry. A full path is used, not a relative
path. For example:
SmInitFile "/export/Apache2/conf/WebAgent.conf"