Previous Topic: Log the Transaction ID for a Sun ONE Web Server

Next Topic: Configure Portal Settings

Log the Transaction ID for an Apache Web Server

To see the transaction ID in the Apache Web server log, you have to add the SM_TRANSACTIONID header variable to the LogFormat directive in the server’s httpd.conf file. For example:

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

For more information about the httpd.conf file and the LogFormat directive, refer to the Apache Web server documentation.