Previous Topic: How to Configure SiteMinder WSS Agents on z/OS SystemsNext Topic: Upgrade a SOA Agent to a 12.52 WSS Agent


Optional Agent Settings for UNIX/Linux

CA SiteMinder® agents for apache-based servers offer the following optional settings:

Set SiteMinder WSS Agent Variables when using apachectl Script

You run your Apache server using the apachectl script (such as when running an Apache web server on POSIX). Add a line to the apachectl script to set the environment variables for the CA SiteMinder® agent.

Follow these steps:

  1. Locate a line resembling the following example:
    # Source /etc/sysconfig/httpd for $HTTPD setting, etc
    
  2. Add the following line before the line in the previous example:
    sh /agent_home/ca_wa_env.sh
    
    agent_home

    Specifies the installed location of the SiteMinder WSS Agent.

Improve Server Performance with Optional httpd.conf File Changes

You can improve server performance by modifying the default configuration settings in the httpd.conf file; however, these changes are not required:

Follow these steps:

  1. For Apache- based servers, assign a higher priority level to your Apache20WebAgent.dll file than any other auth or access modules on your web server.
  2. For low-traffic websites, define the following directives:
  3. For high-traffic websites, define the following directives:

Note: CA Services can provide assistance with performance-tuning for your particular environment.