For more information... RTFM!
NAVIGATION
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

UserTrack

Specify whether Interchange should send a X-Track header along with the rest of the HTTP response.

Synopsis

UserTrack  No

This is a Yes or No directive.  The default is No.

Scope

This directive is only available for use in the local (catalog.cfg) configuration file.  It will not affect any other website in any way.  This directive will not work in the global (interchange.cfg) configuration file. 

Availability

Availability

This configuration directive was introduced in version 5.5.0, and is therefore not available for use with any earlier Interchange version.

Interchange versions 5.5.0 and 5.5.1 defaulted this directive to "Yes" This default was changed to "No" in Interchange 5.5.2.

Description

Interchange will usually send a X-Track HTTP header with its response to any page request.  The UserTrack directive allows you to disable the setting of that header, should you wish to do so for some reason.

The X-Track header, when enabled, provides information that you can save into your your web server's logs.  You can configure your Apache logs to save Interchange user tracking information by adding the following directives to your Apache server configuration:

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v \"%{X-Track}o\"" usertrack
CustomLog /path/to/usertrack.log usertrack

See the TrackFile local configuration directive for information on how to save the user tracking (clicktrail) information to an Interchange-controlled log file.

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Sunday 27 April 2008 at 3:31 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us