Installation guide
Changes to the httpd.conf File
Appendix C: Configuration Changes to Web Servers with Apache Web Agent 203
Allow from all
</Directory>
X509 Client Cert or Basic authentication
AliasMatch /siteminderagent/certoptional/[0-9]+/(.*) "<web_agent_home>/$1"
<Directory "<web_agent_home>/$1"
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
X509 Certificate or Form or X509 Client Cert and Form authentication
Alias /siteminderagent/certoptional/"<web_agent_home>/
samples/"
<Directory "<web_agent_home>/samples/"
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Forms authentication or Agent is cookie provider for single sign-on
Alias /siteminderagent/ “<web_agent_home>/samples/”
<Directory "/export/webagent/samples/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Note: This is the alias that should be placed at the end of the section.