mod_usertrack.xml revision 3d81f57512275ca06a60a9bcbd23c1f8b429fdf2
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
a0576ea10221aa5c469db9b188e85cf4254093ffMario Amelung<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung<!-- $LastChangedRevision$ -->
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung Copyright 2002-2006 The Apache Software Foundation or its licensors, as
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung Licensed under the Apache License, Version 2.0 (the "License");
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung you may not use this file except in compliance with the License.
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung You may obtain a copy of the License at
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung Unless required by applicable law or agreed to in writing, software
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung distributed under the License is distributed on an "AS IS" BASIS,
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung See the License for the specific language governing permissions and
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung limitations under the License.
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung<modulesynopsis metafile="mod_usertrack.xml.meta">
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung<em>Clickstream</em> logging of user activity on a site
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung</description>
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung <p>Previous releases of Apache have included a module which
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung generates a 'clickstream' log of user activity on a site using
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung cookies. This was called the "cookies" module, mod_cookies. In
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung Apache 1.2 and later this module has been renamed the "user
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung tracking" module, mod_usertrack. This module has been
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung simplified and new directives added.</p>
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung <p>Previously, the cookies module (now the user tracking
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung module) did its own logging, using the <directive>CookieLog</directive>
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung directive. In this release, this module does no logging at all.
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung Instead, a configurable log format file should be used to log
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung user click-streams. This is possible because the logging module
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung now allows multiple log files. The cookie itself is logged by
49517467facf869d14d1e52e70cfa2199856fcf4Mario Amelung using the text <code>%{cookie}n</code> in the log file format. For
Subject: Re: Apache Y2K bug in mod_usertrack.c
four digit dates do in fact work... for Netscape 4.x (Communicator), that
is. However, 3.x and below do NOT accept them. It seems that Netscape
Fortunately, 4.x also understands the 2-digit format, and so the best way to
understood as "2037" by both MSIE and Netscape versions 3.x and up (not sure
Summary: Mozilla 3.x and up understands two digit dates up until "37"
(2037). Mozilla 4.x understands up until at least "50" (2050) in 2-digit