Installation guide
Changes to the httpd.conf File
204 Web Agent Installation Guide
AddHandler Entries Added for Traditional Agents
For traditional Web Agents (versions before 5.x QMR 6, such as Agents installed
on Apache 1.x web servers), the following entries are added to the AddHandler
section of the file for SiteMinder features.
Note: These entries do not apply to Framework Web Agents (versions including
v5.x QMR 6 and all subsequent versions, such as Agents installed on Apache 2.0
web servers). These functions are now part of the Web Agent Framework.
SiteMinder Feature
AddHandler Entry
Password Services
AddHandler cgi-script .exe
Forms authentication
Certificate and Forms
authentication
AddHandler smformsauth-handler .fcc
Certificate or forms
authentication
AddHandler smsslformsauth-handler .sfcc
SSL authentication, including:
Basic over SSL
Certificate
Certificate or basic
Certificate and basic
AddHandler smadvancedauth-handler .scc
Cookie provider for single
sign-on
AddHandler smcookieprovider-handler .ccc
The modified section would appear as follows:
AddHandler cgi-script .exe
AddHandler smformsauth-handler .fcc
AddHandler smsslformsauth-handler .sfcc
AddHandler smadvancedauth-handler .scc
AddHandler smcookieprovider-handler .ccc