Previous Topic: Record the Transaction ID in Sun Java System Web Server Logs

Next Topic: Record the User Name and Transaction ID in IIS 6.0 Server Logs

Record the Transaction ID in Apache Web Server Logs

You can record the SiteMinder transaction ID in the Apache web server logs SMTRANSACTIONID header variable.

To record the SiteMinder transaction ID in the Apache web server logs

  1. Open the httpd.conf file.
  2. Add the SM_TRANSACTIONID header variable to the LogFormat directive.

    For example:

    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{SM_TRANSACTIONID}i\"" common
    

    Note: For more information about the httpd.conf file and the LogFormat directive, see your Apache web server documentation.

  3. Restart the server to apply the change.

    The transaction ID will be recorded in the Apache web server logs.


Copyright © 2010 CA. All rights reserved. Email CA about this topic