Installation guide
Changes to the httpd.conf File
202 Web Agent Installation Guide
Alias Entries Added
In the Aliases section of the file, entries are added to enable SiteMinder features.
Note the following:
■
The Alias /siteminderagent/ ―web_agent_home/samples/‖ entry must come
after all other aliases in the Aliases section.
■
For SiteMinder to use Basic over SSL or X.509 certificate-based
authentication schemes with an Apache Web Agent, SSL must be enabled by
compiling the Apache server to include the mod_ssl module. To obtain this
module, see www.modssl.org.
■
Each alias entry appears on its own line.
Password Services
Alias /siteminderagent/pwcgi/ “<web_agent_home/pw/>”
<Directory "/export/webagent/pw/">
Options Indexes MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /siteminderagent/pw/ “<web_agent_home>/pw/”
<Directory "/export/webagent/pw/">
Options Indexes MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Basic over SSL authentication
AliasMatch /siteminderagent/nocert/[0-9]+/(.*)
"<web_agent_home>/$1"
<Directory "<web_agent_home>/$1">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
X509 Client Cert or X509 Client Cert and Basic authentication
AliasMatch /siteminderagent/cert/[0-9]+/(.*)
"<web_agent_home>/$1"
<Directory "<web_agent_home>/$1">
Options Indexes
AllowOverride None
Order allow,deny